summaryrefslogtreecommitdiffstats
path: root/libraries/ClientForm/README
blob: 926540e208c4e93e388d6be23fe1bf3077a336c8 (plain)
1
2
3
4
5
6
7
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.

Requires pysetuptools.