wok diff python-configobj/description.txt @ rev 22042

gcc83-lib-base: do NOT provide gcc-lib-base
Currently BOTH gcc-lib-base and gcc83-lib-base are installed on my SliTaz system. So, with the current (and longstanding) tazpkg limitations I can't update just gcc-lib-base: tazpkg always updates gcc83-lib-base for me instead. Now I can't run Firefox, Vivaldi, Chrome, etc. I think because of gcc-lib-base, but I not sure 1bsolutely.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 22 12:55:54 2019 +0300 (2019-10-22)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/python-configobj/description.txt	Tue Oct 22 12:55:54 2019 +0300
     1.3 @@ -0,0 +1,17 @@
     1.4 +ConfigObj is a simple but powerful config file reader and writer: an ini file
     1.5 +round tripper. Its main feature is that it is very easy to use, with a
     1.6 +straightforward programmer's interface and a simple syntax for config files. It
     1.7 +has lots of other features though:
     1.8 +
     1.9 +  * Nested sections (subsections), to any level
    1.10 +  * List values
    1.11 +  * Multiple line values
    1.12 +  * Full Unicode support
    1.13 +  * String interpolation (substitution)
    1.14 +  * Integrated with a powerful validation system
    1.15 +    - including automatic type checking/conversion
    1.16 +    - and allowing default values
    1.17 +    - repeated sections
    1.18 +  * All comments in the file are preserved
    1.19 +  * The order of keys/sections is preserved
    1.20 +  * Powerful unrepr mode for storing/retrieving Python data-types