JsonExpandOMatic:将字典扩展为子目录和json文件的集合

时间:2024-03-07 22:58:36
【文件属性】:

文件名称:JsonExpandOMatic:将字典扩展为子目录和json文件的集合

文件大小:19KB

文件格式:ZIP

更新时间:2024-03-07 22:58:36

Python

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/... expandomatic.expand(foo, root_element='foo') Creates {data_path}/foo.json and {data_path}/foo/...


【文件预览】:
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()
--------__init__.py(0B)
----dev-requirements.in(94B)
----src()
--------json_expand_o_matic()
----requirements.txt(193B)
----LICENSE.txt(1KB)
----requirements.in(20B)
----MANIFEST.in(70B)
----pyproject.toml(230B)
----setup.py(2KB)
----.editorconfig(161B)
----tox.ini(3KB)

网友评论