Skip to main content

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

Project description

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:

>>> from packaging_classifiers import deprecated_classifiers
>>> 'License :: OSI Approved' in deprecated_classifiers
False
>>> 'Natural Language :: Ukranian' in deprecated_classifiers
True
>>> deprecated_classifiers["Natural Language :: Ukranian"].deprecated_by
['Natural Language :: Ukrainian']

Get a pre-sorted list of classifiers:

>>> from packaging_classifiers import sorted_classifiers
>>> sorted_classifiers[0]
'Development Status :: 1 - Planning'
>>> sorted_classifiers[-1]
'Typing :: Typed'

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.0rc4.tar.gz (18.6 kB view hashes)

Uploaded Source

Built Distribution

packaging_classifiers-1.0.0rc4-py3-none-any.whl (30.3 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