文件名称:lynx:Python 配置库
文件大小:9KB
文件格式:ZIP
更新时间:2024-07-30 11:29:47
Python
猞猁 简单的python配置库和格式。 格式与 YAML 非常相似,但增强了部分。 ##安装 使用安装lynx包: pip install lynx ##示例使用 配置示例: # section example section { # fields field1: myfield1 value field2: Another field value # lists mylist: [5, mystr, value, 8] } # Another section section2 { # sub section example my_section { name: lynx } # sections can have same name. my_section { # multiline fields Library descript
【文件预览】:
lynx-master
----MANIFEST.in(88B)
----lynx()
--------__init__.py(701B)
--------format.py(511B)
--------encoder.py(965B)
--------decoder.py(4KB)
----.travis.yml(163B)
----LICENSE(1KB)
----setup.py(600B)
----README.md(1KB)
----tests()
--------test_encode.py(2KB)
--------test_decode.py(2KB)
--------config_files()
--------__init__.py(132B)
----.gitignore(46B)