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
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
Built Distribution
File details
Details for the file packaging-classifiers-1.0.0rc5.tar.gz
.
File metadata
- Download URL: packaging-classifiers-1.0.0rc5.tar.gz
- Upload date:
- Size: 12.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.33.0 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5a42b75c16820a566d537d0670dfcfd01677741dbf37a3083e75003ce9a16924 |
|
MD5 | 483ca099c373724b935b1b0efc856b0f |
|
BLAKE2b-256 | a40a1b17ee2f67ac182a4090df919e82926c89e545031b4df16e6bc5d26f34bd |
Provenance
File details
Details for the file packaging_classifiers-1.0.0rc5-py3-none-any.whl
.
File metadata
- Download URL: packaging_classifiers-1.0.0rc5-py3-none-any.whl
- Upload date:
- Size: 24.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.33.0 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a2f1d9d02b3a1b03348952980531b9f4d670e26ce42b4ad25c9e7adce0e9aa46 |
|
MD5 | 113ab7cd9fd07b40d6a325425b155c51 |
|
BLAKE2b-256 | f57a3d05d8d4d990ffbc90a1199f893bf0d3057532cae398fe2bf1d3e47a8b79 |