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/1.9.RC2/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
  
