Metadata-Version: 1.1
Name: rgmining-dataset-io
Version: 0.9.2
Summary: Dataset I/O for Review graph mining project
Home-page: https://github.com/rgmining/common
Author: Junpei Kawamoto
Author-email: kawamoto.junpei@gmail.com
License: GPLv3
Description: Dataset I/O Library for Review Graph Mining
        ===========================================
        
        |GPLv3| |Build Status| |wercker status| |Code Climate| |Release|
        
        |Logo|
        
        This package defines dataset file format and load/output methods for
        `Review Graph Mining Project <https://rgmining.github.io/>`__. See
        `documents <https://rgmining.github.io/dataset-io/>`__ for more
        information.
        
        Installation
        ------------
        
        Use ``pip`` to install this package.
        
        ::
        
            pip install --upgrade rgmining-dataset-io
        
        License
        -------
        
        This software is released under The GNU General Public License Version
        3, see `COPYING <COPYING>`__ for more detail.
        
        .. |GPLv3| image:: https://img.shields.io/badge/license-GPLv3-blue.svg
           :target: https://www.gnu.org/copyleft/gpl.html
        .. |Build Status| image:: https://travis-ci.org/rgmining/dataset-io.svg?branch=master
           :target: https://travis-ci.org/rgmining/dataset-io
        .. |wercker status| image:: https://app.wercker.com/status/9fee858cf80340e29b17687c0879fa4f/s/master
           :target: https://app.wercker.com/project/byKey/9fee858cf80340e29b17687c0879fa4f
        .. |Code Climate| image:: https://codeclimate.com/github/rgmining/dataset-io/badges/gpa.svg
           :target: https://codeclimate.com/github/rgmining/dataset-io
        .. |Release| image:: https://img.shields.io/badge/release-0.9.2-brightgreen.svg
           :target: https://github.com/rgmining/dataset-io/releases/tag/v0.9.2
        .. |Logo| image:: https://rgmining.github.io/dataset-io/_static/image.png
           :target: https://rgmining.github.io/dataset-io/
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Scientific/Engineering :: Information Analysis
