Metadata-Version: |
2.1 |
Name: |
mimetypeplus |
Version: |
1.0.0.0 |
Summary: |
A powerful Python module for intuitive MIME type management, providing utilities for identifying, creating, and manipulating MIME types in various contexts. |
Author-Email: |
Markus Hammer <107761433+MarkusHammer[at]users.noreply.github.com> |
Project-Url: |
Homepage, https://github.com/MarkusHammer/mimetypeplus-python |
Project-Url: |
Documentation, https://MarkusHammer.github.io/mimetypeplus-python |
Project-Url: |
Github, https://github.com/MarkusHammer/mimetypeplus-python |
Project-Url: |
Issues, https://github.com/MarkusHammer/mimetypeplus-python/issues |
Project-Url: |
Pull Requests, https://github.com/MarkusHammer/mimetypeplus-python/pulls |
Project-Url: |
Git, https://github.com/MarkusHammer/mimetypeplus-python.git |
Keywords: |
MIME,MIME type,content,content type,file,extension,media,type,HTTP,HTML,web,development,content negotiation,file management,internet,utilities |
Classifier: |
License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0) |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
Intended Audience :: Developers |
Classifier: |
Natural Language :: English |
Classifier: |
Programming Language :: Python |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3.7 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Programming Language :: Python :: 3.12 |
Classifier: |
Topic :: Software Development :: Libraries |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Classifier: |
Topic :: Internet |
Classifier: |
Topic :: Internet :: WWW/HTTP |
Classifier: |
Topic :: Utilities |
Classifier: |
Typing :: Typed |
Requires-Python: |
>=3.7 |
Requires-Dist: |
typing-extensions (<=3.10) |
Requires-Dist: |
python-magic; extra == "detection" |
Requires-Dist: |
puremagic; extra == "detection" |
Requires-Dist: |
setuptools (>=64.0.0); extra == "dev" |
Requires-Dist: |
pip-tools; extra == "dev" |
Requires-Dist: |
validate-pyproject[all]; extra == "dev" |
Requires-Dist: |
build; extra == "dev" |
Requires-Dist: |
twine; extra == "dev" |
Requires-Dist: |
coverage; extra == "dev" |
Requires-Dist: |
pdoc3; extra == "dev" |
Requires-Dist: |
pyright; extra == "dev" |
Requires-Dist: |
pylint; extra == "dev" |
Provides-Extra: |
detection |
Provides-Extra: |
dev |
Description-Content-Type: |
text/markdown |
License-File: |
LICENCE |