Metadata-Version: 2.1
Name: gwsumm
Version: 2.2.0
Summary: A python toolbox used by the LIGO Scientific Collaboration for 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: GPL-3.0-or-later
Project-URL: Documentation, https://gwsumm.readthedocs.io
Project-URL: Source Code, https://github.com/gwpy/gwsumm
Project-URL: Bug Tracker, https://github.com/gwpy/gwsumm/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: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
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: gwdatafind>=1.1.1
Requires-Dist: gwdetchar>=2.0.0
Requires-Dist: gwpy>=2.0.0
Requires-Dist: gwtrigfind
Requires-Dist: lalsuite
Requires-Dist: ligo-segments
Requires-Dist: lscsoft-glue>=1.60.0
Requires-Dist: lxml
Requires-Dist: markdown
Requires-Dist: MarkupPy
Requires-Dist: matplotlib>=3.5
Requires-Dist: numpy>=1.16
Requires-Dist: pygments>=2.7.0
Requires-Dist: python-dateutil
Requires-Dist: python-ligo-lw
Requires-Dist: scipy>=1.2.0
Provides-Extra: test
Requires-Dist: flake8; extra == "test"
Requires-Dist: pytest>=3.3.0; extra == "test"
Requires-Dist: pytest-cov>=2.4.0; extra == "test"
Provides-Extra: dev
Requires-Dist: h5py; extra == "dev"
Requires-Dist: ligo-gracedb>=2.0.0; extra == "dev"
Requires-Dist: pykerberos; extra == "dev"
Provides-Extra: doc
Requires-Dist: numpydoc; extra == "doc"
Requires-Dist: sphinx; extra == "doc"
Requires-Dist: sphinx-automodapi; extra == "doc"
Requires-Dist: sphinx_bootstrap_theme; extra == "doc"
Requires-Dist: sphinxcontrib-programoutput; extra == "doc"

================================================
Gravitational-wave Summary Information Generator
================================================

GWSumm is a python toolbox used by the LIGO Scientific Collaboration to summarise and archive sundry facets of the performance of the LIGO instruments, and archive these data in a nested HTML structure.

|PyPI version| |Conda version|

|DOI| |License| |Supported Python versions|

|Build Status| |Coverage Status| |Code Climate|

https://gwsumm.readthedocs.io

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

GWSumm is best installed with `conda`_:

.. code:: bash

   conda install -c conda-forge gwsumm

but can also be installed with `pip`_:

.. code:: bash

   python -m pip install gwsumm

------------
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/gwpy/gwsumm/blob/master/CONTRIBUTING.md
.. _conda: https://conda.io
.. _pip: https://pip.pypa.io/en/stable/

.. |PyPI version| image:: https://badge.fury.io/py/gwsumm.svg
   :target: http://badge.fury.io/py/gwsumm
.. |Conda version| image:: https://img.shields.io/conda/vn/conda-forge/gwsumm.svg
   :target: https://anaconda.org/conda-forge/gwsumm/
.. |DOI| image:: https://zenodo.org/badge/DOI/10.5281/zenodo.2647609.svg
   :target: https://doi.org/10.5281/zenodo.2647609
.. |License| image:: https://img.shields.io/pypi/l/gwsumm.svg
   :target: https://choosealicense.com/licenses/gpl-3.0/
.. |Supported Python versions| image:: https://img.shields.io/pypi/pyversions/gwsumm.svg
   :target: https://pypi.org/project/gwsumm/
.. |Build Status| image:: https://github.com/gwpy/gwsumm/actions/workflows/build.yml/badge.svg?branch=master
   :target: https://github.com/gwpy/gwsumm/actions/workflows/build.yml
.. |Coverage Status| image:: https://codecov.io/gh/gwpy/gwsumm/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/gwpy/gwsumm
.. |Code Climate| image:: https://codeclimate.com/github/gwpy/gwsumm/badges/gpa.svg
   :target: https://codeclimate.com/github/gwpy/gwsumm
