Metadata-Version: 2.0
Name: Flask-Neo4j
Version: 0.5.1
Summary: Flask extension providing integration with Neo4j.
Home-page: https://github.com/lashex/flask-neo4j
Author: Brett Francis
Author-email: brett_francis@me.com
License: MIT
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: Flask (>=0.10)
Requires-Dist: future (>=0.15.2)
Requires-Dist: py2neo (>=2.0.1)


Flask-Neo4jv2
-------------

Flask extension that provides integration with the Neo4j graph database using
the py2neo library. Under initial development.



