Metadata-Version: 1.1
Name: neo4django
Version: 0.1.8
Summary: A Django/Neo4j ORM layer.
Home-page: https://neo4django.readthedocs.org/en/latest/
Author: Matt Luongo
Author-email: mhluongo@gmail.com
License: GPL
Description: **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.4.4 and Neo4j versions 1.8.2-1.9M04. Docs are on `ReadTheDocs <https://neo4django.readthedocs.org/en/latest/>`_.
        
        .. image:: 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 <https://neo4django.readthedocs.org/en/latest/>`_.
        
Platform: posix
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: POSIX
