Metadata-Version: 2.1
Name: gladier
Version: 0.8.4b1
Summary: Tooling for rapid deployment of automation tooling.
Home-page: https://github.com/globus-gladier/gladier
Maintainer: 
Maintainer-email: 
License: Apache 2.0
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
License-File: LICENSE

Gladier: The Globus Architecture for Data-Intensive Experimental Research.
==========================================================================
|docs|

.. |docs| image:: https://readthedocs.org/projects/gladier/badge/?version=latest
   :target: https://gladier.readthedocs.io/en/latest/?badge=latest
   :alt: Documentation Status

.. image:: https://github.com/globus-gladier/gladier/actions/workflows/python-package.yml/badge.svg
    :target: https://github.com/globus-gladier/gladier/actions/workflows/

.. image:: https://img.shields.io/pypi/v/gladier.svg
    :target: https://pypi.python.org/pypi/gladier

.. image:: https://img.shields.io/pypi/wheel/gladier.svg
    :target: https://pypi.python.org/pypi/gladier

.. image:: https://img.shields.io/badge/License-Apache%202.0-blue.svg
    :alt: License
    :target: https://opensource.org/licenses/Apache-2.0

Gladier provides a simple software interface to enable researchers to rapidly create, manage, and deploy complex automation flows. It has been used as a programmable data capture, storage, and analysis architecture at experimental facilities including the Argonne Leadership Computing Facility and the Advanced Photon Source. Gladier makes it easy to connect heterogeneous data and computing substrates deployed across distributed compute and storage 
systems and manage using Globus Flows.

Whether you're working in materials science, X-ray science, automated laboratores, genomics, or any other research field, 
Gladier can help you streamline your data management and analysis workflows, so you can focus on your scientific discoveries.
Try Gladier today and see how it can enhance your research capabilities!



Installation
============

Gladier requires Python 3.6 and higher. For a modern version of python,
see the official `Python Installation Guide <https://docs.python-guide.org/starting/installation/>`_.

The easiest way to get Gladier is through Pip on PyPi. Gladier is built with two
main packages, the core Gladier client and Gladier Tools. Gladier Tools include
a set of reusable, common operations. Installing it is highly recommended.

With pip installed, you can do the following:


.. code-block:: bash

   pip install gladier gladier-tools

See the `Read-The-Docs <https://gladier.readthedocs.io/en/stable/?badge=stable>`_ getting started.
