Metadata-Version: 2.0
Name: neodjango
Version: 0.0.8
Summary: A Django/Neo4j ORM layer.
Home-page: https://neodjango.readthedocs.org/en/latest/
Author: Renan Palmeira
Author-email: renanpalmeira1@hotmail.com
License: GPL
Keywords: django neo4j graph graphdb graphdatabase database rest client driver
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Requires-Dist: neo4jrestclient (>=2.1)
Requires-Dist: Django (>=1.6)
Requires-Dist: requests
Requires-Dist: six
Requires-Dist: wsgiref

# NeoDjango

[![Build Status](https://travis-ci.org/RenanPalmeira/neodjango.svg?branch=master)](https://travis-ci.org/RenanPalmeira/neodjango)

### Demo/Example

https://github.com/RenanPalmeira/neodjango-starwars-example

Installation

Available in Python Package Index:

$ pip install neodjango

Or:

$ easy_install neodjango


