README.md
[!NOTE]
Rye is no longer developed. We encourage all users to use uv, the successor project from the same maintainers, which is actively maintained and much more widely used.
For current Rye users, please see the uv migration guide. While Rye will continue to be available, no further updates are planned, including security updates.
Rye is a comprehensive project and package management solution for Python.
Born from its creator's desire to establish a
one-stop-shop for all Python users, Rye provides a unified experience to install and manage Python
installations, pyproject.toml based projects, dependencies and virtualenvs
seamlessly. It's designed to accommodate complex projects, monorepos and to
facilitate global tool installations. Curious? Watch an introduction.
A hassle-free experience for Python developers at every level.
<div align="center"> <a href="https://youtu.be/q99TYA7LnuA"> </a> <p><em>Click on the thumbnail to watch a 16 minute introduction video</em></p> </div>Rye picks and ships the right tools so you can get started in minutes:
rye lint and rye fmt.The installation takes just a minute:
Linux and macOS:
curl -sSf https://rye.astral.sh/get | bash
Windows:
Download and run the installer (64-bit (x86-64) or 32-bit (x86)).
For more details and other options, refer to the installation instructions.
Did I spark your interest?