alextremblay / pyvm

dead-simple python version manager
https://alextremblay.github.io/pyvm/
MIT License
0 stars 0 forks source link

Consider adding alternate binary source #1

Open xiota opened 3 weeks ago

xiota commented 3 weeks ago

In Examples section, there is a link to a potential alternate binary source.

https://peps.python.org/pep-0711/

alextremblay commented 3 weeks ago

That's a fantastic idea, I absolutely love it!

The only reasons I haven't implemented support for this yet are:

For these reasons, I'm not inclined to add support for PyBIs at the moment. If PEP0711 picks up / gains traction and we start getting PYBIs hosted on or by PYPI, I will definitely start working towards adding support for PYBIs. Until then, i just don't think it's worth the effort involved

alextremblay commented 3 weeks ago

That being said, if you're willing to submit a PR adding this support alongside existing PBS support, and willing to commit to supporting the feature if it breaks in the future, I will happily accept such a PR 😄

xiota commented 3 weeks ago

Thank you for explaining why this would not be sufficiently worthwhile to implement at this time.