friendly_dist_manager.pyproject.build_system_table module

Primitives for manipulating the ‘build-system’ table in a pyproject.toml file

class friendly_dist_manager.pyproject.build_system_table.BuildSystemTable(data)[source]

Bases: object

Abstraction around the ‘build-system’ table from a pyproject.toml file

References

Parameters

data (dict) – TOML data parsed from a pyproject.toml config file

property backend

module name for the build backend to use for this project

Type

str

property requirements

list of packages required to run the build system backend

Type

list (str)