Add-on:Bottle: Difference between revisions
Jump to navigation
Jump to search
m Addon-Bot repo category update |
m Addon-Bot repo category update Tag: Manual revert |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 3: | Line 3: | ||
|provider-name=Marcel Hellkamp | |provider-name=Marcel Hellkamp | ||
|ID=script.module.bottle | |ID=script.module.bottle | ||
|latest-version=0. | |latest-version=0.13.2 | ||
|extension point=xbmc.python.module | |extension point=xbmc.python.module | ||
|provides= | |provides= | ||
Latest revision as of 02:12, 14 June 2025
| 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.