Metadata-Version: 2.1
Name: gwcelery
Version: 0.2.5
Summary: Hipster pipeline for annotating LIGO events
Home-page: https://git.ligo.org/emfollow/gwcelery
Author: Leo Singer
Author-email: leo.singer@ligo.org
License: GPL-2+
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
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 :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Internet
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >= 3.6
Description-Content-Type: text/markdown
Requires-Dist: astropy
Requires-Dist: celery[redis] (>=4.2.0)
Requires-Dist: celery-eternal (>=0.0.3)
Requires-Dist: comet
Requires-Dist: flower
Requires-Dist: gwdatafind
Requires-Dist: gwpy
Requires-Dist: healpy
Requires-Dist: jinja2
Requires-Dist: lalsuite (>=6.52)
Requires-Dist: ligo-followup-advocate (>=0.0.11)
Requires-Dist: ligo-gracedb (>=2.1.1)
Requires-Dist: ligo-raven (>=1.8)
Requires-Dist: ligo-segments
Requires-Dist: ligo.skymap (>=0.1.0)
Requires-Dist: lscsoft-glue
Requires-Dist: lxml
Requires-Dist: numpy
Requires-Dist: pygcn (>=0.1.16)
Requires-Dist: pytest (>=3.0)
Requires-Dist: redis
Requires-Dist: safe-netrc
Requires-Dist: sentry-sdk
Requires-Dist: service-identity
Requires-Dist: sleek-lvalert (>=0.0.4)
Requires-Dist: voeventlib (>=1.2)

![GWCelery logo](https://gwcelery.readthedocs.io/en/latest/_static/logo-0.5x.png)

# GWCelery

GWCelery is a simple and reliable package for annotating and orchestrating
LIGO/Virgo alerts, built from widely used open source components.

See the [quick start installation instructions](https://gwcelery.readthedocs.io/en/latest/quickstart.html),
the full [documentation](https://gwcelery.readthedocs.io/en/latest/), or the
[contributing guide](https://gwcelery.readthedocs.io/en/latest/contributing.html).

## Features

 - [Easy installation with `pip`](https://gwcelery.readthedocs.io/en/latest/quickstart.html)
 - Lightning fast distributed task queue powered by
   [Celery](http://celeryproject.org) and [Redis](https://redis.io)
 - Tasks are defined by [small, self-contained Python functions](https://git.ligo.org/emfollow/gwcelery/tree/master/gwcelery/tasks)
 - [Lightweight test suite](https://git.ligo.org/emfollow/gwcelery/tree/master/gwcelery/tests) using mocks of external services
 - [Continuous integration](https://git.ligo.org/emfollow/gwcelery/pipelines)
 - [One environment variable to switch from playground to production GraceDB server](https://gwcelery.readthedocs.io/en/latest/configuration.html)
 - [Browser-based monitoring console](https://gwcelery.readthedocs.io/en/latest/monitoring.html)


