Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python 2 → Python 3? #8

Open
Paebbels opened this issue Jan 7, 2023 · 4 comments
Open

Python 2 → Python 3? #8

Paebbels opened this issue Jan 7, 2023 · 4 comments

Comments

@Paebbels
Copy link

Paebbels commented Jan 7, 2023

Any plans for updating this outdated code from Python 2 to Python3?

@eroux
Copy link
Contributor

eroux commented Jan 7, 2023

none, I don't think we've ever actually used this code, if you want to take over maintenance don't hesitate!

@Paebbels
Copy link
Author

Paebbels commented Jan 7, 2023

I'm not sure if I should load another project on my shoulders I have already >40 ...

If I would upgrade this code, it couldn't be done under GPL license. I only do Apache 2 if I'm maintaining it.

@eroux
Copy link
Contributor

eroux commented Jan 7, 2023

You'd have to contact the author to change the license, sorry about that

@Paebbels
Copy link
Author

Paebbels commented Jan 7, 2023

For sure.

I'm thinking: Isn't there nowadays code for reading *.dot files and writing *.graphml files provided via PyPI? So the overall code could be simplified to just translation, but no file handling (parsing and formatting). I should have a look what else exists.

My project pyTooling has a tree and graph data structure inside. Currently, having file formats was not considered in scope, but it might be interesting.

I have the matching tooling (setup.py, GitHub Actions, release workflow, etc.) available to install entry points as executables in a system, so dottoxml[.exe] could be provided in PATH.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants