https://github.com/tacc/agavepy
A Python binding for the Tapis API
https://github.com/tacc/agavepy
agaveapi paas python rest-api tacc
Last synced: 2 months ago
JSON representation
A Python binding for the Tapis API
- Host: GitHub
- URL: https://github.com/tacc/agavepy
- Owner: TACC
- License: other
- Created: 2015-06-11T16:36:31.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-01-22T15:19:53.000Z (over 1 year ago)
- Last Synced: 2025-04-03T21:46:54.869Z (2 months ago)
- Topics: agaveapi, paas, python, rest-api, tacc
- Language: Jinja
- Homepage:
- Size: 1.65 MB
- Stars: 9
- Watchers: 14
- Forks: 18
- Open Issues: 5
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
#######
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/LICENSEAgavePy 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 `_
* `Request access to TACC.cloud Slack `_.. 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