From 235e476fdafe8ade007ae7a1b40b733911108ecd Mon Sep 17 00:00:00 2001 From: Marc Laventure Date: Thu, 7 Aug 2014 20:17:02 -0700 Subject: [PATCH] Added the mechanize library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9b47aa10..5cee3900 100644 --- a/README.md +++ b/README.md @@ -554,6 +554,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [feedparser](http://pythonhosted.org/feedparser/) - Universal feed parser. * [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. ## Web Content Extracting