Metadata-Version: 2.1
Name: bilby-pipe
Version: 1.0.10
Summary: Automating the running of bilby for gravitational wave signals
Home-page: https://git.ligo.org/lscsoft/bilby_pipe
Author: Gregory Ashton, Isobel Romero-Shaw, Colm Talbot, Charlie Hoy, Shanika Galaudage
Author-email: gregory.ashton@ligo.org
License: MIT
Project-URL: Documentation, https://lscsoft.docs.ligo.org/bilby_pipe/master/index.html
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Requires-Python: >=3.8
License-File: LICENSE
Requires-Dist: future
Requires-Dist: pycondor (>=0.6)
Requires-Dist: configargparse
Requires-Dist: ligo-gracedb
Requires-Dist: bilby[gw] (>=1.3.0)
Requires-Dist: scipy (>=1.2.0)
Requires-Dist: gwpy (>=3.0.4)
Requires-Dist: gwosc
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: tqdm
Requires-Dist: corner
Requires-Dist: dynesty (>=1.0.0)
Requires-Dist: pesummary (>=0.13.10)
Requires-Dist: seaborn
Requires-Dist: jinja2
Requires-Dist: astropy
Requires-Dist: python-ligo-lw (>=1.8.0)

|pipeline status| |coverage report| |pypi| |conda| |version|

bilby_pipe
==========

A package for automating transient gravitational wave parameter estimation

-  `Installation
   instructions <https://lscsoft.docs.ligo.org/bilby_pipe/master/installation.html>`__
-  `Documentation <https://lscsoft.docs.ligo.org/bilby_pipe/master/index.html>`__
-  `Issue tracker <https://git.ligo.org/lscsoft/bilby/issues>`__
-  See the `bilby page <https://git.ligo.org/lscsoft/bilby>`__ for help channels.


.. |pipeline status| image:: https://git.ligo.org/lscsoft/bilby_pipe/badges/master/pipeline.svg
   :target: https://git.ligo.org/lscsoft/bilby_pipe/commits/master
.. |coverage report| image:: https://git.ligo.org/lscsoft/bilby_pipe/badges/master/coverage.svg
   :target: https://lscsoft.docs.ligo.org/bilby_pipe/htmlcov/
.. |version| image:: https://img.shields.io/pypi/pyversions/bilby-pipe.svg
   :target: https://pypi.org/project/bilby_pipe/
.. |pypi| image:: https://badge.fury.io/py/bilby-pipe.svg
   :target: https://pypi.org/project/bilby_pipe/
.. |conda| image:: https://img.shields.io/conda/vn/conda-forge/bilby_pipe.svg
   :target: https://anaconda.org/conda-forge/bilby_pipe
