Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37506015
en ru br
ALT Linux repos
S:1.6.0-alt4

Group :: Development/Python3
RPM: python3-module-mimeparse

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 1.6.0-alt4
Build date: 12 february 2020, 12:25 ( 219.1 weeks ago )
Size: 10.76 Kb

Home page:   https://pypi.org/project/python-mimeparse

License: MIT
Summary: Basic functions for handling mime-types in python
Description:

This module provides basic functions for handling mime-types. It can handle
matching mime-types against a list of media-ranges. See section 14.1 of
the HTTP specification [RFC 2616] for a complete explanation.

  http://www.w3.org/Protocols/rfc2616/rfc2616-sec…

Contents:
   - parse_mime_type():   Parses a mime-type into its component parts.
   - parse_media_range(): Media-ranges are mime-types with wild-cards
     and a 'q' quality parameter.
   - quality():           Determines the quality ('q') of a mime-type
     when compared against a list of media-ranges.
   - quality_parsed():    Just like quality() except the second
     parameter must be pre-parsed.
   - best_match():        Choose the mime-type with the highest quality
     ('q') from a list of candidates.

Current maintainer: Andrey Bychkov

List of contributors

List of rpms provided by this srpm:

  • python3-module-mimeparse
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin