Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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`.

:::