Metadata-Version: 2.0
Name: gwdetchar
Version: 0.3.4
Summary: A python package for gravitational-wave detector characterisation
Home-page: https://github.com/ligovirgo/gwdetchar
Author: Duncan Macleod
Author-email: duncan.macleod@ligo.org
License: GPLv3
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Scientific/Engineering :: Physics
Provides: gwdetchar
Requires-Dist: MarkupPy (>=1.14)
Requires-Dist: astropy (>=1.2)
Requires-Dist: gwdatafind
Requires-Dist: gwpy (>=0.13.0)
Requires-Dist: gwtrigfind
Requires-Dist: matplotlib (>=2.0.0)
Requires-Dist: numpy (>=1.10)
Requires-Dist: pandas
Requires-Dist: pycondor
Requires-Dist: pygments
Requires-Dist: scikit-learn
Requires-Dist: scipy (>=1.2.0)
Requires-Dist: setuptools
Requires-Dist: six
Requires-Dist: pathlib2; python_version < "3.6"

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

|PyPI version| |DOI| |License| |Supported Python versions|

|Build Status| |Coverage Status|

------------
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 `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/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
.. |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://travis-ci.org/gwdetchar/gwdetchar.svg?branch=master
   :target: https://travis-ci.org/gwdetchar/gwdetchar
.. |Coverage Status| image:: https://coveralls.io/repos/github/gwdetchar/gwdetchar/badge.svg?branch=master
   :target: https://coveralls.io/github/gwdetchar/gwdetchar?branch=master

