Overview of Bottle features
masterBottle is a fast, simple, and lightweight WSGI micro web-framework for Python. Key features include:
- Routing: Mapping requests to function calls with support for clean and dynamic URLs.
- Templates: A fast built-in template engine with support for external engines like
mako,jinja2, andcheetah. - Utilities: Easy access to HTTP features such as form data, file uploads, cookies, and headers.
- Server: Includes a built-in development server and adapters for WSGI-capable servers like
gunicorn,paste, orcheroot.