class documentation

Undocumented

Method __init__ Undocumented
Method egg_name Undocumented
Method get_dist_info Undocumented
Method install_as_egg Install wheel as an egg directory.
Method is_compatible Is the wheel compatible with the current platform?
Method tags List tags (py_version, abi, platform) supported by this wheel.
Instance Variable filename Undocumented
Static Method _convert_metadata Undocumented
Static Method _fix_namespace_packages Undocumented
Static Method _move_data_entries Move data entries to their correct location.
Method _install_as_egg Undocumented
def __init__(self, filename): (source)

Undocumented

def egg_name(self): (source)

Undocumented

def get_dist_info(self, zf): (source)

Undocumented

def install_as_egg(self, destination_eggdir): (source)

Install wheel as an egg directory.

def is_compatible(self): (source)

Is the wheel compatible with the current platform?

def tags(self): (source)

List tags (py_version, abi, platform) supported by this wheel.

filename = (source)

Undocumented

@staticmethod
def _convert_metadata(zf, destination_eggdir, dist_info, egg_info): (source)

Undocumented

@staticmethod
def _fix_namespace_packages(egg_info, destination_eggdir): (source)

Undocumented

@staticmethod
def _move_data_entries(destination_eggdir, dist_data): (source)

Move data entries to their correct location.

def _install_as_egg(self, destination_eggdir, zf): (source)

Undocumented