Metadata-Version: 2.1
Name: gwcelery
Version: 0.8.2
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/x-rst
Requires-Dist: amqp (<=2.4.2)
Requires-Dist: kombu (<=4.5.0)
Requires-Dist: vine (<=1.3.0)
Requires-Dist: astropy
Requires-Dist: celery[redis] (==4.3.0)
Requires-Dist: comet
Requires-Dist: corner
Requires-Dist: dnspython
Requires-Dist: flask
Requires-Dist: flask-caching
Requires-Dist: flower
Requires-Dist: gwdatafind
Requires-Dist: gwpy
Requires-Dist: healpy
Requires-Dist: jinja2
Requires-Dist: lalsuite (==6.59)
Requires-Dist: ligo-followup-advocate (>=0.0.28)
Requires-Dist: ligo-gracedb (>=2.2.0)
Requires-Dist: ligo-raven (>=1.15)
Requires-Dist: ligo-segments
Requires-Dist: ligo.skymap (>=0.1.8)
Requires-Dist: lscsoft-glue
Requires-Dist: lxml
Requires-Dist: numpy
Requires-Dist: p-astro (==0.7)
Requires-Dist: pygcn (>=0.1.19)
Requires-Dist: pytest (>=3.0)
Requires-Dist: python-ligo-lw
Requires-Dist: safe-netrc
Requires-Dist: scipy (<=1.2.2)
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)
Requires-Dist: aiocontextvars ; python_version <= "3.6"

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


