python-mechanize 1:0.4.9+ds-ok2 source package in openKylin
Changelog
python-mechanize (1:0.4.9+ds-ok2) nile; urgency=medium * rebuild -- liyang <email address hidden> Wed, 19 Jun 2024 16:04:04 +0800
python-mechanize (1:0.4.9+ds-ok2) nile; urgency=medium * rebuild -- liyang <email address hidden> Wed, 19 Jun 2024 16:04:04 +0800
Series | Published | Component | Section | |
---|---|---|---|---|
Huanghe V3.0 | proposed | main | python | |
Huanghe V3.0 | release | main | python | |
Nile V2.0 | release | main | python | |
Nile V2.0 | proposed | main | python |
File | Size | SHA-256 Checksum |
---|---|---|
python-mechanize_0.4.9+ds.orig.tar.xz | 169.0 KiB | 1c2a49876fd494924f4aaf749c06ac10e037300beefebf679c11b3ff542bde40 |
python-mechanize_0.4.9+ds-ok2.debian.tar.xz | 4.3 KiB | 4d56a030c1ee2f0fe749ae7eb13129f132cf14caa27df1aab4fbab81e4f0e770 |
python-mechanize_0.4.9+ds-ok2.dsc | 1.8 KiB | 46ff0edd2fc4ea911924c07ff4419e0ff4c8dce9156d606321009770eef0d3f7 |
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.