Add xmldataset

To 'Libraries for working with HTML and XML'

https://xmldataset.readthedocs.io
This commit is contained in:
James Spurin 2016-06-28 09:39:19 +01:00 committed by GitHub
parent 90c2573fb7
commit 8506951fe7

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. * [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. * [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. * [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. * [xmltodict](https://github.com/martinblech/xmltodict) - Working with XML feel like you are working with JSON.
## Web Crawling ## Web Crawling