scholrly / neo4django

Drop-in Neo4j/Django integration.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Drop-in Neo4j/Django integration.

License:GNU General Public License v3.0


Languages

Language:Python 96.7%Language:Groovy 2.9%Language:Shell 0.4%