Metadata-Version: 2.1
Name: parallel-bilby
Version: 2.0.1
Summary: Running bilby on GW data with MPI
Home-page: https://git.ligo.org/lscsoft/parallel_bilby
Author: pBilby Developers
Author-email: gregory.ashton@ligo.org
License: MIT
Classifier: Programming Language :: Python :: 3.8
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: bilby (>=2.0.0)
Requires-Dist: bilby-pipe (>=1.0.7)
Requires-Dist: scipy (>=1.2.0)
Requires-Dist: gwpy (>=3.0.2)
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: tqdm
Requires-Dist: corner
Requires-Dist: dynesty (>=2)
Requires-Dist: schwimmbad
Requires-Dist: pandas
Requires-Dist: nestcheck
Requires-Dist: mpi4py (>3.0.0)
Requires-Dist: jinja2
Requires-Dist: dill
Provides-Extra: docs
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: numpydoc ; extra == 'docs'
Requires-Dist: nbsphinx ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Requires-Dist: sphinx-tabs ; extra == 'docs'
Requires-Dist: autodoc ; extra == 'docs'
Requires-Dist: sphinx-argparse ; extra == 'docs'
Requires-Dist: graphviz ; extra == 'docs'
Provides-Extra: test
Requires-Dist: mock ; extra == 'test'
Requires-Dist: deepdiff ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: pytest-mpi ; extra == 'test'

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


Parallel Bilby
==============

A python package to run gravitational wave inference analyses on multiple cores of a
machine using their message passing interface (MPI).

Online material to help you get started:

* `Installation instructions`_
* `Examples`_
* `Documentation`_
* `Parallel Bilby paper`_


.. _Documentation: https://lscsoft.docs.ligo.org/parallel_bilby/
.. _Installation instructions: https://lscsoft.docs.ligo.org/parallel_bilby/installation
.. _Examples: https://lscsoft.docs.ligo.org/parallel_bilby/examples
.. _Parallel Bilby paper: https://arxiv.org/pdf/1909.11873.pdf

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