Source: python-mechanize
Section: python
Testsuite: autopkgtest-pkg-python
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Norbert Preining <norbert@preining.info>,
           YOKOTA Hiroshi <yokota.hgml@gmail.com>
Build-Depends:
  debhelper-compat (= 14),
  dh-sequence-python3,
  dh-sequence-single-binary,
  python3-all,
  python3-html5lib,
  python3-setuptools,
  python3-twisted
Standards-Version: 4.7.4
Homepage: https://github.com/python-mechanize/mechanize
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-mechanize
Vcs-Git: https://salsa.debian.org/python-team/packages/python-mechanize.git

Package: python3-mechanize
Architecture: all
Depends:
  ${python3:Depends},
  python3-html5lib
Description: 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.
