Metadata-Version: 1.1
Name: mimerender
Version: 0.3
Summary: RESTful resource variant selection using the HTTP Accept header
Home-page: https://github.com/martinblech/mimerender
Author: Martin Blech
Author-email: martinblech@gmail.com
License: MIT
Description: This module provides a decorator that wraps a HTTP
            request handler to select the correct render function for a given HTTP
            Accept header. It uses mimeparse to parse the accept string and select the
            best available representation.
Platform: all
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Requires: mimeparse
