https://github.com/gwpy/gwpy
Mirror of official GWpy project on GitLab
https://github.com/gwpy/gwpy
gpl gravitational-waves gwpy python
Last synced: about 1 month ago
JSON representation
Mirror of official GWpy project on GitLab
- Host: GitHub
- URL: https://github.com/gwpy/gwpy
- Owner: gwpy
- License: gpl-3.0
- Created: 2013-05-10T10:11:04.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2025-12-23T12:01:24.000Z (about 2 months ago)
- Last Synced: 2025-12-25T01:47:01.598Z (about 1 month ago)
- Topics: gpl, gravitational-waves, gwpy, python
- Language: Python
- Homepage: https://gitlab.com/gwpy/gwpy
- Size: 14.5 MB
- Stars: 378
- Watchers: 32
- Forks: 120
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.rst
Awesome Lists containing this project
README
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.
# Release status
[](http://badge.fury.io/py/gwpy)
[](https://anaconda.org/conda-forge/gwpy/)
[](https://choosealicense.com/licenses/gpl-3.0/)

[](https://scientific-python.org/specs/spec-0000/)
# Development status
[](https://gitlab.com/gwpy/gwpy/-/pipelines/?ref=main)
[](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.