Hacker News new | ask | show | jobs
by finnn 3116 days ago
A brief look around the supervisor site indicates that they have public version control and issue tracking on their github page[0] and that they have a merged PR[1] to add python 3 testing (which appears to be passing).

[0] https://github.com/Supervisor/supervisor [1] https://github.com/Supervisor/supervisor/pull/901

2 comments

According to their README[1], supervisor does not yet work correctly on Python 3 and has a list of issues [2].

[1] https://github.com/Supervisor/supervisor/blob/master/README....

[2] https://github.com/Supervisor/supervisor/labels/python%203

Thank you. I wonder why they don't list this in their setup.py
I meant the repo and bug tracker, which is can we listed in setup.py and is picked up by pypi.
The repo has Python 3 listed in setup.py. Are you saying it isn't?

(It's not getting picked up by pypi because they haven't made a release with the trove classifier yet.)

No, setup.py doesn't list the repo and bug tracker, so pypi doesn't list the repo and bug tracker either.
Ahh. I see. Thanks.
Ohh, they just haven't released it to pypi yet.