Gevent是一个基于greenlet的Python的并发框架,以微线程greenlet为核心,使用了epoll事件监听机制以及诸多其他优化而变得高效。
于greenlet、eventlet相比,性能略低,但是它封装的API非常完善,最赞的是提供了一个monkey类,可以将现有基于Python线程直接转化为greenlet,相当于proxy了一下(打了patch)。
https://pypi.python.org/pypi/gevent/
http://www.crummy.com/software/BeautifulSoup/
https://pypi.python.org/pypi/pip
https://pypi.python.org/pypi/setuptools
https://pypi.python.org/pypi/distribute
Welcome to the home of wxPython, a blending of the wxWidgets C++ class library with the Python programming language.
http://starship.python.net/crew/theller/comtypes/
comtypes is a pure Python COM package based on the ctypes ffi foreign function library. ctypes is included in Python 2.5 and later, it is also available for Python 2.4 as separate download.
https://github.com/darkbull/weibosdk
主要微博平台开发文档的python封装
http://sphinx-doc.org/
Sphinx is a tool that makes it easy to create intelligent and beautiful documentation, written by Georg Brandl and licensed under the BSD license.
http://docutils.sourceforge.net/index.html
Docutils is an open-source text processing system for processing plaintext documentation into useful formats, such as HTML, LaTeX, man-pages, open-document or XML. It includes reStructuredText, the easy to read, easy to use, what-you-see-is-what-you-get plaintext markup language.
Txt2tags is a document generator. It reads a text file with minimal markup such as **bold** and //italic// and converts it to the following formats: