python-mechanize 1:0.4.9+ds-2 source package in Ubuntu

Changelog

python-mechanize (1:0.4.9+ds-2) unstable; urgency=medium

  * Lintian fix: Drop PGP verification key

 -- YOKOTA Hiroshi <email address hidden>  Tue, 14 Nov 2023 21:40:00 +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 Pocket Published Component Section
Noble release universe python

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-mechanize_0.4.9+ds-2.dsc 2.1 KiB 3cf5224325f4ddcf1f25f5d380e61e6127239dfb68f04763bc31b47041c4ad24
python-mechanize_0.4.9+ds.orig.tar.xz 169.0 KiB 1c2a49876fd494924f4aaf749c06ac10e037300beefebf679c11b3ff542bde40
python-mechanize_0.4.9+ds-2.debian.tar.xz 8.8 KiB 1fee6d279301a915899f4c924c769964073ae23164e4839c92b96538e2b02a28

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.