mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-26 08:42:57 +01:00
9 lines
247 B
Plaintext
9 lines
247 B
Plaintext
|
config BR2_PACKAGE_PYTHON_NESTED_LOOKUP
|
||
|
bool "python-nested-lookup"
|
||
|
select BR2_PACKAGE_PYTHON_SIX # runtime
|
||
|
help
|
||
|
Python functions for working with deeply nested documents
|
||
|
(lists and dicts).
|
||
|
|
||
|
https://git.unturf.com/python/nested-lookup
|