Metadata-Version: 2.1
Name: gwpy
Version: 3.0.5
Summary: A python package for gravitational-wave astrophysics
Author-email: Duncan Macleod <duncan.macleod@ligo.org>
License: GPL-3.0-or-later
Project-URL: Bug Tracker, https://github.com/gwpy/gwpy/issues
Project-URL: Discussion Forum, https://gwpy.slack.com
Project-URL: Documentation, https://gwpy.github.io/docs/
Project-URL: Source Code, https://github.com/gwpy/gwpy
Classifier: Development Status :: 5 - Production/Stable
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.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: astropy (>=4.3.0)
Requires-Dist: dqsegdb2
Requires-Dist: gwdatafind (>=1.1.0)
Requires-Dist: gwosc (>=0.5.3)
Requires-Dist: h5py (>=3.0.0)
Requires-Dist: ligo-segments (>=1.0.0)
Requires-Dist: ligotimegps (>=1.2.1)
Requires-Dist: matplotlib (>=3.3.0)
Requires-Dist: numpy (>=1.17)
Requires-Dist: python-dateutil
Requires-Dist: requests
Requires-Dist: scipy (>=1.2.0)
Requires-Dist: tqdm (>=4.10.0)
Provides-Extra: astro
Requires-Dist: inspiral-range ; extra == 'astro'
Provides-Extra: conda
Requires-Dist: python-framel (>=8.40.1) ; extra == 'conda'
Requires-Dist: python-nds2-client ; extra == 'conda'
Requires-Dist: python-ldas-tools-framecpp ; (sys_platform != "win32") and extra == 'conda'
Provides-Extra: dev
Requires-Dist: ciecplib ; extra == 'dev'
Requires-Dist: dateparser (>=1.1.2) ; extra == 'dev'
Requires-Dist: psycopg2 ; extra == 'dev'
Requires-Dist: pymysql ; extra == 'dev'
Requires-Dist: pyRXP ; extra == 'dev'
Requires-Dist: sqlalchemy ; extra == 'dev'
Requires-Dist: uproot (>=4.1.5) ; extra == 'dev'
Requires-Dist: maya ; (python_version < "3.11") and extra == 'dev'
Requires-Dist: lalsuite ; (sys_platform != "win32") and extra == 'dev'
Requires-Dist: lscsoft-glue ; (sys_platform != "win32") and extra == 'dev'
Requires-Dist: pycbc (>=1.13.4) ; (sys_platform != "win32") and extra == 'dev'
Requires-Dist: python-ligo-lw (>=1.7.0) ; (sys_platform != "win32") and extra == 'dev'
Provides-Extra: docs
Requires-Dist: numpydoc (>=0.8.0) ; extra == 'docs'
Requires-Dist: Sphinx (>=4.4.0) ; extra == 'docs'
Requires-Dist: sphinx-automodapi ; extra == 'docs'
Requires-Dist: sphinx-immaterial (>=0.7.3) ; extra == 'docs'
Requires-Dist: sphinx-panels (>=0.6.0) ; extra == 'docs'
Requires-Dist: sphinxcontrib-programoutput ; extra == 'docs'
Provides-Extra: test
Requires-Dist: coverage[toml] (>=5.0) ; extra == 'test'
Requires-Dist: pytest (>=3.9.1) ; extra == 'test'
Requires-Dist: pytest-freezegun ; extra == 'test'
Requires-Dist: pytest-cov (>=2.4.0) ; extra == 'test'
Requires-Dist: pytest-requires ; extra == 'test'
Requires-Dist: pytest-socket ; extra == 'test'
Requires-Dist: pytest-xdist ; extra == 'test'
Requires-Dist: requests-mock ; extra == 'test'

GWpy is a collaboration-driven Python package providing tools for
studying data from ground-based gravitational-wave detectors.

GWpy provides a user-friendly, intuitive interface to the common
time-domain and frequency-domain data produced by the LIGO and Virgo
observatories and their analyses, with easy-to-follow tutorials at each
step.

<https://gwpy.github.io>

# Release status

[![PyPI version](https://badge.fury.io/py/gwpy.svg)](http://badge.fury.io/py/gwpy)
[![Conda version](https://img.shields.io/conda/vn/conda-forge/gwpy.svg)](https://anaconda.org/conda-forge/gwpy/)

[![DOI](https://zenodo.org/badge/9979119.svg)](https://zenodo.org/badge/latestdoi/9979119)
[![License](https://img.shields.io/pypi/l/gwpy.svg)](https://choosealicense.com/licenses/gpl-3.0/)
![Supported Python versions](https://img.shields.io/pypi/pyversions/gwpy.svg)

# Development status

[![Build status](https://github.com/gwpy/gwpy/actions/workflows/build.yml/badge.svg?branch=main)](https://github.com/gwpy/gwpy/actions?query=branch%3Amain)
[![Coverage status](https://codecov.io/gh/gwpy/gwpy/branch/main/graph/badge.svg)](https://codecov.io/gh/gwpy/gwpy)
[![Maintainability](https://api.codeclimate.com/v1/badges/2cf14445b3e070133745/maintainability)](https://codeclimate.com/github/gwpy/gwpy/maintainability)

# Installation

To install, you can do:

```
conda install -c conda-forge gwpy
```

or

```
python -m pip install gwpy
```

You can test your installation, and its version by

```
python -c "import gwpy; print(gwpy.__version__)"
```

# License

GWpy is released under the GNU General Public License v3.0 or later, see [here](https://choosealicense.com/licenses/gpl-3.0/) for a description of this license, or see the [LICENSE](https://github.com/gwpy/gwpy/blob/main/LICENSE) file for the full text.
