Skip to main content

No project description provided

Project description

packaging-classifiers

Cannonical source for classifiers on PyPI (pypi.org).

Usage

Check if a classifier is valid:

>>> from packaging_classifiers import classifiers
>>> 'License :: OSI Approved' in classifiers
True
>>> 'Fuzzy Wuzzy :: Was :: A :: Bear' in classifiers
False
>>>

Determine if a classifier is deprecated:

>>> classifiers['License :: OSI Approved'].deprecated
False
>>> classifiers["Natural Language :: Ukranian"].deprecated
True
>>> classifiers["Natural Language :: Ukranian"].deprecated_by
['Natural Language :: Ukrainian']

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

packaging-classifiers-1.0.0rc1.tar.gz (13.3 kB view hashes)

Uploaded Source

Built Distribution

packaging_classifiers-1.0.0rc1-py3-none-any.whl (24.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page