Metadata-Version: |
2.1 |
Name: |
nocaselist |
Version: |
2.0.3 |
Summary: |
A case-insensitive list for Python |
Author: |
Andreas Maier |
Author-Email: |
andreas.r.maier[at]gmx.de |
Maintainer: |
Andreas Maier |
Maintainer-Email: |
andreas.r.maier[at]gmx.de |
Home-Page: |
https://github.com/pywbem/nocaselist |
Project-Url: |
Bug Tracker, https://github.com/pywbem/nocaselist/issues |
Project-Url: |
Documentation, https://nocaselist.readthedocs.io/en/latest/ |
Project-Url: |
Source Code, https://github.com/pywbem/nocaselist |
License: |
Apache Software License 2.0 |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
Intended Audience :: Developers |
Classifier: |
License :: OSI Approved :: Apache Software License |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.6 |
Classifier: |
Programming Language :: Python :: 3.7 |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Programming Language :: Python :: 3.12 |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Platform: |
any |
Requires-Python: |
>=3.6 |
Requires-Dist: |
typing-extensions (<4.2.0,>=3.10); python_version == "3.6" |
Requires-Dist: |
typing-extensions (>=3.10); python_version >= "3.7" and python_version <= "3.9" |
Requires-Dist: |
pytest (>=7.0.0); extra == "test" |
Requires-Dist: |
pluggy (>=0.13.1); extra == "test" |
Requires-Dist: |
six (>=1.14.0); python_version <= "3.11" and extra == "test" |
Requires-Dist: |
virtualenv (<20.16.3,>=20.2.1); python_version <= "3.7" and extra == "test" |
Requires-Dist: |
packaging (>=21.3); python_version == "3.6" and extra == "test" |
Requires-Dist: |
six (>=1.16.0); python_version >= "3.12" and extra == "test" |
Requires-Dist: |
packaging (>=22.0); python_version >= "3.7" and extra == "test" |
Requires-Dist: |
virtualenv (>=20.23.0); python_version >= "3.8" and extra == "test" |
Provides-Extra: |
test |
Description-Content-Type: |
text/markdown |
License-File: |
LICENSE |
License-File: |
AUTHORS.md |