README
author Radek Brich <radek.brich@devl.cz>
Mon, 19 Aug 2013 14:17:09 +0200
changeset 8 c7ae4d2e820c
parent 4 fdaa7dc9035e
permissions -rw-r--r--
Update setup: Adjust package name for RPMs by prepending "python3-" prefix.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
ee31f1bf17c1 Add ansicolor, prettysize, makeurl and README.
Radek Brich <radek.brich@devl.cz>
parents:
diff changeset
     1
Pycolib
ee31f1bf17c1 Add ansicolor, prettysize, makeurl and README.
Radek Brich <radek.brich@devl.cz>
parents:
diff changeset
     2
========
ee31f1bf17c1 Add ansicolor, prettysize, makeurl and README.
Radek Brich <radek.brich@devl.cz>
parents:
diff changeset
     3
ee31f1bf17c1 Add ansicolor, prettysize, makeurl and README.
Radek Brich <radek.brich@devl.cz>
parents:
diff changeset
     4
Pycolib is library of small, mostly one-file, modules with little or not (inter)dependencies.
ee31f1bf17c1 Add ansicolor, prettysize, makeurl and README.
Radek Brich <radek.brich@devl.cz>
parents:
diff changeset
     5
ee31f1bf17c1 Add ansicolor, prettysize, makeurl and README.
Radek Brich <radek.brich@devl.cz>
parents:
diff changeset
     6
 * ansicolor - change color of text in terminal using ANSI escape sequences
2
d3ffa15f5886 Add ColoredFormatter. Add setup.py.
Radek Brich <radek.brich@devl.cz>
parents: 1
diff changeset
     7
 * coloredformatter - logging.Formatter which adds ANSI colors to output
4
fdaa7dc9035e Refactor.
Radek Brich <radek.brich@devl.cz>
parents: 2
diff changeset
     8
 * configparser - simple config file parser utilizing Python's exec() builtin
1
ee31f1bf17c1 Add ansicolor, prettysize, makeurl and README.
Radek Brich <radek.brich@devl.cz>
parents:
diff changeset
     9
 * makeurl - adjust string for using in URL by replacing symbols and combined unicode chars
ee31f1bf17c1 Add ansicolor, prettysize, makeurl and README.
Radek Brich <radek.brich@devl.cz>
parents:
diff changeset
    10
 * prettysize - print file sizes in human readable form
ee31f1bf17c1 Add ansicolor, prettysize, makeurl and README.
Radek Brich <radek.brich@devl.cz>
parents:
diff changeset
    11
 * soap - minimal SOAP client