[ 源代码: python-flatdict ]
软件包:python3-flatdict(4.0.1-2)
python3-flatdict 的相关链接
Debian 的资源:
下载源码包 python-flatdict:
- [python-flatdict_4.0.1-2.dsc]
- [python-flatdict_4.0.1.orig.tar.gz]
- [python-flatdict_4.0.1-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Flattened dict classes for Python
FlatDict and FlatterDict are dict classes that allow for single level, delimited key/value pair mapping of nested dictionaries. You can interact with FlatDict and FlatterDict like a normal dictionary and access child dictionaries as you normally would or with the composite key.