Open AndreuCodina opened 4 months ago
this would also solve #995 and #944 since it would allow users to install rye using pyprojectx
Given that uv
exists on pypi it might make sense. That said the desire of Rye is that it's the way you bootstrap Python which implies that pip does not exist. I do however think that there is potentially a reason to assume that such a world will take longer to materialize ;)
I don't mind adding this, not too hard to do.
One blocker is that rye
on pypi is something else entirely. Either the person owning that package is willing to rename or we gotta find some reasonable suffix/prefix.
looks like the rye pypi package hasn't been updated in years, so you may be able to get the name transferred. i'm not sure what this process is to do this, but i know @AThePeanut4 was successful in getting the name docify transferred to him for the same reason
The name reclamation process is very slow though it may be faster now that they've hired someone to help with support — I haven't heard back since February about my request and there are lots of requests from 2023 without responses.
Maybe we can use astral-rye
or rye-astral
while rye
is transferred.
The process is here - I was lucky that the maintainer of the previous project responded very quickly to my email and was happy to transfer the name over. If that did not happen I would likely not have been able to get the name transferred in any reasonable timeframe, if at all.
I can send the owner an email and see where it goes.
I'd like to install
rye
from PyPi. It simplifies the CI and DevContainer code.