文件名称:nestedtext:可读可写的数据交换格式
文件大小:52KB
文件格式:ZIP
更新时间:2024-04-08 11:49:32
data configuration nestedtext Python
NestedText:一种人类友好的数据格式 作者:Ken&Kale Kundert 版本:1.3.1 发行:2021-03-03 文档: 。 请将所有问题,建议和错误报告发布到: 。 NestedText是一种文件格式,用于保存人们要输入,编辑或查看的数据。它允许将数据组织到字典,列表和字符串的嵌套集合中。这样,它类似于JSON , YAML和TOML ,但是没有YAML的复杂性和风险,也没有JSON和TOML的语法混乱。 NestedText简单自然。创建它时,只需记住少数几个概念和规则。可以使用文本编辑器轻松创建,修改或查看它,并且程序员和非程序员都可以轻松理解和使用它。 NestedText可方便用于配置文件,地址簿,帐户信息等。这是一个包含一些地址的文件的示例: # Contact information for our officers president:
【文件预览】:
nestedtext-master
----README.rst(7KB)
----clean(447B)
----.gitmodules(122B)
----nestedtext.py(36KB)
----doc()
--------schemas.rst(3KB)
--------nestedtext.dump.rst(86B)
--------alternatives.rst(5KB)
--------python_api.rst(173B)
--------nestedtext.NestedTextError.rst(208B)
--------.static()
--------basic_syntax.rst(6KB)
--------nestedtext.load.rst(86B)
--------nestedtext.loads.rst(89B)
--------conf.py(743B)
--------installation.rst(3KB)
--------philosophy.rst(1KB)
--------requirements.txt(13B)
--------common_mistakes.rst(2KB)
--------index.rst(314B)
--------examples.rst(8KB)
--------Makefile(6KB)
--------file_format.rst(6KB)
--------nestedtext.dumps.rst(89B)
--------basic_use.rst(2KB)
--------changelog.rst(448B)
--------releases.rst(3KB)
----examples()
--------groceries.nt(47B)
--------deploy_voluptuous.py(423B)
--------cryptocurrency(2KB)
--------postmortem.py(3KB)
--------postmortem.nt(533B)
--------json-to-nestedtext(3KB)
--------duplicate-keys.nt(106B)
--------deploy_pydantic.py(451B)
--------address.nt(890B)
--------nestedtext-to-json(1KB)
--------deploy.nt(242B)
----.travis.yml(350B)
----tox.ini(538B)
----pytest.ini(135B)
----LICENSE(1KB)
----setup.py(1KB)
----data.nt(43B)
----tests()
--------official_tests()
--------test_nestedtext.py(19KB)
----.readthedocs.yml(525B)
----.gitignore(1KB)
----.coveragerc(119B)