Skip to main content

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

Project description

Canonical source for classifiers on PyPI.

Classifiers categorize projects per PEP 301. Use this package to validate classifiers in packages for PyPI upload or download.

Usage

To install from PyPI:

$ pip install trove-classifiers

This package can be invoked as a module to print a list of classifiers:

$ python -m trove_classifiers | grep -Ei pyramid
Framework :: Pyramid

In addition, this package's API is two importable objects:

Classifiers (trove_classifiers.classifiers)

A set containing classifiers (as strings). Useful for determining membership.

Example - determine if a classifier is valid:

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

Deprecated classifiers (trove_classifiers.deprecated_classifiers)

A dict, mapping a deprecated classifier (string) to a list of classifiers which replaces it (strings).

Example - determine if a classifier is deprecated:

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

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

trove_classifiers-2025.3.19.19.tar.gz (16.3 kB view details)

Uploaded Source

Built Distribution

trove_classifiers-2025.3.19.19-py3-none-any.whl (13.7 kB view details)

Uploaded Python 3

File details

Details for the file trove_classifiers-2025.3.19.19.tar.gz.

File metadata

File hashes

Hashes for trove_classifiers-2025.3.19.19.tar.gz
Algorithm Hash digest
SHA256 98e9d396fe908d5f43b7454fa4c43d17cd0fdadf046f45fb38a5e3af8d959ecd
MD5 5559d0bec80b259535d1d3af634234bd
BLAKE2b-256 23c61bc495f33ab4cd16c1044bde55d5ac76646c6c759df751218c7c2aeb3bba

See more details on using hashes here.

Provenance

The following attestation bundles were made for trove_classifiers-2025.3.19.19.tar.gz:

Publisher: release.yml on pypa/trove-classifiers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file trove_classifiers-2025.3.19.19-py3-none-any.whl.

File metadata

File hashes

Hashes for trove_classifiers-2025.3.19.19-py3-none-any.whl
Algorithm Hash digest
SHA256 5fc02770ecd81588a605ac98b9d85d50a5a3f9daa30af2a6b1361a1999d75d07
MD5 b09f5744cd2e702928febe5d636cb8af
BLAKE2b-256 40f89c6d334002e7b4ff34a875d2f6fe76c6c1544bd7fde3e39cb7cd2593488f

See more details on using hashes here.

Provenance

The following attestation bundles were made for trove_classifiers-2025.3.19.19-py3-none-any.whl:

Publisher: release.yml on pypa/trove-classifiers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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