diff options
Diffstat (limited to 'libraries/ClientForm/README')
-rw-r--r-- | libraries/ClientForm/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libraries/ClientForm/README b/libraries/ClientForm/README new file mode 100644 index 0000000000..926540e208 --- /dev/null +++ b/libraries/ClientForm/README @@ -0,0 +1,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.
\ No newline at end of file |