Metadata-Version: 2.4
Name: gwdetchar
Version: 2.3.2
Summary: A python package for gravitational-wave detector characterisation
Author-email: Alex Urban <alex.urban@ligo.org>, Duncan Macleod <duncan.macleod@ligo.org>
Maintainer-email: Evan Goetz <evan.goetz@ligo.org>
License-Expression: GPL-3.0-or-later
Project-URL: Documentation, https://gwdetchar.readthedocs.io
Project-URL: Source Code, https://github.com/gwdetchar/gwdetchar
Project-URL: Bug Tracker, https://github.com/gwdetchar/gwdetchar/issues
Project-URL: Discussion Forum, https://gwdetchar.slack.com
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: astropy>=3.0.0
Requires-Dist: beautifulsoup4
Requires-Dist: coloredlogs
Requires-Dist: gwdatafind
Requires-Dist: gwpy>=3.0.10
Requires-Dist: gwtrigfind
Requires-Dist: lalsuite
Requires-Dist: lxml
Requires-Dist: MarkupPy>=1.14
Requires-Dist: matplotlib>=3.9
Requires-Dist: numpy>=1.16
Requires-Dist: pandas
Requires-Dist: pycondor
Requires-Dist: pygments>=2.7.3
Requires-Dist: igwn-ligolw
Requires-Dist: pytz
Requires-Dist: scikit-learn
Requires-Dist: scipy>=1.2.0
Provides-Extra: test
Requires-Dist: flake8; extra == "test"
Requires-Dist: pygments>=2.19.0; extra == "test"
Requires-Dist: pytest>=3.3.0; extra == "test"
Requires-Dist: pytest-cov>=2.4.0; extra == "test"
Provides-Extra: doc
Requires-Dist: numpydoc; extra == "doc"
Requires-Dist: sphinx; extra == "doc"
Requires-Dist: sphinx_bootstrap_theme; extra == "doc"
Requires-Dist: sphinxcontrib-programoutput; extra == "doc"
Dynamic: license-file

############################################
Gravitational-wave Detector Characterisation
############################################

GWDetChar is a python package for for gravitational-wave detector
characterisation and data quality.

|PyPI version| |Conda version|

|DOI| |License| |Supported Python versions|

|Build Status| |Coverage Status| |Documentation Status|

https://gwdetchar.readthedocs.io

------------
Installation
------------

GWDetChar is best installed with `conda`_:

.. code:: bash

   conda install -c conda-forge gwdetchar

but can also be installed with `pip`_:

.. code:: bash

   python -m pip install gwdetchar

------------
Contributing
------------

All code should follow the Python Style Guide outlined in `PEP 0008`_;
users can use the `flake8`_ package to check their code for style issues
before submitting.

See `the contributions guide`_ for the recommended procedure for
proposing additions/changes.

.. _PEP 0008: https://www.python.org/dev/peps/pep-0008/
.. _flake8: http://flake8.pycqa.org
.. _the contributions guide: https://github.com/gwdetchar/gwdetchar/blob/master/CONTRIBUTING.md
.. _conda: https://conda.io
.. _pip: https://pip.pypa.io/en/stable/


.. |PyPI version| image:: https://badge.fury.io/py/gwdetchar.svg
   :target: http://badge.fury.io/py/gwdetchar
.. |Conda version| image:: https://img.shields.io/conda/vn/conda-forge/gwdetchar.svg
   :target: https://anaconda.org/conda-forge/gwdetchar/
.. |DOI| image:: https://zenodo.org/badge/36960054.svg
   :target: https://zenodo.org/badge/latestdoi/36960054
.. |License| image:: https://img.shields.io/pypi/l/gwdetchar.svg
   :target: https://choosealicense.com/licenses/gpl-3.0/
.. |Supported Python versions| image:: https://img.shields.io/pypi/pyversions/gwdetchar.svg
   :target: https://pypi.org/project/gwdetchar/
.. |Build Status| image:: https://github.com/gwdetchar/gwdetchar/actions/workflows/build.yml/badge.svg
   :target: https://github.com/gwdetchar/gwdetchar/actions/workflows/build.yml
.. |Coverage Status| image:: https://codecov.io/gh/gwdetchar/gwdetchar/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/gwdetchar/gwdetchar
.. |Documentation Status| image:: https://readthedocs.org/projects/gwdetchar/badge/?version=latest
   :target: https://gwdetchar.readthedocs.io/en/latest/?badge=latest
