Skip to content

pombredanne/python-blueprints

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-blueprints

Python bindings in of Blueprints

Install

pip install cython
pip install git+git://github.com/kivy/pyjnius.git
pip install blueprints

Versionning

Given X.Y.Z.T version, X.Y.Z are Blueprints version, T is the version of the bindings for instance 2.3.0.0 is the first version of the bindings of the 2.3.0 version of Bluerints.

Tests

You can run tests with:

python tests/neo4j.py
python tests/orientdb.py

Documentation

The documentation is available at rtd.