{ "info": { "author": "Joe Gregorio", "author_email": "joe@bitworking.org", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.5", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.1", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Topic :: Internet :: WWW/HTTP", "Topic :: Software Development :: Libraries :: Python Modules" ], "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.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://code.google.com/p/mimeparse/", "keywords": "mime-type", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "mimeparse", "package_url": "https://pypi.org/project/mimeparse/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/mimeparse/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://code.google.com/p/mimeparse/" }, "release_url": "https://pypi.org/project/mimeparse/0.1.4/", "requires_dist": null, "requires_python": null, "summary": "A module provides basic functions for parsing mime-type names and matching them against a list of media-ranges.", "version": "0.1.4" }, "last_serial": 534555, "releases": { "0.1.2": [ { "comment_text": "", "digests": { "md5": "5f6a5e62b5391d2774deca88f1c44a3e", "sha256": "4c0d1e47fa9f0d3311133796ff83cd4edcd8f0c2cdf8711622f543abd36e4b74" }, "downloads": -1, "filename": "mimeparse-0.1.2.tar.gz", "has_sig": false, "md5_digest": "5f6a5e62b5391d2774deca88f1c44a3e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3216, "upload_time": "2009-04-13T12:33:57", "url": "https://files.pythonhosted.org/packages/08/07/3de8c1a3f0f818e9c8f53de8e9d57520fe3ed143e945679be8719d080762/mimeparse-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "03ce207391454db37279e78ce2112365", "sha256": "534ff6feefe1cd03984f444e6415aacc79c0a85f3b868ec41a2fd5003004c31e" }, "downloads": -1, "filename": "mimeparse-0.1.3.tar.gz", "has_sig": false, "md5_digest": "03ce207391454db37279e78ce2112365", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4423, "upload_time": "2010-09-21T15:37:56", "url": "https://files.pythonhosted.org/packages/38/0c/7b02c30765658744acc51876781c580234cb1110296b231a3a524722f9c7/mimeparse-0.1.3.tar.gz" } ], "0.1.4": [] }, "urls": [] }