1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
Source: python-mechanize
Section: python
Priority: extra
Maintainer: Debian/Ubuntu Zope Team <pkg-zope-developers@lists.alioth.debian.org>
Uploaders: Brian Sutherland <brian@vanguardistas.net>,
Fabio Tranchitella <kobold@debian.org>,
Jérémy Bobbio <lunar@debian.org>,
Matthias Klose <doko@ubuntu.com>,
Arnaud Fontaine <arnau@debian.org>
Build-Depends: debhelper (>= 7.0.50~),
python-all (>= 2.6.6-3~),
python-setuptools
Standards-Version: 3.9.3
X-Python-Version: >= 2.5
Vcs-Svn: svn://svn.debian.org/pkg-zope/python-mechanize/trunk
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-zope/python-mechanize/trunk
Homepage: http://wwwsearch.sourceforge.net/mechanize/
Package: python-mechanize
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Provides: ${python:Provides}, python-clientform
Replaces: python-clientform (<< 1:0.2.5-2)
Breaks: python-clientform (<< 1:0.2.5-2)
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.
Package: python-clientform
Architecture: all
Depends: ${misc:Depends}, python-mechanize (>= 0.2.0)
Section: oldlibs
Description: transitional dummy package
This package is a dummy transitional package following the merge of ClientForm
into mechanize 0.2.0. It can be safely removed.
|