Before installing, you will need

Dependencies
~~~~~~~~~~~~
Python 2.2.3 or better.   It has been tested with Python 2.3.
ClientCookie (tested with 0.4.9a) (available from wwwsearch.sourceforge.net)
ClientForm (tested with 0.1.7b) (available from wwwsearch.sourceforget.net)

For Windows, win32api and win32con (if you want to use showInBrowser())

Installation
~~~~~~~~~~~~

To install the package, run the following command:
  python setup.py build

then (as root on unix if necessary)
  python setup.py install

Use
~~~
There's docs on the site, and the test cases are included.  Check out
ClientFormTest.py for a set of examples on how to use the ClientForm
libraries to make your life easier.

