Metadata-Version: 1.0
Name: mimes
Version: 0.3
Summary: Parses mimetype-strings (RFC 1049, 2045, 2047 and 2231) and allows comparing these.
Home-page: http://github.com/mbr/mimetypes
Author: Marc Brinkmann
Author-email: git@marcbrinkmann.de
License: MIT
Description: mimes
        =====
        
        .. image:: https://travis-ci.org/mbr/mimes.png?branch=master
           :target: https://travis-ci.org/mbr/mimes
        
        An internet MIME-message is usually accompanied by a content-type string like
        ``text/plain`` or ``application/collection+json``. The mimes library allows
        parsing these and can if types are subsets of another -- a parser that handles
        ``application/json``, for example, will be perfectly fine handing the
        collection+json type with less semantics.
        
        It also parses more complex strings including parameters (e.g.
        ``application/vnd.company.someapi; version=3``) and can construct these as
        well.
        
        See the `docs <http://pythonhosted.org/mimes>`_ for details.
        
Platform: UNKNOWN
