trove-classifiers 0.1.0

Python packaging classifiers as an Enum.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
Python packaging classifiers as an Enum.

trove-classifiers encompass all valid PyPI classifiers, which can be found at
https://pypi.org/classifiers/.

The exact set of classifiers that is supported is pulled from
[trove-classifiers](https://pypi.org/project/trove-classifiers/) which is the
canonical source of PyPI's classifiers.

Trove classifiers were first defined in
[PEP-301](https://peps.python.org/pep-0301/#distutils-trove-classification)
and are metadata tags that can be added to python package distributions.