Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
python-iniparse: Python Module for Accessing and Modifying Configuration Data in INI files
- Summary
- iniparse is an INI parser for Python which is API compatible
with the standard library's ConfigParser, preserves structure of INI
files (order of sections & options, indentation, comments, and blank
lines are preserved when data is updated), and is more convenient to
use.
Changelog
- * Mon May 26 01:00:00 2008 Eddy Nigg <eddy_nigg{%}startcom{*}org>
-
- Rebuild for StartCom Linux 5.0.x
- * Fri Jan 18 00:00:00 2008 James Antill <james{*}antill{%}redhat{*}com> - 0.2.3-4
-
- Import into RHEL-5, remove egginfo atm.
- Related: rhbz#384691
- * Wed Dec 12 00:00:00 2007 Tim Lauridsen <timlau{%}fedoraproject{*}org> - 0.2.3-3
-
- handle egg-info too