Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 562 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 562 Bytes

zoo-for-python

Zoo for python, mainly some useful python utils I used frequently when wrote python

  • captcha
    A captcha generator for python, used in my Blog.

  • maillib
    A mailbox client module, that wraps smtp for simplicity, used in my Blog.

  • autosetthreadname
    A hack to Python's threading module, which can automaticly set the thread's COMMAND NAME when start a new thread with a name, work in linux. Used in my server side software for better debugging in multithread enviroment.