Skip to content

Falmarri/python-embedded

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python bindings for embedded Neo4j

These are Python bindings for the embedded Neo4j Graph Database.

Prerequisites

The neo4j embedded database is a java application, which means you have to provide an interface to communicate with java-land. You need:

Documentation

The documentation contains more detailed help with installation, as well as examples and reference documentation.

See http://docs.neo4j.org/

Installation

pip install neo4j-embedded

Installation from source

To install neo4j-embedded from this source tree, use the maven build tool to produce the python distribution, then install the distribution normally:

mvn package
unzip target/neo4j-python-embedded-[VERSION]-python-dist.zip
cd neo4j-embedded
python setup.py install

Releasing

Make sure you have a .pypirc file in your home folder with correct login information for the neo4j-embedded package on pypi.python.org. The release builds windows installers, so it needs to run on a windows machine.

python release.py

About

Python bindings for Neo4j

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 74.5%
  • XSLT 13.2%
  • Java 10.9%
  • Shell 1.4%