Skip to content

scholrly/neo4django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jul 3, 2014
68202bb · Jul 3, 2014
Dec 30, 2013
Jul 3, 2014
May 9, 2014
May 27, 2014
Jun 22, 2013
May 23, 2013
Aug 17, 2011
Jun 23, 2012
May 9, 2013
Oct 2, 2013
May 30, 2013
Oct 2, 2013
May 9, 2014
Nov 6, 2013
May 30, 2013

Repository files navigation

neo4django is an Object Graph Mapper that let's you use familiar Django model definitions and queries against the Neo4j graph database.

The library is tested against Django 1.5.4 and Neo4j versions 1.8.2-1.9.4. Docs are on ReadTheDocs.

https://secure.travis-ci.org/scholrly/neo4django.png?branch=master

Installation

Using pip, you can install from PyPi:

pip install neo4django

or straight from GitHub:

pip install -e git+https://github.com/scholrly/neo4django/#egg=neo4django

Documentation

Detailed documentation can be found in the docs folder or on ReadTheDocs.