Metadata-Version: 2.4
Name: bilby_pipe
Version: 1.8.1
Summary: Automating the running of bilby for gravitational wave signals
Maintainer: Colm Talbot, Michael Williams, Sylvia Biscoveanu
Maintainer-email: Gregory Ashton <gregory.ashton@ligo.org>
License: MIT License
        
        Copyright (c) 2019 lscsoft
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
        
Project-URL: Documentation, https://lscsoft.docs.ligo.org/bilby_pipe/master/index.html
Project-URL: Repository, https://git.ligo.org/lscsoft/bilby_pipe
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Requires-Python: >=3.11
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: future
Requires-Dist: pycondor>=0.6
Requires-Dist: configargparse
Requires-Dist: ligo-gracedb
Requires-Dist: bilby[gw]>=2.4.0
Requires-Dist: scipy>=1.2.0
Requires-Dist: gwpy>=4.0.0
Requires-Dist: gwosc
Requires-Dist: igwn-ligolw
Requires-Dist: matplotlib
Requires-Dist: numpy<2.4
Requires-Dist: tqdm
Requires-Dist: corner
Requires-Dist: dynesty>=1.0.0
Requires-Dist: seaborn
Requires-Dist: jinja2
Requires-Dist: astropy
Requires-Dist: plotly
Provides-Extra: asimov
Requires-Dist: asimov<0.6; extra == "asimov"
Requires-Dist: pesummary>=1.3.1; extra == "asimov"
Requires-Dist: setuptools<82; extra == "asimov"
Requires-Dist: htcondor<25; extra == "asimov"
Dynamic: license-file

|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_pipe/issues>`__
-  See the `bilby page <https://github.com/bilby-dev/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
