module documentation

Wheels support.

Class Wheel No class docstring; 0/1 instance variable, 3/7 methods, 1/3 static method documented
Function disable_info_traces Temporarily disable info traces.
Function unpack Move everything under `src_dir` to `dst_dir`, and delete the former.
Constant NAMESPACE_PACKAGE_INIT Undocumented
Constant WHEEL_NAME Undocumented
Function _get_supported_tags Undocumented
@contextlib.contextmanager
def disable_info_traces(): (source)

Temporarily disable info traces.

def unpack(src_dir, dst_dir): (source)

Move everything under `src_dir` to `dst_dir`, and delete the former.

NAMESPACE_PACKAGE_INIT: str = (source)

Undocumented

Value
'''__import__(\'pkg_resources\').declare_namespace(__name__)
'''
WHEEL_NAME = (source)

Undocumented

Value
re.compile(
    """^(?P<project_name>.+?)-(?P<version>\\d.*?)
    ((-(?P<build>\\d.*?))?-(?P<py_version>.+?)-(?P<abi>.+?)-(?P<platform>.+?)
    )\\.whl$"""
    , re.VERBOSE).match
@functools.lru_cache(maxsize=None)
def _get_supported_tags(): (source)

Undocumented