Metadata-Version: 1.1
Name: agavepy
Version: 1.0.0a12
Summary: SDK for TACC Tapis (formerly Agave)
Home-page: https://github.com/TACC/agavepy
Author: Texas Advanced Computing Center
Author-email: jstubbs@tacc.utexas.edu, vaughn@tacc.utexas.edu
License: BSD
Description: #######
        AgavePy
        #######
        
        .. image:: https://badge.fury.io/py/agavepy.svg
            :target: http://badge.fury.io/py/agavepy
        
        .. image:: https://travis-ci.org/TACC/agavepy.svg?branch=develop
            :target: https://travis-ci.org/TACC/agavepy
        
        .. image:: https://readthedocs.org/projects/agavepy/badge/?version=latest
            :target: https://readthedocs.org/projects/agavepy/?badge=latest
        
        .. image:: https://img.shields.io/pypi/l/Django.svg
            :target: https://raw.githubusercontent.com/TACC/agavepy/master/LICENSE
        
        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_:
        
        .. code-block:: console
        
            pip install agavepy
        
        Install a specific version:
        
        .. code-block:: console
        
            pip install agavepy==1.0.0
        
        Install from source:
        
        .. code-block:: console
        
            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
        ************
        
            * `View and file issues <https://github.com/TACC/agavepy/issues/>`_
            * `Request access to TACC.cloud Slack <http://bit.ly/join-tapis>`_
        
        .. Links
        
        .. _Docker: https://docs.docker.com/installation/#installation
        .. _Jupyter: https://jupyter.org/
        .. _Oauth2: https://auth0.com/docs/protocols/oauth2
        .. _PyPI: https://pypi.python.org/pypi
        .. |AgavePy| replace:: AgavePy docs
        .. _AgavePy: https://agavepy.readthedocs.io/en/latest/
        .. |TapisCLI| replace:: Tapis CLI docs
        .. _TapisCLI: https://tapis-cli.readthedocs.io/en/latest/
        .. |TapisAPI| replace:: Tapis API docs
        .. _TapisAPI: https://tacc-cloud.readthedocs.io/projects/agave/en/latest/
        .. |AbacoAPI| replace:: Abaco API docs
        .. _AbacoAPI: https://tacc-cloud.readthedocs.io/projects/abaco/en/latest/
        .. |TUP| replace:: TACC User Portal
        .. _TUP: https://portal.tacc.utexas.edu/account-request
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
