README
changeset 2 d3ffa15f5886
parent 1 ee31f1bf17c1
child 4 fdaa7dc9035e
equal deleted inserted replaced
1:ee31f1bf17c1 2:d3ffa15f5886
     2 ========
     2 ========
     3 
     3 
     4 Pycolib is library of small, mostly one-file, modules with little or not (inter)dependencies.
     4 Pycolib is library of small, mostly one-file, modules with little or not (inter)dependencies.
     5 
     5 
     6  * ansicolor - change color of text in terminal using ANSI escape sequences
     6  * ansicolor - change color of text in terminal using ANSI escape sequences
       
     7  * coloredformatter - logging.Formatter which adds ANSI colors to output
     7  * makeurl - adjust string for using in URL by replacing symbols and combined unicode chars
     8  * makeurl - adjust string for using in URL by replacing symbols and combined unicode chars
     8  * prettysize - print file sizes in human readable form
     9  * prettysize - print file sizes in human readable form
     9  * soap - minimal SOAP client
    10  * soap - minimal SOAP client