About 3,290,000 results
Open links in new tab
  1. GitHub - astral-sh/uv: An extremely fast Python package and …

    uv provides a drop-in replacement for common pip, pip-tools, and virtualenv commands. uv extends their interfaces with advanced features, such as dependency version overrides, …

  2. uv cheatsheet - GitHub

    A comprehensive cheatsheet and guide for uv, an extremely fast, Rust‑based Python packaging and project manager from Astral. It aims to replace tools like pip, Poetry, venv, pipx, pyenv, …

  3. uv/README.md at main · astral-sh/uv · GitHub

    uv provides a drop-in replacement for common pip, pip-tools, and virtualenv commands. uv extends their interfaces with advanced features, such as dependency version overrides, …

  4. UV Starter - GitHub

    uv is a lightweight and efficient tool for managing Python virtual environments and dependencies. It simplifies managing isolated environments for different projects, ensuring reproducibility and …

  5. The Definitive Guide to UV: Python Packaging in Production

    Jul 21, 2025 · UV is a Python packaging tool written in Rust, designed to be the single tool you need for Python packaging - similar to Rust's cargo or Node's npm. Released in February …

  6. GitHub - milisp/uv-cheatsheet: cheatsheet for uv

    cheatsheet for uv. Contribute to milisp/uv-cheatsheet development by creating an account on GitHub.

  7. GitHub - kn2167/uv-python: An extremely fast Python package …

    uv provides a drop-in replacement for common pip, pip-tools, and virtualenv commands. uv extends their interfaces with advanced features, such as dependency version overrides, …

  8. UV Documentation – A Comprehensive Guide for UV, the Fast …

    Feb 8, 2025 · It features rapid dependency resolution, integrated virtual environment management, a pip-compatible interface, lockfile support for reproducibility, and Python …

  9. Cookbook on using UV · GitHub

    Dec 13, 2024 · UV: Overview python has a lot of different options that can be used to help manage dependencies including: pip / venv pipenv conda / anaconda / miniconda mamba / …

  10. Example of a monorepo setup for python projects using uv

    This repository contains an example of a monorepo setup using uv. A lot of the information used in this repository comes from this github issue in the uv repository.