mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
7 lines
321 B
Text
7 lines
321 B
Text
|
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.
|