Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gwpy/gwpy
Mirror of official GWpy project on GitLab
https://github.com/gwpy/gwpy
gpl gravitational-waves gwpy python
Last synced: 3 months 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 11 years ago)
- Default Branch: main
- Last Pushed: 2024-08-19T13:54:13.000Z (6 months ago)
- Last Synced: 2024-08-20T10:16:29.001Z (6 months ago)
- Topics: gpl, gravitational-waves, gwpy, python
- Language: Python
- Homepage: https://gitlab.com/gwpy/gwpy
- Size: 12.3 MB
- Stars: 371
- Watchers: 32
- Forks: 117
- Open Issues: 13
-
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
[![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.