pep518
lib.pep518.parseBuildSystems
Type: readPyproject :: AttrSet -> list
Parse PEP-518 build-system.requires
from pyproject.toml.
pyproject
: Function argument
::: {.example #function-library-example-lib.pep518.parseBuildSystems}
lib.pep518.parseBuildSystems
usage example
# parseBuildSystems (lib.importTOML ./pyproject.toml)
[ ] # List of parsed PEP-508 strings as returned by `lib.pep508.parseString`.
:::