mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-26 16:53:47 +01:00
9 lines
283 B
Plaintext
9 lines
283 B
Plaintext
config BR2_PACKAGE_PYTHON_USER_AGENTS
|
|
bool "python-user-agents"
|
|
select BR2_PACKAGE_PYTHON_UA_PARSER # runtime
|
|
help
|
|
A library to identify devices (phones, tablets) and their
|
|
capabilities by parsing browser user agent strings.
|
|
|
|
https://github.com/selwin/python-user-agents
|