From 04fff3ae2ff9e3285b51d506d40ad4269ca7b6a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Gait=C3=A1n?= Date: Sat, 6 Sep 2014 00:14:28 -0300 Subject: [PATCH] added demiurge scrapping microframework --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7dbfcb2..0fee8dc 100644 --- a/README.md +++ b/README.md @@ -593,6 +593,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [RoboBrowser](https://github.com/jmcarp/robobrowser) - A simple, Pythonic library for browsing the web without a standalone web browser. * [MechanicalSoup](https://github.com/hickford/MechanicalSoup) - A Python library for automating interaction with websites. * [mechanize](http://wwwsearch.sourceforge.net/mechanize/) - Stateful programmatic web browsing. +* [Demiurge](https://github.com/matiasb/demiurge) - PyQuery-based scraping micro-framework. ## Web Content Extracting