class documentation

class _TroveClassifier: (source)

View In Hierarchy

The ``trove_classifiers`` package is the official way of validating classifiers, however this package might not be always available. As a workaround we can still download a list from PyPI. We also don't want to be over strict about it, so simply skipping silently is an option (classifiers will be validated anyway during the upload to PyPI).

Method __call__ Undocumented
Method __init__ Undocumented
Instance Variable __name__ Undocumented
Instance Variable downloaded Undocumented
Method _disable_download Undocumented
Instance Variable _skip_download Undocumented
def __call__(self, value: str) -> bool: (source)

Undocumented

def __init__(self): (source)

Undocumented

__name__: str = (source)

Undocumented

downloaded = (source)

Undocumented

def _disable_download(self): (source)

Undocumented

_skip_download: bool = (source)

Undocumented