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

Changelog

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

  * Team upload.
  * Drop python2 support; Closes: #937911

 -- Sandro Tosi <email address hidden>  Thu, 16 Jan 2020 19:35:41 -0500

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
Focal release universe python

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-mechanize_0.4.5-2.dsc 2.1 KiB 4a3e11020e96d03dcad5b41c2c0d20e151cbe3eaa23829343acd2d39cccbfca3
python-mechanize_0.4.5.orig.tar.gz 218.4 KiB 08515f36d315566b256888bbe50e3587293397028c45b5289f3e38fede3c574f
python-mechanize_0.4.5-2.debian.tar.xz 7.3 KiB 3d0347d802915fa4ec8f2bc0fb871656a77df86ec3a080c7bfdb74182818d489

Available diffs

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.