Oven logo

Oven

bottle0.13.1

Published

Fast and simple WSGI-framework for small web-applications.

pip install bottle

Package Downloads

Weekly DownloadsMonthly Downloads

Project URLs

Requires Python

Dependencies

    Bottle is a fast and simple micro-framework for small web applications. It offers request dispatching (Routes) with URL parameter support, templates, a built-in HTTP Server and adapters for many third party WSGI/HTTP-server and template engines - all in a single file and with no dependencies other than the Python Standard Library.

    Homepage and documentation: http://bottlepy.org/

    Copyright (c) 2009-2024, Marcel Hellkamp. License: MIT (see LICENSE for details)