The package manager uv

8 3,995 137
articles words lines of code

Cheatsheet with the most common and useful uv commands to manage projects and dependencies, publish projects, manage tools, and more.

Today I learned you can format your Python code directly with uv.

This article shows the small script I use to automatically push code changes while live coding in talks or classes, improved with uv.

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.