Metadata-Version: 1.1
Name: neomodel
Version: 1.0.2
Summary: An object mapper for the neo4j graph database.
Home-page: http://github.com/robinedwards/neomodel
Author: Robin Edwards
Author-email: robin.ge@gmail.com
License: MIT
Description: .. image:: https://raw.githubusercontent.com/robinedwards/neomodel/master/doc/source/_static/neomodel-300.png
           :alt: neomodel
        
        An Object Graph Mapper (OGM) for the neo4j_ graph database, built on the awesome py2neo_.
        
        - Familiar Django model style definitions.
        - Powerful query API.
        - Enforce your schema through cardinality restrictions.
        - Full transaction support.
        - Hooks including (optional) Django signals support.
        
        .. _py2neo: http://www.py2neo.org
        .. _neo4j: http://www.neo4j.org
        
        .. image:: https://secure.travis-ci.org/robinedwards/neomodel.png
           :target: https://secure.travis-ci.org/robinedwards/neomodel/
        
        Documentation
        =============
        
        Available on readthedocs_.
        
        .. _readthedocs: http://neomodel.readthedocs.org
        
        Requirements
        ============
        
        - Python 2.7, 3.4, pypy and pypy3
        - neo4j 2.0 or 2.1
        
        Installation
        ============
        
        Install from pypi (recommended)::
        
            $ pip install neomodel
        
        To install from github::
        
            $ pip install git+git://github.com/robinedwards/neomodel.git@HEAD#egg=neomodel-dev
        
        Contributing
        ============
        
        Ideas, bugs, tests and pull requests always welcome.
        
Keywords: graph neo4j py2neo ORM
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Database
