mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-25 16:22:58 +01:00
9 lines
236 B
Plaintext
9 lines
236 B
Plaintext
config BR2_PACKAGE_PYTHON_PYWEBIO
|
|
bool "python-pywebio"
|
|
select BR2_PACKAGE_PYTHON_TORNADO # runtime
|
|
select BR2_PACKAGE_PYTHON_USER_AGENTS # runtime
|
|
help
|
|
Write interactive web app in script way.
|
|
|
|
https://pywebio.readthedocs.io
|