# Introduction to Rye

> [!NOTE]
> Rye's author Armin Ronacher now recommends [uv](https://pydevtools.com/handbook/reference/uv.md) for new projects. Rye continues as a maintained project, but uv has become the primary focus for modern Python tooling. See [uv's documentation](https://docs.astral.sh/uv/) for migration guidance.

[Armin Ronacher](https://twitter.com/mitsuhiko)'s [Rye](https://rye-up.com) is an
exciting new tool in the Python packaging and dependency management ecosystem. Rye
attempts to be a "one-stop-shop" to "to install and manages Python installations,
pyproject.toml based projects, dependencies and virtualenvs seamlessly". You can [read
more about the Rye philosophy here](https://rye-up.com/philosophy/).

Armin recently recorded an introduction to the tool with the release of version 0.21:

{{< youtube q99TYA7LnuA >}}
