Public API¶
Classes:
|
Builds wheel binary distributions using metadata read from |
Parser for the |
-
class
PthWheelBuilder(project_dir, config, build_dir=None, out_dir=None, *args, verbose=False, colour=None, **kwargs)[source]¶ Bases:
WheelBuilderBuilds wheel binary distributions using metadata read from
pyproject.toml.This builder has added support for creating
.pthfiles.- Parameters
Methods:
Write
.pthfiles, and their associated files, into the build directory.
-
class
WheyPthParser[source]¶ Bases:
AbstractConfigParserParser for the
[tool.whey-pth]table frompyproject.toml.Methods:
parse(config[, set_defaults])Parse the TOML configuration.
parse_additional_wheel_files(config)Parse the
additional-wheel-fileskey.parse_name(config)Parse the
namekey, giving the desired name of the.pthfile.parse_pth_content(config)Parse the
pth-contentkey, giving the content of the.pthfile.-
parse_additional_wheel_files(config)[source]¶ Parse the
additional-wheel-fileskey.The value is a list of MANIFEST.in-style entries for additional files to include in the wheel.
-