About 38,500,000 results
Open links in new tab
  1. Building distributions | uv

    Nov 20, 2025 · Important When using uv build, uv acts as a build frontend and only determines the Python version to use and invokes the build backend. The details of the builds, such as the …

  2. uv-build man | Linux Command Library

    The uv build command, part of the uv Python package manager, is designed for efficiently building Python source distributions (sdists) and wheels (wheels) from a local project directory. It …

  3. uv-build · PyPI

    4 days ago · The uv build backendBuild backend for uv This package is a slimmed down version of uv containing only the build backend. See https://pypi.org/project/uv/ and https ...

  4. The uv build backend is now stable - pydevtools.com

    Jul 3, 2025 · By default, uv uses hatchling as the build backend. As of this week, the uv team has now declared the uv build backend as stable and, most notably, really, really fast. Charlie …

  5. How to build a Python package with uv and install it locally

    This post will walk you through the steps to build a simple Python package and install it locally on your machine or a cloud machine. By the end of this tutorial, you'll have a working package …

  6. Managing Python Projects With uv: An All-in-One Solution

    Apr 28, 2025 · Learn how to create and manage your Python projects using uv, an extremely fast Python package and project manager written in Rust.

  7. Build backend | uv

    4 days ago · Introduction Concepts The uv build backend A build backend transforms a source tree (i.e., a directory) into a source distribution or a wheel. uv supports all build backends (as …

  8. How to do install my custom package in editable mode, with uv

    Feb 6, 2025 · I am having a related/similar issue, previously running my own package like poetry -C ~/path-to-mypackage run mypackage and not figuring out how to do this with uv.

  9. Building and publishing a package | uv - Astral

    Nov 24, 2025 · Introduction Guides Building and publishing a package uv supports building Python packages into source and binary distributions via uv build and uploading them to a …

  10. How I Set Up a Machine Learning Project with `uv` and …

    Jul 24, 2025 · If you took my advice above and started your project with a src folder to build up the package you want to deploy later with your modeling logic, then you might be interested in …