Skip to content
This repository has been archived by the owner on Apr 13, 2019. It is now read-only.

Latest commit

 

History

History
29 lines (19 loc) · 351 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 351 Bytes

pywps-4

New version of PyWPS - written from scratch

Dependencies

lxml - http://lxml.de owslib - https://github.com/geopython/OWSLib

Run tests

Python 3

python3 tests/__init__.py

or

python3 tests/parse.py

Python 2(.7)

python2 tests/__init__.py

or

python2 tests/parse.py