1config BR2_PACKAGE_PYTHON_BOTTLE
2	bool "python-bottle"
3	help
4	  Bottle is a fast, simple and lightweight WSGI micro
5	  web-framework for Python. It is distributed as a single file
6	  module and has no dependencies other than the Python
7	  Standard Library.
8
9	  http://bottlepy.org
10