PyWPS |version| Documentation
=============================
Documentation for `PyWPS <http://pywps.wald.intevaton.org>`_. PyWPS is
implementation of `OGC Web Processing Service (WPS) <http://opengeospatil.org/standards/wps>`_,
version 1.0.0. 

PyWPS is written in `Python <http://python.org>`_. It
is possible to run it as CGI, `Mod_python <http://www.modpython.org/>`_ environemnt, as well as Java
servlet via `jython <http://jython.org/>`_.

PyWPS should be between server-side application and WPS clients. The
application can be written with Python, Java or executabed from the command line.
PyWPS was written with direct support for `GRASS GIS <http://grass.osgeo.org>`_. 

Contents:

.. toctree::
   :maxdepth: 1

   installation/index
   configuration/index
   testing/index
   process/index
   special/index
   clients/index
   api/index


Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
