Merge pull request #46 from chenjiandongx/master

新增 aiofiles, pyexcel, aiomysql, requests-html 库
pull/53/head
唐尤华 2018-04-02 13:36:16 +08:00 committed by GitHub
commit f1eff83d0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 2 deletions

View File

@ -124,6 +124,7 @@ Awesome 系列虽然挺全,但基本只对收录的资源做了极为简要的
文件管理和 MIME多用途的网际邮件扩充协议类型检测。 文件管理和 MIME多用途的网际邮件扩充协议类型检测。
* aiofiles基于 asyncio提供文件异步操作。[官网](https://github.com/Tinche/aiofiles)
* imghdrPython 标准库)检测图片类型。[官网](https://docs.python.org/2/library/imghdr.html) * imghdrPython 标准库)检测图片类型。[官网](https://docs.python.org/2/library/imghdr.html)
* mimetypesPython 标准库)将文件名映射为 MIME 类型。[官网](https://docs.python.org/2/library/mimetypes.html) * mimetypesPython 标准库)将文件名映射为 MIME 类型。[官网](https://docs.python.org/2/library/mimetypes.html)
* path.py对 os.path 进行封装的模块。[官网](https://github.com/jaraco/path.py) * path.py对 os.path 进行封装的模块。[官网](https://github.com/jaraco/path.py)
@ -187,12 +188,13 @@ Awesome 系列虽然挺全,但基本只对收录的资源做了极为简要的
* Office * Office
* Marmir把输入的 Python 数据结构转换为电子表单。[官网](https://github.com/brianray/mm) * Marmir把输入的 Python 数据结构转换为电子表单。[官网](https://github.com/brianray/mm)
* openpyxl一个用来读写 Excel 2010 xlsx/xlsm/xltx/xltm 文件的库。[官网](https://openpyxl.readthedocs.org/en/latest/) * openpyxl一个用来读写 Excel 2010 xlsx/xlsm/xltx/xltm 文件的库。[官网](https://openpyxl.readthedocs.org/en/latest/)
* pyexcel一个提供统一 API用来读写操作 Excel 文件的库。[官网](https://github.com/pyexcel/pyexcel)
* python-docx读取查询以及修改 Microsoft Word 2007/2008 docx 文件。[官网](https://github.com/python-openxml/python-docx) * python-docx读取查询以及修改 Microsoft Word 2007/2008 docx 文件。[官网](https://github.com/python-openxml/python-docx)
* relatorio模板化 OpenDocument 文件。[官网](http://relatorio.tryton.org/)
* unoconv在 LibreOffice/OpenOffice 支持的任意文件格式之间进行转换。[官网](https://github.com/dagwieers/unoconv) * unoconv在 LibreOffice/OpenOffice 支持的任意文件格式之间进行转换。[官网](https://github.com/dagwieers/unoconv)
* XlsxWriter一个用于创建 Excel .xlsx 文件的 Python 模块。[官网](https://xlsxwriter.readthedocs.org/en/latest/) * XlsxWriter一个用于创建 Excel .xlsx 文件的 Python 模块。[官网](https://xlsxwriter.readthedocs.org/en/latest/)
* xlwings一个使得在 Excel 中方便调用 Python 的库(反之亦然),基于 BSD 协议。[官网](http://xlwings.org/) * xlwings一个使得在 Excel 中方便调用 Python 的库(反之亦然),基于 BSD 协议。[官网](http://xlwings.org/)
* [xlwt](http://hao.jobbole.com/xlwt/):读写 Excel 文件的数据和格式信息。[官网](https://github.com/python-excel/xlwt) / [xlrd](https://github.com/python-excel/xlrd) * [xlwt](http://hao.jobbole.com/xlwt/):读写 Excel 文件的数据和格式信息。[官网](https://github.com/python-excel/xlwt) / [xlrd](https://github.com/python-excel/xlrd)
* relatorio模板化 OpenDocument 文件。[官网](http://relatorio.tryton.org/)
* PDF * PDF
* PDFMiner一个用于从 PDF 文档中抽取信息的工具。[官网](https://github.com/euske/pdfminer) * PDFMiner一个用于从 PDF 文档中抽取信息的工具。[官网](https://github.com/euske/pdfminer)
* PyPDF2一个可以分割合并和转换 PDF 页面的库。[官网](https://github.com/mstamy2/PyPDF2) * PyPDF2一个可以分割合并和转换 PDF 页面的库。[官网](https://github.com/mstamy2/PyPDF2)
@ -371,9 +373,10 @@ Python 实现的数据库。
用来连接和操作数据库的库。 用来连接和操作数据库的库。
* MySQL[awesome-mysql](http://shlomi-noach.github.io/awesome-mysql/) 系列 * MySQL[awesome-mysql](http://shlomi-noach.github.io/awesome-mysql/) 系列
* aiomysql基于 asyncio 的异步 MySQL 数据库操作库。[官网](https://github.com/aio-libs/aiomysql)
* mysql-pythonPython 的 MySQL 数据库连接器。[官网](https://sourceforge.net/projects/mysql-python/) * mysql-pythonPython 的 MySQL 数据库连接器。[官网](https://sourceforge.net/projects/mysql-python/)
* ysqlclient[mysql-python](https://github.com/PyMySQL/mysqlclient-python) 分支,支持 Python 3。 * ysqlclient[mysql-python](https://github.com/PyMySQL/mysqlclient-python) 分支,支持 Python 3。
* oursql一个更好的 MySQL 连接器,支持原生预编译指令和 BLOBs.[官网](https://pythonhosted.org/oursql/) * oursql一个更好的 MySQL 连接器,支持原生预编译指令和 BLOBs[官网](https://pythonhosted.org/oursql/)
* PyMySQL纯 Python MySQL 驱动,兼容 mysql-python。[官网](https://github.com/PyMySQL/PyMySQL) * PyMySQL纯 Python MySQL 驱动,兼容 mysql-python。[官网](https://github.com/PyMySQL/PyMySQL)
* PostgreSQL * PostgreSQL
* psycopg2Python 中最流行的 PostgreSQL 适配器。[官网](http://initd.org/psycopg/) * psycopg2Python 中最流行的 PostgreSQL 适配器。[官网](http://initd.org/psycopg/)
@ -619,6 +622,7 @@ Python 实现的数据库。
* lxml一个非常快速简单易用功能齐全的库用来处理 HTML 和 XML。[官网](http://lxml.de/) * lxml一个非常快速简单易用功能齐全的库用来处理 HTML 和 XML。[官网](http://lxml.de/)
* MarkupSafe为 Python 实现 XML/HTML/XHTML 标记安全字符串。[官网](https://github.com/pallets/markupsafe) * MarkupSafe为 Python 实现 XML/HTML/XHTML 标记安全字符串。[官网](https://github.com/pallets/markupsafe)
* pyquery一个解析 HTML 的库,类似 jQuery。[官网](https://github.com/gawel/pyquery) * pyquery一个解析 HTML 的库,类似 jQuery。[官网](https://github.com/gawel/pyquery)
* requests-html人性化的Pythonic 的 HTML 解析库。[官网](https://github.com/kennethreitz/requests-html)
* untangle将 XML 文档转换为 Python 对象,使其可以方便的访问。[官网](https://github.com/stchris/untangle) * untangle将 XML 文档转换为 Python 对象,使其可以方便的访问。[官网](https://github.com/stchris/untangle)
* xhtml2pdfHTML/CSS 转 PDF 工具。[官网](https://github.com/xhtml2pdf/xhtml2pdf) * xhtml2pdfHTML/CSS 转 PDF 工具。[官网](https://github.com/xhtml2pdf/xhtml2pdf)
* xmltodict像处理 JSON 一样处理 XML。[官网](https://github.com/martinblech/xmltodict) * xmltodict像处理 JSON 一样处理 XML。[官网](https://github.com/martinblech/xmltodict)