joanibal/pyAVL

License?

bingo-bango opened this issue · 5 comments

Hello @joanibal could you please advise what the license is for this package?
Thanks in advance

Because AVL is itself GNU GPL V2. I believe this project also retains that license by the copyleft property of GNU GPL.

I don't know a lot about licenses though.

I see that you might be interested in using this project or creating your own that does a similar thing.
There are no docs for this repo, but if you wanted to chat about what it is and how to use it I'd be happy to do so. I worked on this before I new a lot about programming so it is very rough around the edges.

Hi @joanibal, many thanks for your responses. I have a reasonable idea of what you did from digging into the python and FORTRAN code. The idea is to create something along the same lines which works in Python3. Anyway, I'll let you know if I get anywhere :)
Nice work you're doing on mdolab there, by the way!
Regards,
Peter

Hey @bingo-bango,
I just wanted to let you know that I recently did a major clean up of this project.
It works with python 3 now and you can get and set geometry parameters from python now.

Hi @joanibal thanks for the heads up! Looks good.