Metadata-Version: 1.1
Name: neonx
Version: 0.1.1
Summary: Handles conversion of date from NetworkX graph to Neo4j
Home-page: https://github.com/ducky427/neonx
Author: Rohit Aggarwal
Author-email: rohit.neonx@mailnull.com
License: MIT
Description: ===============================
        NetworkX to Neo4j
        ===============================
        
        .. image:: https://badge.fury.io/py/neonx.png
            :target: http://badge.fury.io/py/neonx
        
        .. image:: https://travis-ci.org/ducky427/neonx.png?branch=master
                :target: https://travis-ci.org/ducky427/neonx
        
        .. image:: https://pypip.in/d/neonx/badge.png
                :target: https://crate.io/packages/neonx?version=latest
        
        .. image:: https://coveralls.io/repos/ducky427/neonx/badge.png?branch=master
                :target: https://coveralls.io/r/ducky427/neonx?branch=master
        
        
        A library to convert a `NetworkX <http://networkx.github.io/>`_ graph to a `Neo4j <http://www.neo4j.org>`_ graph.
        
        
        Other information:
        
        * Free software: MIT license.
        * Documentation: http://neonx.rtfd.org.
        
        Features
        --------
        
        * Converts a `NetworkX <http://networkx.github.io/>`_ graph to a `Geoff <http://book.py2neo.org/en/latest/geoff/>`_ compatible string.
        
        * Upload a `NetworkX <http://networkx.github.io/>`_ graph to Neo4j server using `Requests <https://pypi.python.org/pypi/requests>`_.
        
        
        
        History
        -------
        
        0.1.1 (2013-08-30)
        ++++++++++++++++++
        
        * Fixed error if the Neo4j server dies crashes unexpectedly.
        * Added package to `Coveralls <https://coveralls.io>`_.
        
        
        0.1.0 (2013-08-29)
        ++++++++++++++++++
        
        * First release on PyPI.
Keywords: neonx
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
