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