JsonExpandOMatic:将字典扩展为子目录和json文件的集合 源码
JSON Expand-O-Matic 将字典扩展为子目录和json文件的集合,或将expand()的输出收缩(取消扩展)为字典。 构造 expandomatic = JsonExpandOMatic(path=data_path, logger=logger) 扩展-变得更大或更广泛。 data = { ... } data_path = sys.argv[1] if len(sys.argv) > 1 else '.' expandomatic.expand(data) Creates {data_path}/root.json and {data_path}/root/...
文件列表
JsonExpandOMatic-main.zip
(预估有个22文件)
JsonExpandOMatic-main
.gitignore
431B
setup.cfg
198B
dev-requirements.txt
3KB
README.md
1KB
wrapper.sh
694B
tests
test_simple.py
6KB
test_leaves.py
13KB
testresources
暂无评论