Metadata-Version: 2.1
Name: gwtc-tools
Version: 0.2.0
Summary: A package for gwtc operations, including interactions with gracedb
Home-page: https://git.ligo.org/chad-hanna/gwtc
Author: Chad Hanna
Author-email: Chad Hanna <chad.hanna@ligo.org>, Alexander Pace <alexander.pace@ligo.org>, Divya Singh <divya.singh@ligo.org>, Leo Tsukada <leo.tsukada@ligo.org>, Patrick Godwin <patrick.godwin@ligo.org>, Prathamesh Joshi <prathamesh.joshi@ligo.org>, Becca Ewing <rebecca.ewing@ligo.org>, Rhiannon Udall <rhiannon.udall@ligo.org>
Project-URL: Homepage, https://git.ligo.org/chad-hanna/gwtc
Project-URL: Bug Tracker, https://git.ligo.org/chad-hanna/gwtc/-/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: ligo-gracedb
Requires-Dist: pyyaml

# gwtc

A library for creating and interacting with Gravitational Wave Transient Catalogs in gracedb.

[[_TOC_]]

## Tutorial

Please see: https://git.ligo.org/chad-hanna/gwtc/-/blob/main/examples/README.md


## installation from source

*Note these instructions will be improved and we will make this available in Conda*. This is just an example, modify as you see fit.

```
$ ssh chad.hanna@ldas-pcdev1.ligo-wa.caltech.edu
(igwn) [chad.hanna@ldas-pcdev1 ~]$ mkdir git
(igwn) [chad.hanna@ldas-pcdev1 ~]$ cd git
(igwn) [chad.hanna@ldas-pcdev1 git]$ git clone git@git.ligo.org:chad-hanna/gwtc.git
(igwn) [chad.hanna@ldas-pcdev1 git]$ pip install ./gwtc
```

### See latest catalog on gracedb

https://gracedb-test.ligo.org/api/gwtc/4/latest/

### See previous version on gracedb

https://gracedb-test.ligo.org/api/gwtc/4/1/



