python-mechanize 1:0.4.8-2 source package in Ubuntu
Changelog
python-mechanize (1:0.4.8-2) unstable; urgency=medium * Add installation package name to install codes -- YOKOTA Hiroshi <email address hidden> Sun, 17 Apr 2022 04:30:26 +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-2.dsc | 2.2 KiB | a7457f522e3e7521a12f6047c358dbe04065de9ac14c34097a181f61da3ad992 |
python-mechanize_0.4.8.orig.tar.gz | 218.6 KiB | f8003f80a3fa191ce2e9b40717617d10fc2aa7a1119881cd78588cd1b5e24cfb |
python-mechanize_0.4.8-2.debian.tar.xz | 8.5 KiB | 1683b7164a6cc3f90e28e3ecf779b6f872ba7f7668bd0d8665070bf6ccfe847f |
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.