Fedora Packages

python3-ConfigUpdater Subpackage of python-configupdater

Parser like ConfigParser but for updating configuration files

The sole purpose of ConfigUpdater is to easily update an INI config file with no changes to the original file except the intended ones. This means comments, the ordering of sections and key/value-pairs as well as their cases are kept as in the original file. Thus ConfigUpdater provides complementary functionality to Python’s ConfigParser which is primarily meant for reading config files and writing new ones. Features: The key differences to ConfigParser are: • minimal invasive changes in the update configuration file, • proper handling of comments, • only a single config file can be updated at a time, • the original case of sections and keys are kept, • control over the position of a new section/key The following features are deliberately not implemented: • interpolation of values, • propagation of parameters from the default section, • conversions of values, • passing key/value-pairs with default argument, • non-strict mode allowing duplicate sections and keys.

Releases Overview

Release Stable Testing
Fedora Rawhide 3.2-3.fc40 -
Fedora 40 3.2-3.fc40 -
Fedora 39 3.2-1.fc39 -
Fedora 38 3.2-1.fc38 -
File a new bug report »
Package Info
Related Packages

You can contact the maintainers of this package via email at python-configupdater dash maintainers at fedoraproject dot org.



Sources on Pagure