README
author Radek Brich <radek.brich@devl.cz>
Sat, 13 Apr 2013 15:24:47 +0200
changeset 5 055f7dfb3e4f
parent 4 fdaa7dc9035e
permissions -rw-r--r--
Refactor ansicolor, add demo.
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