Development
From PyWPS wiki
[edit] Ideas for PyWPS 3.0
Here is list of ideas for next version of PyWPS. Feel free to add your comments/priorities
- Support for WPS 1.0.0 and possible implementation for next versions of the document
- New parser system -- Partly done
- Using only DOM for input parsing - not mixture of SAX and DOM
- Better names for Process methods, (first letter lower)
- New configuration system using *.cfg files and python ConfigParser -- Partly done
- New Code Structure -- long time job :-)
- Output system based on templates? Not sure....
- Ofcourse backwards compatibility with previous version

