Crate pyproject_toml
Source - BuildSystem
- The
[build-system] section of a pyproject.toml as specified in PEP 517 - DependencyGroups
- The
[dependency-groups] section of pyproject.toml, as specified in PEP 735 - Project
- PEP 621 project metadata
- PyProjectToml
- A pyproject.toml as specified in PEP 517
- ResolveError
- ResolvedDependencies
- Optional dependencies and dependency groups resolved into flat lists of requirements that are
not self-referential
- Contact
- A
project.authors or project.maintainers entry. - DependencyGroupSpecifier
- A specifier item in a Dependency Group
- License
- The optional
project.license key - ReadMe
- The full description of the project (i.e. the README).