neo4j / neo4j-ogm

Java Object-Graph Mapping Library for Neo4j
https://neo4j.com/docs/ogm-manual/
Apache License 2.0
337 stars 165 forks source link

Port to Python #1176

Closed supreme-core closed 1 month ago

supreme-core commented 1 month ago

Hi,

Can I know if there are plans in the future to port this library to Python ?

Thanks!

meistermeier commented 1 month ago

Hi. We have no intention to move this library 1:1 to Python. There is already a Python object graph mapper called neomodel (https://neo4j.com/labs/neomodel/) and it makes no sense to have yet-another-object-mapper. This will just confuse the users. Hope this works for you.

Feel free to close this issue, if there are no further questions or items to discuss.