Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate from pip to rye #168

Open
alxmrs opened this issue Aug 23, 2024 · 2 comments
Open

Migrate from pip to rye #168

alxmrs opened this issue Aug 23, 2024 · 2 comments
Labels
enhancement New feature or request P2

Comments

@alxmrs
Copy link
Collaborator

alxmrs commented Aug 23, 2024

https://lucumr.pocoo.org/2024/8/21/harvest-season/

In my experience, rye is a killer developer experience. It makes Python tooling more like the Rust ecosystem. Switching over to rye will help include the next generation of Python developers to be included into projects like this one.

@12rambau
Copy link
Contributor

is it opt-in ? Like can project relying on pip will continue to work ?

@alxmrs
Copy link
Collaborator Author

alxmrs commented Sep 12, 2024

Rye publishes to the same package index as pip. In fact, it uses all Python distribution and packaging standards, it just surfaces them behind a unified (arguably , saner) CLI.

So, even if this project uses Rye, other projects will still be able to use pip.

@naschmitz naschmitz added enhancement New feature or request P2 labels Sep 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request P2
Projects
None yet
Development

No branches or pull requests

3 participants