python-mechanize

Rating: 
0
No votes yet

stateful programmatic web browsing
A library for browsing the web in Python. Mechanize acts like a browser
allowing you to do web scraping, functional testing of web sites and
things no one has thought of yet.
.
Among other things, mechanize:
* Follows links
* Fills in HTML forms
* Automatically observes robots.txt
* Has a browser history
.
It was modelled after the Perl module WWW::Mechanize.

Application versions: 
AttachmentSizeDate
File python-mechanize_0.2.5-2_all.deb334.03 KB14/11/2013 - 20:56
Changelog: 

python-mechanize (1:0.2.5-2) unstable; urgency=low

* Following the merge of ClientForm into mechanize, add a transitional
dummy package to replace python-clientform.
+ Add debian/NEWS for updating source code based on ClientForm.
+ Add epoch as deprecated version of clientform is greater than mechanize.
* debian/control:
+ Bump Standards-Version to 3.9.3.
- debian/copyright: Update Format URL following DEP-5 release.
+ Add Vcs-Browser field.
* Add debian/source/options to ignore changes in *.egg-info directory
otherwise building twice fails.