python-mechanize 1:0.4.8+pypi-2 source package in Ubuntu
Changelog
python-mechanize (1:0.4.8+pypi-2) unstable; urgency=medium * Add temporary versioning hack for watch file * Use PyPI as upstream homepage -- YOKOTA Hiroshi <email address hidden> Thu, 05 May 2022 23:43:32 +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-2.dsc | 2.4 KiB | eef8e1ce476ea5978cf97c7c4fc83936d731cfd8cbc1bae7d1afa1d5d4799b2e |
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-2.debian.tar.xz | 11.5 KiB | 143007f7ef2733dc811eb02717a8d5a7827a768a9f1823fb4190ec525cb7df72 |
Available diffs
- diff from 1:0.4.7-1 to 1:0.4.8+pypi-2 (22.2 KiB)
- diff from 1:0.4.8+pypi-1 to 1:0.4.8+pypi-2 (718 bytes)
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.