binary_wheel_builder API Documentation Modules Classes Names
Clear Help

Search bar offers the following options:

  • Term presence. The below example searches for documents that must contain “foo”, might contain “bar” and must not contain “baz”: +foo bar -baz
  • Wildcards. The below example searches for documents with words beginning with “foo”: foo*
  • Search in specific fields. The following search matches all objects in "twisted.mail" that matches “search”: +qname:twisted.mail.* +search

    Possible fields: 'name', 'qname' (fully qualified name), 'docstring', and 'kind'. Last two fields are only applicable if "search in docstrings" is enabled.

  • Fuzzy matches. The following search matches all documents that have a word within 1 edit distance of “foo”: foo~1

Results provided by Lunr.js

Class Hierarchy

  • abc.ABC
    • api.meta.WheelSource - Represents a source that can be used to build a wheel around
  • api.meta.Wheel - Metadata about a wheel to generate
  • api.meta.WheelPlatformBuildResult - Result of a wheel file build
  • api.meta.WheelPlatformIdentifier - Identifies a wheel target platform
  • binary_wheel_builder.api.meta.WheelSource
    • api.wheel_sources.github.GithubReleaseBinarySource - Provide source from GitHub Release API
    • api.wheel_sources.platform_based_file.PlatformBasedFileSource - Provide source from a local file, the name depending on the target platform
    • api.wheel_sources.static.StaticLocalWheelSource - Provide source from a static local executable
  • binary_wheel_builder.WheelSource
    • api.wheel_sources.gitlab_package_registry.GitlabGenericPackageRegistrySource - Provide source from Gitlab Generic Package Registry
  • Exception
    • api.wheel_sources.exceptions.WheelSourceException - Undocumented
      • api.wheel_sources.exceptions.SourceFileRequestFailed - Is raised when loading the source for the wheel is failing
      • api.wheel_sources.exceptions.UnsupportedWheelPlatformException - Is raised when the request wheel platform is not supported by the source
  • pydantic.BaseModel
    • api.meta.WheelFileEntry - Source entry for a wheel
API Documentation for binary_wheel_builder, generated by pydoctor 24.3.3 at 2024-05-22 07:25:50.