trove-classifiers

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

127 个版本
The PyPI Admins <admin@pypi.org>
安装
pip install trove-classifiers
poetry add trove-classifiers
pipenv install trove-classifiers
conda install trove-classifiers
描述

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']
版本列表
2026.6.1.19 2026-06-01
2026.5.22.10 2026-05-22
2026.5.20.19 2026-05-20
2026.5.20.13 2026-05-20
2026.5.7.17 2026-05-07
2026.4.28.13 2026-04-28
2026.1.14.14 2026-01-14
2026.1.12.15 2026-01-12
2025.12.1.14 2025-12-01
2025.11.14.15 2025-11-14
2025.9.11.17 2025-09-11
2025.9.9.12 2025-09-09
2025.9.8.13 2025-09-08
2025.8.26.11 2025-08-26
2025.8.6.13 2025-08-06
2025.5.9.12 2025-05-09
2025.5.8.15 2025-05-08
2025.5.8.13 2025-05-08
2025.5.7.19 2025-05-07
2025.5.1.12 2025-05-01
2025.4.28.22 2025-04-28
2025.4.11.15 2025-04-11
2025.3.19.19 2025-03-19
2025.3.13.13 2025-03-13
2025.3.3.18 2025-03-03
2025.2.18.16 2025-02-18
2025.1.15.22 2025-01-15
2025.1.10.15 2025-01-10
2025.1.7.14 2025-01-07
2025.1.6.15 2025-01-06
2024.10.21.16 2024-10-21
2024.10.16 2024-10-16
2024.10.13 2024-10-13
2024.10.12 2024-10-12
2024.10.11 2024-10-11
2024.9.12 2024-09-12
2024.7.2 2024-07-02
2024.7.1 2024-07-01
2024.5.22 2024-05-22
2024.5.17 2024-05-17
2024.4.10 2024-04-10
2024.3.25 2024-03-25
2024.3.3 2024-03-03
2024.2.23 2024-02-23
2024.2.22 2024-02-22
2024.1.31 2024-01-31
2024.1.8 2024-01-08
2023.11.29 2023-11-29
2023.11.22 2023-11-22
2023.11.14 2023-11-14
2023.11.13 2023-11-13
2023.11.9 2023-11-09
2023.11.7 2023-11-07
2023.10.18 2023-10-18
2023.10.17 2023-10-17
2023.9.19 2023-09-19
2023.8.7 2023-08-07
2023.7.6 2023-07-06
2023.5.24 2023-05-24
2023.5.22 2023-05-22
2023.5.2 2023-05-02
2023.4.29 2023-04-29
2023.4.25 2023-04-25
2023.4.22 2023-04-22
2023.4.20 2023-04-20
2023.4.18 2023-04-18
2023.3.9 2023-03-09
2023.2.20 2023-02-20
2023.2.8 2023-02-08
2023.1.20 2023-01-20
2023.1.12 2023-01-12
2022.12.22 2022-12-22
2022.12.1 2022-12-01
2022.10.19 2022-10-19
2022.9.26 2022-09-26
2022.8.31 2022-08-31
2022.8.24 2022-08-24
2022.8.7 2022-08-07
2022.7.22 2022-07-22
2022.6.26 2022-06-26
2022.6.23 2022-06-23
2022.5.19 2022-05-19
2022.5.12 2022-05-12
2022.5.11 2022-05-11
2022.5.5 2022-05-05
2022.4.30 2022-04-30
2022.4.11 2022-04-11
2022.3.30 2022-03-30
2022.3.21 2022-03-21
2022.3.17 2022-03-17
2022.3.16 2022-03-16
2022.3.10 2022-03-10
2022.2.16 2022-02-16
2022.1.6 2022-01-06
2022.1.3 2022-01-03
2021.11.17 2021-11-17
2021.11.16 2021-11-16
2021.10.20 2021-10-20
2021.10.9 2021-10-09
2021.9.27 2021-09-27
2021.9.23 2021-09-23
2021.9.22 2021-09-22
2021.9.17 2021-09-17
2021.8.31 2021-08-31
2021.8.4 2021-08-04
2021.7.10 2021-07-10
2021.4.5 2021-04-05
2021.2.28 2021-02-28
2021.1.14 2021-01-14
2020.10.21 2020-10-21
2020.10.7 2020-10-07
2020.10.6 2020-10-06
2020.9.25 2020-09-25
2020.9.8 2020-09-08
2020.9.3 2020-09-03
2020.8.17 2020-08-17
2020.8.14 2020-08-14
2020.8.11 2020-08-11
2020.8.7 2020-08-07
2020.8.6 2020-08-06
2020.8.3 2020-08-03
2020.7.30 2020-07-30
2020.6.20 2020-06-20
2020.5.21 2020-05-21
2020.5.11 2020-05-11
2020.4.9 2020-04-09
2020.4.1 2020-04-03