Modules§
Structs§
- Build
System - The
[build-system]
section of a pyproject.toml as specified in PEP 517 - Dependency
Groups - The
[dependency-groups]
section of pyproject.toml, as specified in PEP 735 - Project
- PEP 621 project metadata
- PyProject
Toml - A pyproject.toml as specified in PEP 517
Enums§
- Contact
- A
project.authors
orproject.maintainers
entry. - Dependency
Group Specifier - A specifier item in a Dependency Group
- License
- The optional
project.license
key - ReadMe
- The full description of the project (i.e. the README).