File: PKG-INFO

package info (click to toggle)
mimerender 0.6.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 96 kB
  • sloc: python: 375; makefile: 3
file content (25 lines) | stat: -rw-r--r-- 1,220 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Metadata-Version: 1.1
Name: mimerender
Version: 0.6.0
Summary: RESTful HTTP Content Negotiation for Flask, Bottle, web.py and webapp2 (Google App Engine)
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. Supports Flask, Bottle, web.py and webapp2
            out of the box, and it's easy to add support for other frameworks.
Platform: all
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Requires: python_mimeparse (>=0.1.4)