python-mechanize 1:0.4.8+pypi-1 source package in Ubuntu
Changelog
python-mechanize (1:0.4.8+pypi-1) unstable; urgency=medium * Use pypi.debian.net to obtain upstream code * Add upstream signing PGP key * New upstream version 0.4.8+pypi * Rediff patches * Drop document * Add documents * Use PyPI as upstream * Sort lines * Fix warning -- YOKOTA Hiroshi <email address hidden> Thu, 05 May 2022 00:06:35 +0900
Upload details
- Uploaded by:
- Debian Python Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Python Team
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-mechanize_0.4.8+pypi-1.dsc | 2.5 KiB | 1a36c65061512ae68bb9b6fce40651ea3241206791420fbba073a2227d989480 |
python-mechanize_0.4.8+pypi.orig.tar.gz | 212.9 KiB | 5e86ac0777357e006eb04cd28f7ed9f811d48dffa603d3891ac6d2b92280dc91 |
python-mechanize_0.4.8+pypi.orig.tar.gz.asc | 833 bytes | 7c5bc6d4c2888270a1550e2b478e987b8be07ca15bc0f0c335b7e6ac522eb4ee |
python-mechanize_0.4.8+pypi-1.debian.tar.xz | 11.5 KiB | 60659378aad9daa7bd09f1ed2bf52fc8bf61751b803dc0a8ca09f94e1766d7ac |
Available diffs
- diff from 1:0.4.8-2 to 1:0.4.8+pypi-1 (18.9 KiB)
No changes file available.
Binary packages built by this source
- python3-mechanize: 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.