Merge pull request #672 from spurin/patch-1

Add xmldataset
This commit is contained in:
Vinta 2016-06-29 16:54:06 +08:00 committed by GitHub
commit e548538f56

View File

@ -663,6 +663,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [pyquery](https://github.com/gawel/pyquery) - A jQuery-like library for parsing HTML.
* [untangle](https://github.com/stchris/untangle) - Converts XML documents to Python objects for easy access.
* [xhtml2pdf](https://github.com/xhtml2pdf/xhtml2pdf) - HTML/CSS to PDF converter.
* [xmldataset](https://xmldataset.readthedocs.io) - Simple XML Parsing.
* [xmltodict](https://github.com/martinblech/xmltodict) - Working with XML feel like you are working with JSON.
## Web Crawling