README
author Radek Brich <brich.radek@ifortuna.cz>
Fri, 16 Aug 2013 13:23:49 +0200
changeset 7 776ba4914dfc
parent 4 fdaa7dc9035e
permissions -rw-r--r--
Update ConfigParser: rename 'type_' back to 'type'. Rename project in setup.py to make RPM package names more standard.

Pycolib
========

Pycolib is library of small, mostly one-file, modules with little or not (inter)dependencies.

 * ansicolor - change color of text in terminal using ANSI escape sequences
 * coloredformatter - logging.Formatter which adds ANSI colors to output
 * configparser - simple config file parser utilizing Python's exec() builtin
 * makeurl - adjust string for using in URL by replacing symbols and combined unicode chars
 * prettysize - print file sizes in human readable form
 * soap - minimal SOAP client