新增 requests-html 库

pull/46/head
chenjiandongx 2018-04-01 17:44:27 +08:00
parent 44454139c8
commit 1285073dc4
1 changed files with 1 additions and 0 deletions

View File

@ -622,6 +622,7 @@ Python 实现的数据库。
* lxml一个非常快速简单易用功能齐全的库用来处理 HTML 和 XML。[官网](http://lxml.de/)
* MarkupSafe为 Python 实现 XML/HTML/XHTML 标记安全字符串。[官网](https://github.com/pallets/markupsafe)
* 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)
* xhtml2pdfHTML/CSS 转 PDF 工具。[官网](https://github.com/xhtml2pdf/xhtml2pdf)
* xmltodict像处理 JSON 一样处理 XML。[官网](https://github.com/martinblech/xmltodict)