Metadata-Version: 2.1
Name: graphio
Version: 0.0.8
Summary: Library to load data sets to Neo4j.
Home-page: https://github.com/kaiserpreusse/graphio
Author: Martin Preusse
Author-email: martin.preusse@gmail.com
License: Apache License 2.0
Description: # GraphIO
        
        [![Build Status](https://travis-ci.com/kaiserpreusse/graphio.svg?branch=master)](https://travis-ci.com/kaiserpreusse/graphio)
        [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
        
        A Python library to quickly build data sets and load them to Neo4j. Based on Py2neo.
        
        ## Documentation
        [![Documentation Status](https://readthedocs.org/projects/graphio/badge/?version=latest)](https://graphio.readthedocs.io/en/latest/?badge=latest)
        
        Preliminary docs available at: https://graphio.readthedocs.io/
        
        ## Install
        Install graphio from PyPI:
        
        ```
        pip install graphio
        ```
        
        ## Status
        This is an early release with basic features.
        
        ## Feedback
        Please provide feedback, ideas and bug reports through github issues.
        
Keywords: NEO4J
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Description-Content-Type: text/markdown
