Metadata-Version: 2.1
Name: gwcelery
Version: 0.5.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+
Description: .. 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>`_
        
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
