Implementation of a shop domain model with categories and products.
This application requires Python (CPython or Jython) version 2.5 or later. It also requires the Neo4j Python bindings and its dependencies.
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