Add a short description here!
Project description
ConfigUpdater
WORK IN PROGRESS!
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 case 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.
Differences
The key differences to ConfigParser are:
inline comments are treated as part of a key’s value,
the original case of sections and keys are kept,
control over the position of a new section/key
Following features are deliberately not implemented:
interpolation of values,
propagation of parameters from the default section,
conversions of values,
non-strict mode allowing duplicate sections and keys,
Note
ConfigUpdater is mainly developed for http://pyscaffold.org/.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file configupdater-0.1a1.dev1.tar.gz
.
File metadata
- Download URL: configupdater-0.1a1.dev1.tar.gz
- Upload date:
- Size: 27.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 938ee7c2a13d8318567d81c7bff0a3f444fce2fdf8353bf713718195b138cf01 |
|
MD5 | 019ebbf5416be80dbfe4c416298dc414 |
|
BLAKE2b-256 | 9248678140bea7b6580b0f1964946cb9bdb6069244d29576a14d2d5ef883221e |
File details
Details for the file configupdater-0.1a1.dev1-py2.py3-none-any.whl
.
File metadata
- Download URL: configupdater-0.1a1.dev1-py2.py3-none-any.whl
- Upload date:
- Size: 17.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cd33edf3c5345777bdcbe1f108a738f3106bc56fdc418b14596643e35553b060 |
|
MD5 | 238365ae7e89fe248bd091f50ca84699 |
|
BLAKE2b-256 | afb52fe956060a82c19cf9a41437118b3b37ff31d208b0d5b5c3a1c15e472625 |