[ 源代码: python-iniconfig ]
软件包:python3-iniconfig(1.1.1-1)
python3-iniconfig 的相关链接
Debian 的资源:
下载源码包 python-iniconfig:
- [python-iniconfig_1.1.1-1.dsc]
- [python-iniconfig_1.1.1.orig.tar.gz]
- [python-iniconfig_1.1.1-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
brain-dead simple parsing of ini files
iniconfig is a small and simple INI-file parser module having a unique set of features:
* tested against Python2.4 across to Python3.2, Jython, PyPy * maintains order of sections and entries * supports multi-line values with or without line-continuations * supports "#" comments everywhere * raises errors with proper line-numbers * no bells and whistles like automatic substitutions * iniconfig raises an Error if two sections have the same name.