1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: python-clientform
Section: python
Priority: extra
Maintainer: Debian/Ubuntu Zope Team <pkg-zope-developers@lists.alioth.debian.org>
Uploaders: Brian Sutherland <jinty@web.de>, Fabio Tranchitella <kobold@debian.org>
Build-Depends-Indep: python (>= 2.3.5-7), python-all-dev, python-central (>= 0.5)
Build-Depends: debhelper (>= 5.0.37.2), python-setuptools (>= 0.6a9)
Standards-Version: 3.7.2
XS-Python-Version: all
Package: python-clientform
Architecture: all
Depends: ${python:Depends}
Provides: ${python:Provides}
Conflicts: python2.3-clientform (<< 0.2.2), python2.4-clientform (<< 0.2.2)
Replaces: python2.3-clientform (<< 0.2.2), python2.4-clientform (<< 0.2.2)
XB-Python-Version: ${python:Versions}
Description: module for handling HTML forms on the client side
ClientForm is a Python module for handling HTML forms on the client side,
useful for parsing HTML forms, filling them in and returning the completed
forms to the server. It developed from a port of Gisle Aas' Perl module
HTML::Form, from the libwww-perl library, but the interface is not the same.
.
Homepage: http://wwwsearch.sourceforge.net/ClientForm/
|