About 7,950,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/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, …

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

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

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

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

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

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

  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. how to change default python version in uv? #8135 - GitHub

    Oct 11, 2024 · I set the UV_PYTHON environment variable to 3.12 and uv now defaults to Python 3.12.

  10. GitHub - tox-dev/tox-uv: Use https://github.com/astral-sh/uv with …

    This flag, set on a tox environment level, controls how uv select the Python interpreter. By default, uv will attempt to use Python versions found on the system and only download managed …