configupdater
Parser like ConfigParser but for updating configuration files
Parser like ConfigParser but for updating configuration files
To install this package, run one of the following:
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 wells 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.
Summary
Parser like ConfigParser but for updating configuration files
Last Updated
Sep 8, 2023 at 02:26
License
MIT
Total Downloads
6
GitHub Repository
https://github.com/pyscaffold/configupdaterDocumentation
https://configupdater.readthedocs.io/