flask-neo4j
flask-neo4j copied to clipboard
Flask extension providing integration with the Neo4j graph database.
Bumps [jinja2](https://github.com/pallets/jinja) from 2.7.3 to 2.11.3. Release notes Sourced from jinja2's releases. 2.11.3 This contains a fix for a speed issue with the urlize filter. urlize is likely to be...
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 0.9.6 to 0.15.3. Release notes *Sourced from [werkzeug's releases](https://github.com/pallets/werkzeug/releases).* > ## 0.15.3 > * Blog: https://palletsprojects.com/blog/werkzeug-0-15-3-released/ > * Changes: https://werkzeug.palletsprojects.com/en/0.15.x/changes/#version-0-15-3 > > > ## 0.15.2 > *...
Bumps [flask](https://github.com/pallets/flask) from 0.10.1 to 1.0. Release notes *Sourced from [flask's releases](https://github.com/pallets/flask/releases).* > ## 1.0 > The Pallets team is pleased to release Flask 1.0. [Read the announcement on our...
…echnige/py2neo/issues/605 . It must work on py2neo v2 because it will not call anything else. And in py2neo v3 will add the parameter when the port is used in the...
Apparently the `README.rst` example does not work if `py2neo` version is >= 2.0.9. Maybe version should be pinned in `setup.py`? It fails by: ``` flask.ext.Neo4j init_app called flask.ext.Neo4j gdb trying...
This project seems outdated, now there is a neo4j native driver in python and neo4j allows connections on the `bolt` protocol. Do you need a hand on making this work...
Complete a batch of docs that shows how one would use the major aspects of the Flask-Neo4j extension.