The package manager uv

5 2,616 88
articles words lines of code

Today I learned you can use uv to install CLI tools with extra dependencies.

Today I learned how to use uv to escape uv and go back to using venv and pip for a given project.

Today I learned how to publish a Python package to PyPI with uv.

This practical tutorial shows how to use uv to build and install custom Python CLI applications globally on your system.

Today I learned how to create standalone Python scripts with uv.