Skip to content

Utilities


get_env_option(builder_name: str, option: str) -> str

Returns:

Type Description
str

The value of the upper-cased environment variable PY_EXTENSION_BUILDER_<builder_name>_<option>.

normalize_relative_path(path: str) -> str

Returns:

Type Description
str

The normalized relative path with platform-specific separators.


Last update: June 12, 2022