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'sCOMMAND NAME
when start a new thread with a name, work in linux. Used in my server side software for better debugging in multithread enviroment.