README
changeset 4 fdaa7dc9035e
parent 2 d3ffa15f5886
equal deleted inserted replaced
3:cc27136cdead 4:fdaa7dc9035e
     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  * coloredformatter - logging.Formatter which adds ANSI colors to output
       
     8  * configparser - simple config file parser utilizing Python's exec() builtin
     8  * makeurl - adjust string for using in URL by replacing symbols and combined unicode chars
     9  * makeurl - adjust string for using in URL by replacing symbols and combined unicode chars
     9  * prettysize - print file sizes in human readable form
    10  * prettysize - print file sizes in human readable form
    10  * soap - minimal SOAP client
    11  * soap - minimal SOAP client