alchemiscale icon indicating copy to clipboard operation
alchemiscale copied to clipboard

py2neo now EOL

Open dotsdl opened this issue 1 year ago • 2 comments

py2neo is now EOL: https://github.com/py2neo-org/py2neo/commit/7f57cbe1797945ce27e93cfd6ee5dfa291129be5

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.

dotsdl avatar Jun 13 '23 02:06 dotsdl