Writing plugins¶| docs.pytest.org
uv is an extremely fast Python package and project manager, written in Rust.| docs.astral.sh
The .dist-info directory¶| packaging.python.org
Creating and discovering plugins¶| packaging.python.org
The pyproject.toml file In package mode, the only required fields are name and version (either in the project section or in the tool.poetry section). Other fields are optional. In non-package mode, the name and version fields are required if using the project section. Note Run poetry check to print warnings about deprecated fields. The project section The project section of the pyproject.toml file according to the specification of the PyPA. name The name of the package. Always required when t...| python-poetry.org
Declaring project metadata: the [project] table¶| packaging.python.org
This PEP specifies how to write a project’s core metadata in a pyproject.toml file for packaging-related tools to consume.| Python Enhancement Proposals (PEPs)