10个开发人员应该知道的有用Python库
jopen
12年前
1) path.py
2) pyclamav
pyClamAV是一个libclamav和Python的绑定,能够作为Python的模块使用,采用C语言编写。使用pyClamAV,开发者可以很方便的实现对病毒的扫描功能。
3) sh
4) jabberpy
jabber.py 是 Python 的 Jabber 协议开发包。
6) watchdog
Python API 库和shell实用工具,用于监控文件系统事件。.
7) python-irclib
This library is intended to encapsulate the IRC protocol at a quite low level. It provides an event-driven IRC client framework. It has a fairly thorough support for the basic IRC protocol, CTCP and DCC connections.
8) pyquery
pyquery能够让你在Python程序员,使用类似于jquery的语法来查询XML文档。pyquery使用lxml库来实现快速XML和HTML操作。
9) MySQLdb
MySQLdb是一个线程兼容的MySQL数据库服务器接口,它提供了Python数据库API。
10) fuzzywuzzy
Fuzzy string matching like a boss.