About 28,400 results
Open links in new tab
  1. GitHub - astral-sh/uv: An extremely fast Python package and project ...

    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, platform-independent …

  2. uv cheatsheet - GitHub

    Aug 1, 2025 · 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, …

  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, platform-independent …

  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 minimal …

  5. 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 / micromamba …

  6. uv/docs/getting-started/features.md at main · astral-sh/uv

    uv provides essential features for Python development — from installing Python and hacking on simple scripts to working on large projects that support multiple Python versions and platforms.

  7. UV Cheatsheet · GitHub

    Mar 10, 2025 · uv lock --upgrade doesn't upgrade in project environment, but just update uv.lock file. so uv sync --upgrade and uv sync --upgrade-package <package_name> are correct.

  8. Releases · astral-sh/uv - GitHub

    An extremely fast Python package and project manager, written in Rust. - Releases · astral-sh/uv

  9. UV Documentation – A Comprehensive Guide for UV, the Fast Python ...

    Feb 8, 2025 · UV Documentation – A Comprehensive Guide for UV, the Fast Python Package Installer and Virtual Environment Manager This file, uv-llms-full.txt, contains detailed documentation and …

  10. 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 2024, UV has …