Add support for rye
as an environment manager
#398
Closed
marrov
started this conversation in
Requested tools
Replies: 1 comment 2 replies
-
Since astral took over rye, they've had the following note on the docs and repo.
Given that, I think we're not likely to add rye support since it's likely just to get less and less attention as uv is developed. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all!
Just wanted to start by saying thanks to the maintainers and devs. This project is fantastic and we have been using it in our organization for some time. I also feel v2 has been a great improvement.
This discussion is to argue in favour of adding
rye
as a package manager. I've seenruff
is rightly being considered (discussion here) andrye
is astral's take an a python package manager plus other goodies. It usesruff
and optionallyuv
under the hood (faster drop in replacement forpip
) and acts like a betterpoetry
(also requested here). We have been quite happy with it at my organization with it despite it being a relatively recent project. Actually, we have such a high conviction withrye
that it is the main reason we are currently moving out ofcookiecutter-data-science
as our project templating solution.It would be great if there could be support for
rye
within this project. I have used it quite extensively and would be happy to contribute with adding this tool with some guidance.Beta Was this translation helpful? Give feedback.
All reactions