Metadata-Version: 2.4
Name: httpx-gracedb
Version: 0.0.4
Summary: generic connection pooling HTTP client for GraceDB and similar services
Author-email: Leo Singer <leo.p.singer@nasa.gov>
License-Expression: GPL-3.0-or-later
Project-URL: source, https://git.ligo.org/emfollow/httpx-gracedb
Project-URL: Bug Tracker, https://git.ligo.org/emfollow/httpx-gracedb/issues
Project-URL: Documentation, https://httpx-gracedb.readthedocs.io/
Project-URL: Source Code, https://git.ligo.org/emfollow/httpx-gracedb
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: POSIX
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 :: Internet
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: igwn-auth-utils>=1.3.0
Requires-Dist: pyjwt
Requires-Dist: requests
Requires-Dist: httpx
Requires-Dist: safe-netrc
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-asyncio; extra == "test"
Requires-Dist: pytest-freezer; extra == "test"
Requires-Dist: pytest-httpserver; extra == "test"
Requires-Dist: pytest-socket; extra == "test"
Dynamic: license-file

# httpx-gracedb

httpx-gracedb provides a generic REST API client for [GraceDB] and similar
LIGO/Virgo API services. It uses the powerful [httpx] package for reliable
and high-throughput HTTP connection pooling.

[GraceDB]: https://gracedb.ligo.org/
[httpx]: https://www.python-httpx.org
