python-iniconfig 2.1.0-ok1 source package in openKylin
Changelog
python-iniconfig (2.1.0-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Tue, 02 Jun 2026 21:29:24 +0800
python-iniconfig (2.1.0-ok1) huanghe; urgency=medium * Build for openKylin. -- openKylinBot <email address hidden> Tue, 02 Jun 2026 21:29:24 +0800
| Series | Published | Component | Section | |
|---|---|---|---|---|
| Huanghe V3.0 | proposed | main | python |
| File | Size | SHA-256 Checksum |
|---|---|---|
| python-iniconfig_2.1.0.orig.tar.gz | 8.0 KiB | 8bbd2d27f7fc26cb01bf52bc99e7efd56a5a3f4e62c551aed2c9fb0cf4226153 |
| python-iniconfig_2.1.0-ok1.debian.tar.xz | 2.4 KiB | d0fcafe4c6ca92e9b7bd189b4d0cbbe6d34361c00c8c94e5604559add8b223de |
| python-iniconfig_2.1.0-ok1.dsc | 2.0 KiB | 61917a8f7fec8007cf78fd067bb2f5f5b4ba260f25b5a426d105b7a894b0fb5f |
iniconfig is a small and simple INI-file parser module having a unique set of
features:
.
* 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.