mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-20 09:58:24 -04:00
6 lines
298 B
Plaintext
6 lines
298 B
Plaintext
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.
|