Metadata-Version: 2.1
Name: gwcelery
Version: 0.4.1
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: Topic :: Internet
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.6, <3.7
Description-Content-Type: text/x-rst
Requires-Dist: astropy
Requires-Dist: celery[redis] (<4.3.0,>=4.2.0)
Requires-Dist: celery-eternal (>=0.0.3)
Requires-Dist: comet
Requires-Dist: corner
Requires-Dist: flask
Requires-Dist: flask-caching
Requires-Dist: flower
Requires-Dist: gwdatafind
Requires-Dist: gwpy (<=0.14.0)
Requires-Dist: healpy
Requires-Dist: jinja2
Requires-Dist: lalsuite (>=6.53.1.dev20190401)
Requires-Dist: ligo-followup-advocate (>=0.0.24)
Requires-Dist: ligo-gracedb (>=2.2.0)
Requires-Dist: ligo-raven (>=1.10)
Requires-Dist: ligo-segments
Requires-Dist: ligo.skymap (>=0.1.1)
Requires-Dist: lscsoft-glue
Requires-Dist: lxml
Requires-Dist: numpy
Requires-Dist: p-astro (==0.4)
Requires-Dist: pygcn (>=0.1.19)
Requires-Dist: pytest (>=3.0)
Requires-Dist: python-ligo-lw
Requires-Dist: safe-netrc
Requires-Dist: sentry-sdk[flask]
Requires-Dist: service-identity
Requires-Dist: sleek-lvalert (>=0.0.4)
Requires-Dist: tornado (<6)
Requires-Dist: voeventlib (>=1.2)
Requires-Dist: werkzeug (>=0.15.0)

.. image:: https://gwcelery.readthedocs.io/en/latest/_static/logo-0.5x.png
   :alt: GWCelery logo

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>`_


