Skip to content

Latest commit

 

History

History
74 lines (52 loc) · 1.93 KB

README.rst

File metadata and controls

74 lines (52 loc) · 1.93 KB

AgavePy

https://travis-ci.org/TACC/agavepy.svg?branch=develop https://readthedocs.org/projects/agavepy/badge/?version=latest

AgavePy is an open source Python SDK that enables you to interact with TapisAPI services using functions in your Python scripts and REPL.

Installation

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

Usage

Please consult AgavePy docs for comprehensive configuration and usage information.

Contributing