class documentation

class Prepared: (source)

View In Hierarchy

A prepared search for metadata on a possibly-named package.

Static Method legacy_normalize Normalize the package name as found in the convention in older packaging tools versions and specs.
Static Method normalize PEP 503 normalization plus dashes as underscores.
Method __bool__ Undocumented
Method __init__ Undocumented
Instance Variable legacy_normalized Undocumented
Instance Variable name Undocumented
Instance Variable normalized Undocumented
@staticmethod
def legacy_normalize(name): (source)

Normalize the package name as found in the convention in older packaging tools versions and specs.

@staticmethod
def normalize(name): (source)

PEP 503 normalization plus dashes as underscores.

def __bool__(self): (source)

Undocumented

def __init__(self, name): (source)

Undocumented

legacy_normalized = (source)

Undocumented

Undocumented

normalized = (source)

Undocumented