python-mimeparse icon indicating copy to clipboard operation
python-mimeparse copied to clipboard

Basic functions for handling mime-types in Python

Results 7 python-mimeparse issues
Sort by recently updated
recently updated
newest added

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...

Although much of the negotiation is dependent on the specific server logic, it feels that the current implementation does not always follow the spirit of the HTTP semantics as detailed...