Skip to content

MridulaMaddukuri/poetry-uv-project

Repository files navigation

poetry-to-uv-project

Efficiently switch from Poetry to uv in your Python project

Instructions

  1. In the root folder of your poetry project with pyproject.toml file, run the following commands wget https://raw.githubusercontent.com/MridulaMaddukuri/poetry-uv-project/master/poetry-to-uv.sh to download the bash script bash poetry-to-uv.sh to modify the pyproject.toml file to be uv compatible
  2. To update your project to uv uv sync This will create a uv.lock file in your root folder
  3. Run python scripts uv run my_project/add.py

References

  1. poetry-to-uv.sh script is from this amazing guide, only slightly modified

About

Switch from Poetry to uv

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published