Metadata-Version: |
2.1 |
Name: |
nocasedict |
Version: |
2.0.4 |
Summary: |
A case-insensitive ordered dictionary 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/nocasedict |
Project-Url: |
Bug Tracker, https://github.com/pywbem/nocasedict/issues |
Project-Url: |
Documentation, https://nocasedict.readthedocs.io/en/latest/ |
Project-Url: |
Source Code, https://github.com/pywbem/nocasedict |
License: |
GNU Lesser General Public License v2 or later (LGPLv2+) |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
Intended Audience :: Developers |
Classifier: |
License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+) |
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: |
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.0); 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 |