From 56e1f83d4746a0e74b18d98fc065007185d71d2d Mon Sep 17 00:00:00 2001 From: Christian Stefanescu Date: Sun, 6 Jul 2014 14:29:03 +1200 Subject: [PATCH] added untangle --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f4d2c33c..67f0febd 100644 --- a/README.md +++ b/README.md @@ -441,6 +441,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [bleach](http://bleach.readthedocs.org/) - A whitelist-based HTML sanitization and text linkification library. * [xmltodict](https://github.com/martinblech/xmltodict) - Working with XML feel like you are working with JSON. * [xhtml2pdf](https://github.com/chrisglass/xhtml2pdf) - HTML/CSS to PDF converter. +* [untangle](https://github.com/stchris/untangle) - Converts XML documents to Python objects for easy access ## Web Crawling