python-mechanize 1:0.4.8+pypi-ok1 source package in openKylin

Changelog

python-mechanize (1:0.4.8+pypi-ok1) nile; urgency=medium

  * Build for openkylin.

 -- rtlhq <nobelxyz@163.com>  Sat, 02 Sep 2023 18:10:25 +0800

Upload details

Uploaded by:
rtlhq
Sponsored by:
Cibot
Uploaded to:
Nile V2.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section

Builds

Nile V2.0: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-mechanize_0.4.8+pypi.orig.tar.gz 212.9 KiB 5e86ac0777357e006eb04cd28f7ed9f811d48dffa603d3891ac6d2b92280dc91
python-mechanize_0.4.8+pypi-ok1.debian.tar.xz 6.9 KiB 94a1f6e8e1d27aa6a05402fc547f34e7c1a73f42585e1df62656d08c8f17586b
python-mechanize_0.4.8+pypi-ok1.dsc 1.9 KiB 9c805df4edf64d53b7f71f75cfee352109af9b483c200f17cdb83c909868582f

View changes file

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.