README
author Radek Brich <radek.brich@devl.cz>
Wed, 09 Jul 2014 17:56:48 +0200
changeset 15 497067ee16b7
parent 4 fdaa7dc9035e
permissions -rw-r--r--
Update setup.py: Do not rename the package to python3-pycolib for bdist_rpm target. This should be done by packager if needed.

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