########################### httpx-gracedb Documentation ########################### 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. Quick Start =========== Install with pip_:: pip install httpx-gracedb API === .. automodapi:: httpx_gracedb .. automodapi:: httpx_gracedb.auth .. automodapi:: httpx_gracedb.errors .. automodapi:: httpx_gracedb.file .. automodapi:: httpx_gracedb.user_agent .. _GraceDB: https://gracedb.ligo.org/ .. _httpx: https://www.python-httpx.org .. _pip: http://pip.pypa.io