Metadata-Version: 2.1
Name: lscsoft-glue
Version: 2.0.0
Summary: Grid LSC User Engine
Home-page: http://www.lsc-group.phys.uwm.edu/daswg/
Author: Duncan Brown
Author-email: dbrown@ligo.caltech.edu
License: GPLv2+
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Scientific/Engineering :: Physics
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: six
Requires-Dist: pyOpenSSL
Requires-Dist: numpy
Requires-Dist: ligo-segments

# GLUE: Grid LSC User Environment

Glue is a collection of utilities for running data analysis pipelines
for online and offline analysis as well as accessing various grid
utilities.  It also provides the infrastructure for the segment
database.

The Glue web site:

http://www.lsc-group.phys.uwm.edu/daswg/projects/glue.html

contains many useful links for Glue users and developers.

GLUE is distributed under the GNU General Public, version 3. See the
file LICENSE for more information.

## Installation

### Debian Linux

Glue is distributed for Debian in the [LSCSoft Debian Repositories](https://wiki.ligo.org/DASWG/SoftwareOnDebian) for Jessie, Stretch, and Buster; to install:

```bash
apt-get install python-glue
```

or

```bash
apt-get install python3-glue
```

### Scientific Linux
Glue is distributed for Scientific Linux in the [LSCSoft SL7 Repositories](https://wiki.ligo.org/DASWG/ScientificLinux); to install:

```bash
yum install glue
```

or

```bash
yum install python34-glue
```

### PyPI

Glue is registered on PyPI as [`lscsoft-glue`](https://pypi.org/project/lscsoft-glue); to install:

```bash
python -m pip install lscsoft-glue
```

### Conda

Glue is registered on Conda as [`lscsoft-glue`](https://anaconda.org/conda-forge/lscsoft-glue/); to install:

```bash
conda install -c conda-forge lscsoft-glue
```

