DESCR 298 B

123456
  1. ClientForm is a Python module for handling HTML forms on the client
  2. side, useful for parsing HTML forms, filling them in and returning the
  3. completed forms to the server. It developed from a port of Gisle Aas'
  4. Perl module HTML::Form, from the libwww-perl library, but the interface
  5. is not the same.