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.
To install, you can do:
pip install gwpy
You can test your installation, and its version by
python -c "import gwpy; print(gwpy.__version__)"