wok annotate python-configobj/description.txt @ rev 20280

linux: update .config
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Mar 26 22:05:46 2018 +0200 (2018-03-26)
parents
children
rev   line source
al@17791 1 ConfigObj is a simple but powerful config file reader and writer: an ini file
al@17791 2 round tripper. Its main feature is that it is very easy to use, with a
al@17791 3 straightforward programmer's interface and a simple syntax for config files. It
al@17791 4 has lots of other features though:
al@17791 5
al@17791 6 * Nested sections (subsections), to any level
al@17791 7 * List values
al@17791 8 * Multiple line values
al@17791 9 * Full Unicode support
al@17791 10 * String interpolation (substitution)
al@17791 11 * Integrated with a powerful validation system
al@17791 12 - including automatic type checking/conversion
al@17791 13 - and allowing default values
al@17791 14 - repeated sections
al@17791 15 * All comments in the file are preserved
al@17791 16 * The order of keys/sections is preserved
al@17791 17 * Powerful unrepr mode for storing/retrieving Python data-types