Metadata-Version: 1.0
Name: neo4j-embedded
Version: 1.5.b2
Summary: Bindings for the embedded version of the neo4j graph database.
Home-page: https://github.com/neo4j/python-embedded
Author: Neo Technology
Author-email: python@neotechnology.com
License: UNKNOWN
Description: Python bindings for embedded Neo4j
        ==================================
        
        These are Python bindings for the embedded Neo4j Graph Database.
        
        Source: https://github.com/neo4j/python-embedded
        
        Prerequisites
        -------------
        
        The Neo4j database itself is a java application, which means you have to provide an interface to communicate with java-land. Specifically, you need to have JPype installed. See the installation section in the documentation for details.
          
        Documentation
        -------------
        
        Documentation can be found in the Neo4j Manual: 
        
        http://docs.neo4j.org/chunked/${neo-version}/python-embedded.html
          
        
        Versions
        --------
        
        The version number used for neo4j-embedded matches the version of neo4j it comes shipped with. The following examples should serve as a guide to determine what neo4j version is under the hood:
        
        1.5 : 
          Neo4j version 1.5
        1.5.dev1 :
          Neo4j version 1.5-SNAPSHOT
        1.5.b1 :
          Neo4j version 1.5.M01
        1.5.r1 :
          Neo4j version 1.5.RC1
          
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Topic :: Database :: Database Engines/Servers
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Java
