python-mechanize 1:0.4.8+pypi-ok1 source package in openKylin
Changelog
python-mechanize (1:0.4.8+pypi-ok1) nile; urgency=medium * Build for openkylin. -- rtlhq <nobelxyz@163.com> Sat, 02 Sep 2023 18:10:25 +0800
python-mechanize (1:0.4.8+pypi-ok1) nile; urgency=medium * Build for openkylin. -- rtlhq <nobelxyz@163.com> Sat, 02 Sep 2023 18:10:25 +0800
Series | Published | Component | Section |
---|
File | Size | SHA-256 Checksum |
---|---|---|
python-mechanize_0.4.8+pypi.orig.tar.gz | 212.9 KiB | 5e86ac0777357e006eb04cd28f7ed9f811d48dffa603d3891ac6d2b92280dc91 |
python-mechanize_0.4.8+pypi-ok1.debian.tar.xz | 6.9 KiB | 94a1f6e8e1d27aa6a05402fc547f34e7c1a73f42585e1df62656d08c8f17586b |
python-mechanize_0.4.8+pypi-ok1.dsc | 1.9 KiB | 9c805df4edf64d53b7f71f75cfee352109af9b483c200f17cdb83c909868582f |
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.