python-mechanize 1:0.4.3-2 source package in Ubuntu

Changelog

python-mechanize (1:0.4.3-2) unstable; urgency=medium

  * Remove -dev from B-D, thanks to Scott Kitterman
  * Upload to unstable

 -- Norbert Preining <email address hidden>  Tue, 03 Sep 2019 07:41:58 +0900

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-mechanize_0.4.3-2.dsc 1.9 KiB 9609a66d5821571013a37d20d2d5d624eaf8d709e9aec0cc4b076ef92ac4e22f
python-mechanize_0.4.3.orig.tar.gz 217.0 KiB 7c452a3eed7f83a13674027a58a4afe57ca67630d252a789ac1c15dcd55d310c
python-mechanize_0.4.3-2.debian.tar.xz 7.2 KiB ab980fdc278b978d769266baf45f613fb7a5b0cd6172d04b5588cd17d4e8cdcf

Available diffs

No changes file available.

Binary packages built by this source

python-mechanize: No summary available for python-mechanize in ubuntu focal.

No description available for python-mechanize in ubuntu focal.

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.