xdgconfig:从python轻松访问〜.config

时间:2024-04-17 04:26:57
【文件属性】:

文件名称:xdgconfig:从python轻松访问〜.config

文件大小:41KB

文件格式:ZIP

更新时间:2024-04-17 04:26:57

config python configuration-files Python

XDGConfig 轻松访问~/.config 。 安装 使用点 只需运行pip3 install --upgrade xdgconfig 。 默认情况下, xdgconfig仅支持JSON作为其序列化器,但是您可以通过在方括号中指定格式来安装对其他序列化器的支持,即pip3 install xdgconfig[xml] 。 以下是可用的: jsonc :JSON,带有注释 ini :INI文件 xml :可扩展标记语言文件 toml :汤姆的标记语言文件 yaml :YAML不是标记语言文件 此外,还有all方法可以安装对每个受支持标记的支持,您可以通过在两个目标之间使用+组合它们,即pip3 install xdgconfig[xml+toml] 从来源 只需克隆此仓库并运行python3 setup.py install 。 特征 Config对象使用共享的单个引用。 序列化


【文件预览】:
xdgconfig-master
----setup.py(2KB)
----poetry.lock(35KB)
----.gitignore(2KB)
----pyproject.toml(1KB)
----LICENSE(1KB)
----xdgconfig()
--------__init__.py(2KB)
--------defaultdict.py(2KB)
--------plugin.py(728B)
--------utils.py(1KB)
--------config.py(6KB)
--------serializers()
--------config_win.py(243B)
--------mixins.py(1KB)
--------config_unix.py(612B)
--------cli_tools()
--------asset.py(199B)
--------git.py(1KB)
--------exceptions.py(86B)
----tests()
--------test_cli()
--------__init__.py(0B)
--------test_config()
--------mocks.py(408B)
--------utils.py(698B)
----readme.md(5KB)
----docs()
--------Makefile(638B)
--------make.bat(764B)
--------source()

网友评论