1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-06-05 22:19:21 +02:00

Add nested-lookup package

This commit is contained in:
j1nx
2023-05-14 13:37:10 +02:00
parent 8f8b40d615
commit e740cb159f
4 changed files with 25 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
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