Metadata-Version: 2.1
Name: sgn-ligo
Version: 0.0.2
Summary: LIGO Extensions for the SGN Framework
Author-email: Chad Hanna <crh184@psu.edu>, Yun-Jing Huang <yzh5436@psu.edu>, James Kennington <jmk7376@psu.edu>
License: MPL-2.0
Project-URL: Homepage, https://git.ligo.org/greg/sgn-ligo
Project-URL: Documentation, https://docs.ligo.org/greg/sgn-ligo
Project-URL: Issues, https://git.ligo.org/greg/sgn-ligo/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: sgn
Requires-Dist: sgn-ts
Requires-Dist: ligo-scald
Requires-Dist: confluent-kafka
Requires-Dist: python-ligo-lw
Requires-Dist: inotify-simple
Provides-Extra: dev
Requires-Dist: sgn-ligo[docs]; extra == "dev"
Requires-Dist: sgn-ligo[lint]; extra == "dev"
Requires-Dist: sgn-ligo[test]; extra == "dev"
Provides-Extra: docs
Requires-Dist: furo; extra == "docs"
Requires-Dist: myst-parser; extra == "docs"
Requires-Dist: sphinx; extra == "docs"
Provides-Extra: lint
Requires-Dist: black; extra == "lint"
Requires-Dist: flake8; extra == "lint"
Requires-Dist: flake8-bandit; extra == "lint"
Requires-Dist: flake8-black; extra == "lint"
Requires-Dist: flake8-bugbear; extra == "lint"
Requires-Dist: flake8-future-annotations; extra == "lint"
Requires-Dist: flake8-isort; extra == "lint"
Requires-Dist: flake8-logging-format; extra == "lint"
Requires-Dist: isort; extra == "lint"
Requires-Dist: mypy; extra == "lint"
Requires-Dist: mypy-extensions; extra == "lint"
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: lalsuite; extra == "test"
Requires-Dist: torch; extra == "test"
Requires-Dist: gwpy; extra == "test"

<!-- index.rst content start -->

# SGN-LIGO

SGN-LIGO is set of extensions to the core library `sgn`, that includes functionality
specific to LIGO Scientific Collaboration data analysis. This page is for documenatation
of the `sgnligo` package, but there is a family of libraries that extend the functionality of SGN
in other ways, including:

- [`sgn`](https://docs.ligo.org/greg/sgn/): Base library for SGN
- [`sgn-ts`](https://git.ligo.org/greg/sgn-ts): TimeSeries utilities for SGN
- [`sgn-try`](https://git.ligo.org/greg/sgn-try): Process monitoring and alerting utilities for SGN

## Installation

To install SGN-LIGO, simply run:

```bash
pip install sgn-ligo
```

More SGN-LIGO-specific documentation coming soon.

