python-mimeparse
python-mimeparse copied to clipboard
Basic functions for handling mime-types in Python
Howdy, While doing some packaging work for Fedora, I noticed that both [mimeparse](https://pypi.python.org/pypi/mimeparse) and [python-mimeparse](https://pypi.python.org/pypi/python-mimeparse) are available on PyPI. After digging through the commit history, I see that python-mimeparse was...
(Moved from https://github.com/falconry/falcon/issues/1183) Optimizations may include: - [ ] Cython support (simply compiling and/or *.pyx modules) - [ ] Algorithms - [ ] Micro-optimizations
If 'type/subtype' and 'type/subtype;param=1' are supported and 'type/subtype' is accepted, prefer 'type/subtype'.
Hi guys, python 3.13 is in beta now. Any chance to release a version with the dependency on `cgi` removed?
Since the times of XML media often have a suffix, for example `application/vnd.oai.openapi+json`. This conveys separate information on syntax and semantics. Ability to match by group and suffix (in the...