mimeparse


Namemimeparse JSON
Version 0.1.4 PyPI version JSON
download
home_pagehttp://code.google.com/p/mimeparse/
SummaryA module provides basic functions for parsing mime-type names and matching them against a list of media-ranges.
upload_time
maintainerNone
docs_urlNone
authorJoe Gregorio
requires_pythonNone
licenseMIT
keywords mime-type
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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-sec14.html#sec14.1

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.
            

Raw data

            {
    "_id": null,
    "home_page": "http://code.google.com/p/mimeparse/",
    "name": "mimeparse",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "mime-type",
    "author": "Joe Gregorio",
    "author_email": "joe@bitworking.org",
    "download_url": "UNKNOWN",
    "platform": "UNKNOWN",
    "description": "This module provides basic functions for handling mime-types. It can handle\nmatching mime-types against a list of media-ranges. See section 14.1 of \nthe HTTP specification [RFC 2616] for a complete explanation.\n\n   http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.1\n\nContents:\n    - parse_mime_type():   Parses a mime-type into its component parts.\n    - parse_media_range(): Media-ranges are mime-types with wild-cards and a 'q' quality parameter.\n    - quality():           Determines the quality ('q') of a mime-type when compared against a list of media-ranges.\n    - quality_parsed():    Just like quality() except the second parameter must be pre-parsed.\n    - best_match():        Choose the mime-type with the highest quality ('q') from a list of candidates.",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A module provides basic functions for parsing mime-type names and matching them against a list of media-ranges.",
    "version": "0.1.4",
    "split_keywords": [
        "mime-type"
    ],
    "urls": [],
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "mimeparse"
}
        
Elapsed time: 0.03102s