uv is an extremely fast Python package and project manager, written in Rust.| docs.astral.sh
Using workspaces| docs.astral.sh
Declaring project metadata: the [project] table¶| packaging.python.org
Specification#| packaging.python.org
This PEP specifies a mechanism for storing package requirements in pyproject.toml files such that they are not included in any built distribution of the project.| Python Enhancement Proposals (PEPs)
This PEP specifies the language used to describe dependencies for packages. It draws a border at the edge of describing a single dependency - the different sorts of dependencies and when they should be installed is a higher level problem. The intent is ...| Python Enhancement Proposals (PEPs)
This PEP specifies how Python software packages should specify what build dependencies they have in order to execute their chosen build system. As part of this specification, a new configuration file is introduced for software packages to use to specify...| Python Enhancement Proposals (PEPs)