Jump to letter: [
          
            ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        python-clientform: Python module for client-side HTML forms
        
        
        - Summary
- 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.
Changelog
        
            - * Sun Oct 30 16:00:00 2005 Josh Boyer <jwboyer{%}jdub{*}homelinux{*}org> 0.1.17-3
- - Fix up review comments 
            - * Thu Oct  6 17:00:00 2005 Josh Boyer <jwboyer{%}jdub{*}homelinux{*}org> 0.1.17-2
- - Rename package to add python- prefix 
            - * Wed Oct  5 17:00:00 2005 Josh Boyer <jwboyer{%}jdub{*}homelinux{*}org> 0.1.17-1
- - Initial spec file