py2neo is now EOL: neo4j-contrib/py2neo@7f57cbe
We had observed relative inactivity, but the object model provided by py2neo made it much easier to do translation from gufe to Neo4j and back than the official Python driver would have. It is unclear at this time what the best course of action is.
Possible actions include:
- refactor out use of
py2neo and switch to use of official Python driver, add in abstractions where needed to translate objects from gufe to Neo4j representations
- fork
py2neo and keep it on life support
It may be worth considering what to do next in the context of #118.
py2neo is now EOL: neo4j-contrib/py2neo@7f57cbe
We had observed relative inactivity, but the object model provided by py2neo made it much easier to do translation from
gufeto Neo4j and back than the official Python driver would have. It is unclear at this time what the best course of action is.Possible actions include:
py2neoand switch to use of official Python driver, add in abstractions where needed to translate objects fromgufeto Neo4j representationspy2neoand keep it on life supportIt may be worth considering what to do next in the context of #118.