Add-on:Bottle

From Official Kodi Wiki
Revision as of 03:11, 9 February 2020 by Addonbot (talk | contribs) (Addon-Bot repo category update)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Bottle
icon.png

See this add-on on the kodi.tv showcase

Author: Marcel Hellkamp
Website: link
Type: Add-on library/module
Repo: Kodi.tv repo v20
Kodi.tv repo v19

License: MIT
Source: Source code
Summary: Fast and simple WSGI-framework for small web-applications
Home icon grey.png   ▶ Add-ons ▶ Bottle

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.