2012-12-18 16:14:44 +01:00
|
|
|
config BR2_PACKAGE_PYTHON_BOTTLE
|
|
|
|
bool "python-bottle"
|
|
|
|
help
|
2017-12-18 09:21:05 +01:00
|
|
|
Bottle is a fast, simple and lightweight WSGI micro
|
|
|
|
web-framework for Python. It is distributed as a single file
|
|
|
|
module and has no dependencies other than the Python
|
|
|
|
Standard Library.
|
2012-12-18 16:14:44 +01:00
|
|
|
|
|
|
|
http://bottlepy.org
|