Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 725 Bytes

README.rst

File metadata and controls

30 lines (19 loc) · 725 Bytes

Neo4j Python example

Implementation of a shop domain model with categories and products.

Requirements

This application requires Python (CPython or Jython) version 2.5 or later. It also requires the Neo4j Python bindings and its dependencies.

Running the application

Running with Python/Jython 2.5:

git clone git://github.com/neo4j-examples/python-shop-categories.git
cd python-shop-categories
jython -m shop

Running with Python/Jython 2.6:

git clone git://github.com/neo4j-examples/python-shop-categories.git
cd python-shop-categories
python shop