Python开发常用的一些开源包分享

来源:未知 浏览 131次 时间 2021-06-02 05:24

一般安装完Python后我会先装一些常用的Package。做个笔记记录下来常用的站长工具记录下来以备查询:

Web FrameWorks

Python开发常用的一些开源Package分享

Tools

xlrdExcel处理利器访问:
lxmlXML处理,访问:
configparserini文件解析访问:https://docs.python.org/2/library/configparser.html
uuid生成uuid访问:https://docs.python.org/2/library/uuid.html
msgpack-python类似JSON的一个数据序列化访问:https://pypi.python.org/pypi/msgpack-python/
psutil一个用于获得处理器和系统相关信息的模块访问:https://github.com/giampaolo/psutil

Python开发常用的一些开源Package分享

MySQL-PythonMysql库访问:
pymongoMongoDB库访问:https://pypi.python.org/pypi/pymongo/
redisRedis库访问:https://pypi.python.org/pypi/redis/
cxOracleOracle库访问:https://pypi.python.org/pypi/cx_Oracle
SQLAlchemySQL工具包及对象关系映射(ORM)工具访问:
peewee SQL工具包及对象关系映射(ORM)工具访问:https://pypi.python.org/pypi/peewee
torndbTornado原装DB访问:https://github.com/bdarnell/torndb

Net

requests最好用的http工具访问:
gevent一个高并发的网络性能库访问:
twisted基于事件驱动的网络引擎框架。访问:https://twistedmatrix.com/trac/

System

sh强大的系统系统管理神器访问:https://pypi.python.org/pypi/sh

Date

Arrow好用的时间处理库标题优化好用的时间处理库访问:
when.py友好的时间日期库访问:https://github.com/dirn/When.py

Image

PILPython Imaging Library处理图像很强大访问:

Spider

PyQuery解析网页访问:https://pypi.python.org/pypi/pyquery
beautifulSoup分析网页访问:https://pypi.python.org/pypi/beautifulsoup4
Scrapy著名的爬虫框架访问:

Other

标签: pypi访问https