# migrate-to-uv [](https://pypi.org/project/migrate-to-uv/) [](https://pypi.org/project/migrate-to-uv/) [](https://pypi.org/project/migrate-to-uv/) `migrate-to-uv` migrates a project to [uv](https://github.com/astral-sh/uv) from another package manager. ## Usage ```bash # With uv uvx migrate-to-uv # With pipx pipx run migrate-to-uv ``` ## Supported package managers The following package managers are supported: - [Poetry](https://python-poetry.org/) (including projects using [PEP 621 in Poetry 2.0+](https://python-poetry.org/blog/announcing-poetry-2.0.0/)) - [Pipenv](https://pipenv.pypa.io/en/stable/) - [pip-tools](https://pip-tools.readthedocs.io/en/stable/) - [pip](https://pip.pypa.io/en/stable/) More package managers (e.g., [setuptools](https://setuptools.pypa.io/en/stable/)) could be implemented in the future. ## Features `migrate-to-uv` converts most existing metadata from supported package managers when migrating to uv, including: - [Project metadata](https://packaging.python.org
Latest indexed changes and source events
Other apps tracked under the same category.