About 8,220,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. Releases · astral-sh/uv - GitHub

    Now uv will allow use of free-threaded Python 3.14+ interpreters without explicit selection. The GIL-enabled build of Python will still be preferred, e.g., when performing an installation with uv …

  5. 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.

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

    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 …

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

  8. 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 …

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

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

  10. 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 / …