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+
Description: ![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)
        
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
