PyWebTools README
=================

The PyWebTools package provides a number of helpers for use with the Genshi
templating framework (http://genshi.edgewall.org/).

pywebtools.auth:
  A simple authentication parsing library
  
pywebtools.form:
  Form generation helpers

pywebtools.renderer:
  A decorator that simplifies the use of Genshi with the Pyramid framework.
  Has additional package requirements (see the pywebtools.renderer documentation)
  
pywebtools.text:
  Text formatting helpers

pywebtools.ui:
  User-interface helpers

Full documentation can be found at `<http://readthedocs.org/docs/pywebtools>`_.