Add-on:Bottle: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
m (Addon-Bot repo category update)
m (Addon-Bot repo category update)
Tag: Manual revert
(11 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.12.17
|latest-version=0.12.18+matrix.2
|extension point=xbmc.python.module
|extension point=xbmc.python.module
|provides=
|provides=
Line 12: Line 12:
|License=MIT
|License=MIT
|Forum=
|Forum=
|Website=http://bottlepy.org
|Website=https://bottlepy.org/docs/dev/
|Source=https://github.com/bottlepy/bottle
|Source=https://github.com/bottlepy/bottle
|Email=
|Email=
|broken=
|broken=
|icon url=http://mirrors.kodi.tv/addons/leia/script.module.bottle/icon.png}}
|icon url=http://mirrors.kodi.tv/addons/matrix/script.module.bottle/icon.png}}


[[Category:Add-on libraries/modules]]
[[Category:Add-on libraries/modules]]
Line 23: Line 23:
[[Category:Add-ons with website tag]]
[[Category:Add-ons with website tag]]
[[Category:All add-ons]]
[[Category:All add-ons]]
[[Category:Isengard add-on repository]]
[[Category:Jarvis add-on repository]]
[[Category:Krypton add-on repository]]
[[Category:Krypton add-on repository]]
[[Category:Isengard add-on repository]]
[[Category:Leia add-on repository]]
[[Category:Matrix add-on repository]]
[[Category:Matrix add-on repository]]
[[Category:Leia add-on repository]]
[[Category:Nexus add-on repository]]
[[Category:Jarvis add-on repository]]

Revision as of 04:09, 26 September 2021

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.