Metadata-Version: 2.1
Name: gwpy
Version: 3.0.10
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://gitlab.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://gitlab.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.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: astropy>=4.3.0
Requires-Dist: dateparser>=1.1.4
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.19
Requires-Dist: python-dateutil
Requires-Dist: requests>=2.20.0
Requires-Dist: scipy>=1.6.0
Requires-Dist: tqdm>=4.10.0
Provides-Extra: test
Requires-Dist: coverage[toml]>=5.0; extra == "test"
Requires-Dist: pytest>=3.9.1; extra == "test"
Requires-Dist: pytest-freezer; 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"
Provides-Extra: astro
Requires-Dist: inspiral-range>=0.5.0; extra == "astro"
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: sphinxcontrib-programoutput; extra == "docs"
Provides-Extra: dev
Requires-Dist: ciecplib; extra == "dev"
Requires-Dist: inspiral-range>=0.5.0; extra == "dev"
Requires-Dist: lalsuite; sys_platform != "win32" and extra == "dev"
Requires-Dist: lscsoft-glue; sys_platform != "win32" and extra == "dev"
Requires-Dist: psycopg2; sys_platform == "linux" and extra == "dev"
Requires-Dist: pycbc>=1.13.4; sys_platform != "win32" and extra == "dev"
Requires-Dist: pymysql; extra == "dev"
Requires-Dist: python-ligo-lw>=1.7.0; sys_platform != "win32" and extra == "dev"
Requires-Dist: sqlalchemy; extra == "dev"
Requires-Dist: uproot>=4.1.5; extra == "dev"
Provides-Extra: conda
Requires-Dist: lxml!=4.9.1; sys_platform == "win32" and extra == "conda"
Requires-Dist: python-framel!=8.46.0,>=8.40.1; extra == "conda"
Requires-Dist: python-ldas-tools-framecpp; sys_platform != "win32" and extra == "conda"
Requires-Dist: python-nds2-client; extra == "conda"

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/)

[![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://gitlab.com/gwpy/gwpy/badges/main/pipeline.svg)](https://gitlab.com/gwpy/gwpy/-/pipelines/?ref=main)
[![Coverage status](https://gitlab.com/gwpy/gwpy/badges/main/coverage.svg)](https://gitlab.com/gwpy/gwpy/-/pipelines/?ref=main)

# 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://gitlab.com/gwpy/gwpy/-/blob/main/LICENSE) file for the
full text.
