Skip to content

dkdndes/wadllib-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wadllib-example

Example of wadllib based on the python.org tutorial

Activate virtualenv

virtualenv env

source env/bin/activate

Install automatic

pip install -r requirements.txt

Download for manual install

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

Run example and enjoy the comments

python example.py

Examples from bazaar.launchpad.net

Navigate HTTP resources using WADL files as guides.

wadllib should work with Python >= 2.4.

About

Example of wadllib based on the python.org tutorial

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages