equal
deleted
inserted
replaced
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 |