This is a simple client that tests the rest API. It also serves as an example for writing a client in python.
See rest-api/README.md
for instructions on running a local server.
sudo pip install virtualenv
# Create a venv/ directory with Python binary, libs, etc.
virtualenv venv
# Update your PATH, PYTHONHOME, and other settings.
source venv/bin/activate
# Install client deps into venv/lib/.
pip install -r requirements.txt