| |||||
The framework is very light, being distributed as a single file Python module.
Here are some key features of "Bottle":
· Routing: Requests to function-call mapping with support for clean and dynamic URLs.
· Templates: Fast and pythonic built-in template engine and support for mako, jinja2 and cheetah templates.
· Utilities: Convenient access to form data, file uploads, cookies, headers and other HTTP related metadata.
· Server: Built-in HTTP development server and support for paste, fapws3, Google App Engine, cherrypy or any other WSGI capable HTTP server.
Requirements:
· Python Standard Library
What's New in This Release: [ read full changelog ]
· Added support for raw WSGI applications to Bottle.mount().
· Bottle.mount() parameter order changed.
· Bottle.route() now accpets an import string for the callback parameter.
· Dropped Gunicorn 0.8 support. Current supported version is 0.13.
· Added custom options to Gunicorn server.
· Finally dropped support for type filters. Replace with a custom plugin of needed.

Via: Bottle 0.11.2
No comments:
Post a Comment