AgavePy is an open source Python SDK that enables you to interact with TapisAPI services using functions in your Python scripts and REPL.
Install latest from PyPi:
pip install agavepy
Install a specific version:
pip install agavepy==1.0.0
Install from source:
git clone https://github.com/TACC/agavepy
cd agavepy
python setup.py install
Please consult AgavePy docs for comprehensive configuration and usage information.