Metadata-Version: 2.4
Name: ligo-gracedb
Version: 2.14.3
Summary: A Python package for accessing the GraceDB API.
Author: Branson Stephens, Brian Moe, Patrick Brady
Author-email: Tanner Prestegard <tanner.prestegard@ligo.org>, Alexander Pace <alexander.pace@ligo.org>, Duncan Meacher <duncan.meacher@ligo.org>, Daniel Wysocki <daniel.wysocki@ligo.org>
License: GPL-3.0-or-later
Project-URL: Homepage, https://ligo-gracedb.readthedocs.io/
Project-URL: Bug Tracker, https://git.ligo.org/computing/gracedb/client/-/issues
Project-URL: Documentation, https://ligo-gracedb.readthedocs.io/
Project-URL: Source Code, https://git.ligo.org/computing/gracedb/client.git
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: cryptography>=1.7.2
Requires-Dist: requests>=2.6.0
Requires-Dist: igwn-auth-utils>=1.0.0
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx_rtd_theme; extra == "docs"
Provides-Extra: test
Requires-Dist: pytest>=3.1.0; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: pytest-runner; extra == "test"
Provides-Extra: lint
Requires-Dist: flake8; extra == "lint"
Requires-Dist: flake8-pyproject; extra == "lint"
Dynamic: license-file

============
ligo-gracedb
============
The Gravitational-wave Candidate Event Database (GraceDB) is a web service designed for aggregating and communicating information about candidate events from gravitational-wave searches and associated follow-ups.
``ligo-gracedb`` provides a Python-based client tool for facilitating interactions with the GraceDB API.


Documentation
-------------
For more information, see the `full documentation <https://ligo-gracedb.readthedocs.io/>`__.


Quick install
-------------
.. code:: python

    pip install ligo-gracedb


Contributing
------------
Please fork this `repository <https://git.ligo.org/computing/gracedb/client/>`__ and submit a merge request if you wish to contribute to this package.

See the `contributing documentation <https://ligo-gracedb.readthedocs.io//en/latest/contributing.html>`__ for more details.
