Skip to main content

A command-line web service client for calling BYU REST web services.

Project description

byu-ws-cli-python
=================

A command-line web service client for calling BYU REST web services.

It handles the authentication work so you don't have to.
It supports URLEncoding and Nonce Encoding. It also supports WSSession and API Keys.
You can mix and match the encoding and the key type as well.

To install from pypi run

easy_install byu_ws_cli
or

pip install byu_ws_cli

Next, you need to setup a file called credentials.py somewhere on your python path with the following contents.

# this file doesn't go into source control

key = '' # your apiKey's wsId
shared_secret = '' # your apiKey's sharedSecret
username = '' # your BYU netId
password = '' # your netId password

Finally, call the script.

call_byu_ws -h

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

byu_ws_cli-0.9.7.tar.gz (4.8 kB view hashes)

Uploaded Source

Built Distribution

byu_ws_cli-0.9.7-py2.7.egg (10.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page