scholrly / neo4django

Drop-in Neo4j/Django integration.
GNU General Public License v3.0
357 stars 83 forks source link

Can I use your code #261

Closed pawamoy closed 5 years ago

pawamoy commented 6 years ago

Hi!

I'm currently building a small Python package to interact with Neo4j. It's more a personal challenge than something else right now, but I'm writing stuff very similar to what you have in this repo. I'm particularly interested in the code in db/models/cypher.py. I wonder if I could reuse it (and modify it a bit) with your consent? I see that this package is licensed under GPL-3.0 which is a bit problematic for me :confused:

(I'm not trying to build a Neo/Django integration, because the whole "model" thing is irrelevant to my concerns. I simply want a Python library that allows me to manipulate graph data, backed by Neo4j, with Python objects.)

It's very sad this project is not maintained anymore, because it seems like a wonderful piece of code! I would have loved using it a Django project :snake: :smile_cat:

pawamoy commented 5 years ago

No, feedback, closing! Thanks anyway!