Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 476 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 476 Bytes

Python-Utilities

alignment

  • Align string with whitespace (supports Chinese characters)

colors

  • Colored text

csv_reader

  • Example of read/write csv file

datetime_wrapper

  • Common usage of datetime

decorators

  • Examples of decorators

doctest_example

  • Demonstrate usage of doctest

rest_client_server

  • Example of RESTful client and server

singleton

  • Singleton base class

virtualenv

  • Script to setup virtual environment