Closed Freed-Wu closed 1 year ago
Eh, it's a kinda specialized tool and not made to be depended on by other python projects. It's not hard to upload but benefit seems small.
Was there some advantage you're looking for in particular? Just removing a step or two from install?
PYPI has many mirrors which make the package can be downloaded easily when the network is not good (for github). And removing a step or two from install
is another reason.
And I guess https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python#publishing-to-package-registries is helpful for upload to PYPI automatically after every time release.
Any progress about this issue? Although it is a kinda specialized tool, I still think it has the value to upload to PYPI, at least to prevent name squatting from some malwares.
We've had some discussion (+ @malcolmr ). Still kinda low on the list of priorities, but it might be worth doing for this and vroom.
A few thoughts:
don't have any intention of supporting python 2 and I want to make sure it fails hard
:+1:
make it easy to install via pypi, we might want to stop publishing debs
Create deb, rpm, or other package from wheel should be packagers' work :+1:
I'm also not sure we won't someday end up rewriting in some other programming language
If it will be rewrite in other language (and keep same function), I think this issue and all issue about python can be closed now.
If it will be rewrite in other language…
I mean, I don't think we have any immediate plans to do that, but wherever we can make it so users of the tool don't have to care what language it's implemented in, we should.
Thanks!