Metadata-Version: 2.4
Name: radical.saga
Version: 1.103.0
Summary: A light-weight access layer for distributed compute infrastructure
Home-page: http://radical-cybertools.github.io/radical.saga/
Author: RADICAL Group at Rutgers University
Author-email: radical@rutgers.edu
Maintainer: The RADICAL Group
Maintainer-email: radical@rutgers.edu
License: MIT
Project-URL: Documentation, https://radicalsaga.readthedocs.io/en/latest/
Project-URL: Source, https://github.com/radical-cybertools/radical.saga/
Project-URL: Issues, https://github.com/radical-cybertools/radical.saga/issues
Keywords: radical,cybertools,utilities,saga,job,compute
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Utilities
Classifier: Topic :: System :: Distributed Computing
Classifier: Topic :: Scientific/Engineering
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: radical.utils<1.110,>=1.100
Requires-Dist: parse
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: maintainer
Dynamic: maintainer-email
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# RADICAL-SAGA (RS)

[![Build Status](https://github.com/radical-cybertools/radical.saga/actions/workflows/python-app.yml/badge.svg)](https://github.com/radical-cybertools/radical.saga/actions/workflows/python-app.yml)
[![codecov](https://codecov.io/gh/radical-cybertools/radical.saga/branch/devel/graph/badge.svg)](https://codecov.io/gh/radical-cybertools/radical.saga)

RADICAL-SAGA (RS) is a Python package that implements the interface
specification of the Open Grid Forum (OGF) Simple API for Grid Applications
(SAGA) standard. RS works as a light-weight access layer for distributed
computing infrastructures, providing adaptors for different middleware 
systems and services.

## Documentation

Full package description and usage examples are available at:  
https://radicalsaga.readthedocs.io/en/stable/

Additional information is provided in the
[wiki](https://github.com/radical-cybertools/radical.saga/wiki) section of RS
GitHub repository.

## Code

Generally, the `master` branch reflects the RS release published on
[PyPI](https://pypi.org/project/radical.saga/).

The `devel` branch (and any branch other than master) may not correspond to the
published documentation and, specifically, may have dependencies which need to
be resolved manually.
