Example of wadllib based on the python.org tutorial
virtualenv env
source env/bin/activate
pip install -r requirements.txt
wget https://launchpad.net/wadllib/trunk/1.3.2/+download/wadllib-1.3.2.tar.gz
tar xvf wadllib-1.3.2.tar.gz cd wadllib-1.3.2 python setup.py build python setup.py install
python example.py
Examples from bazaar.launchpad.net
Navigate HTTP resources using WADL files as guides.
wadllib should work with Python >= 2.4.