class documentation

Undocumented

Method tagged_version Undocumented
Method tags Undocumented
Class Variable tag_build Undocumented
Class Variable tag_date Undocumented
Class Variable vtags Undocumented
Property name Undocumented
Method _already_tagged Undocumented
Method _maybe_tag egg_info may be called more than once for a distribution, in which case the version string already contains all tags.
Method _safe_tags Undocumented
def tagged_version(self): (source)

Undocumented

def tags(self) -> str: (source)

Undocumented

tag_build = (source)

Undocumented

tag_date = (source)

Undocumented

Undocumented

Undocumented

def _already_tagged(self, version: str) -> bool: (source)

Undocumented

def _maybe_tag(self, version): (source)

egg_info may be called more than once for a distribution, in which case the version string already contains all tags.

def _safe_tags(self) -> str: (source)

Undocumented