Metadata-Version: 2.1
Name: agavepy
Version: 1.0.0a8
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
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
Requires-Dist: Jinja2 (>=2.11.1)
Requires-Dist: py (>=1.8.1)
Requires-Dist: six (>=1.12.0)
Requires-Dist: petname (>=2.6)
Requires-Dist: cloudpickle (>=1.3.0)
Requires-Dist: requests-toolbelt (>=0.9.1)
Requires-Dist: future (>=0.18.2)
Requires-Dist: attrdict (>=2.0.0)
Requires-Dist: requests (>=2.23.0)
Requires-Dist: arrow (>=0.15.5)
Requires-Dist: curlify (>=2.2.1)
Requires-Dist: python-dotenv (>=0.11.0)
Requires-Dist: python-dateutil (>=2.8.1)
Requires-Dist: websocket-client (>=0.57.0)

#######
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 the AgavePy_ 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



