排名不分先后左右忠奸 大家也补充 让大python共荣圈更加繁荣
virtualenv a tool to create isolated Python environments
pip python包管理器
scons 类似make的工具(执行速度可能比make慢 但是可以用python写嘛)
sphinx 文档生成工具
build-bot 持续集成
swig 写python扩展包
boost python 让你程序更简单的内嵌python
pytest: a mature full-featured Python testing tool
tox: automate and standardize testing in Python
https://github.com/audreyr/cookiecutter-pypackagedjango tornado twisted flask
web.py pyramid
sqlalkemy Cookiecutter template for a Python package
hg 源码管理
Fabric 部署 系统管理
supervisor 进程管理
SQLAlchemy - The Database Toolkit for Python
http://stutzbachenterprises.com/blist/: an asymptotically faster list-like type for Python
https://github.com/gareth-rees/minipy: Python minifier
https://github.com/miguelgrinberg/Flask-SocketIO Socket.IO integration for Flask applications
https://github.com/fxsjy/jieba 结巴中文分词
https://github.com/tamentis/rpdb remote debug
https://github.com/google/pyringe Debugger capable of attaching to and injecting code into python processes.
https://github.com/halgari/clojure-py : A implementation of Clojure in pure (dynamic) Python
https://pypi.python.org/pypi/guppy Heapy : python memory profiler
https://github.com/mikeal/request Simplified HTTP request client.
https://github.com/docopt/docopt Pythonic command line arguments parser, that will make you smile
https://pypi.python.org/pypi/Whoosh Fast, pure-Python full text indexing, search, and spell checking library.
https://github.com/amoffat/sh Python process launching
http://rg3.github.io/youtube-dl/ youtube-dl is a small command-line program to download videos from
YouTube.com and a few more sites.
参考文章:
http://www.jeffknupp.com/blog/2013/08/16/open-sourcing-a-python-project-the-right-way/