Provides the canonical set of classifiers for PyPI, enabling validation and categorization of Python projects. Current version: 2026.1.14.14. Maintained with regular updates to reflect the latest standards and additions in Python packaging.
pip install trove-classifiersVerified import paths — ran on the pinned version, not inferred.
Example usage to validate a classifier.
Regularly review the 'deprecated_classifiers' dictionary to ensure compatibility with future versions.
Use a virtual environment instead: https://pip.pypa.io/warnings/venv
Use a virtual environment for package management. If running as root is necessary, use the '--root-user-action' option to suppress this warning after understanding the implications.
pip install trove-classifiers
Use `trove_classifiers.list_classifiers()` to get all classifiers or `trove_classifiers.is_valid_classifier()` to check a specific classifier string.
Use `trove_classifiers.is_valid_classifier(classifier_string)` to check if a classifier is valid.
Ensure the argument passed to `trove_classifiers.is_valid_classifier()` is a string, for example: `trove_classifiers.is_valid_classifier("Programming Language :: Python :: 3.9")`.No dependency data recorded yet.