python-mechanize: python-mechanize (Stateful programmatic web browsing)
python-mechanize: 
python-mechanize: Stateful programmatic web browsing, after Andy Lester's Perl module
python-mechanize: WWW::Mechanize. mechanize.Browser implements the
python-mechanize: urllib2.OpenerDirector interface. Browser objects have state,
python-mechanize: including navigation history, HTML form state, cookies, etc. The set
python-mechanize: of features and URL schemes handled by Browser objects is
python-mechanize: configurable. The library also provides an API that is mostly
python-mechanize: compatible with urllib2: your urllib2 program will likely still work
python-mechanize: if you replace 'urllib2' with 'mechanize' everywhere.
python-mechanize: