Metadata-Version: 2.1
Name: gwsumm
Version: 0.1.4
Summary: A python toolbox used by the LIGO Scientific Collaboration for detector characterisation
Home-page: https://github.com/gwpy/gwsumm
Author: Duncan Macleod, Alex Urban
Author-email: alexander.urban@ligo.org
License: GPLv3
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Provides: gwsumm
Requires-Dist: python-dateutil
Requires-Dist: lxml
Requires-Dist: numpy (>=1.10)
Requires-Dist: scipy (>=1.2.0)
Requires-Dist: matplotlib (>=2.2.0)
Requires-Dist: astropy (>=1.2.1)
Requires-Dist: lalsuite
Requires-Dist: lscsoft-glue (>=1.60.0)
Requires-Dist: ligo-segments
Requires-Dist: gwpy (>=0.14.2)
Requires-Dist: gwtrigfind
Requires-Dist: gwdatafind
Requires-Dist: pygments
Requires-Dist: MarkupPy
Requires-Dist: gwdetchar (>=0.5.1)
Requires-Dist: enum34 ; python_version < "3.4"
Requires-Dist: configparser ; python_version < "3.6"
Provides-Extra: docs
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: numpydoc ; extra == 'docs'
Requires-Dist: sphinx-bootstrap-theme ; extra == 'docs'
Requires-Dist: astropy-helpers ; extra == 'docs'

================================================
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 `pep8`_ 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/
.. _pep8: https://pypi.python.org/pypi/pep8
.. _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://travis-ci.org/gwpy/gwsumm.svg?branch=master
   :target: https://travis-ci.org/gwpy/gwsumm
.. |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

