README
author Radek Brich <radek.brich@devl.cz>
Sat, 06 Apr 2013 00:07:17 +0200
changeset 3 cc27136cdead
parent 2 d3ffa15f5886
child 4 fdaa7dc9035e
permissions -rw-r--r--
Add ConfigParser and tests.

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
 * 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