.gitignore
LICENSE
README.md
pyproject.toml
.github/workflows/ci.yml
.github/workflows/docs.yml
.github/workflows/release.yml
docs/Makefile
docs/api.rst
docs/cli.rst
docs/conf.py
docs/index.rst
docs/_static/.gitkeep
docs/tutorials/maintaining_registry.rst
docs/tutorials/quickstart.rst
src/gwresults/__init__.py
src/gwresults/_version.py
src/gwresults/cache.py
src/gwresults/cli.py
src/gwresults/fields.py
src/gwresults/io.py
src/gwresults/posterior.py
src/gwresults/registry.py
src/gwresults/registry_build.py
src/gwresults/search.py
src/gwresults/stats.py
src/gwresults.egg-info/PKG-INFO
src/gwresults.egg-info/SOURCES.txt
src/gwresults.egg-info/dependency_links.txt
src/gwresults.egg-info/entry_points.txt
src/gwresults.egg-info/requires.txt
src/gwresults.egg-info/scm_file_list.json
src/gwresults.egg-info/scm_version.json
src/gwresults.egg-info/top_level.txt
src/gwresults/data/__init__.py
src/gwresults/data/summary_stats.csv
src/gwresults/data/registry/README.md
src/gwresults/data/registry/gwtc-2.1.yaml
src/gwresults/data/registry/gwtc-3.0.yaml
src/gwresults/data/registry/gwtc-4.1.yaml
src/gwresults/data/registry/gwtc-5.0.yaml
tests/conftest.py
tests/test_cache.py
tests/test_cli.py
tests/test_fields.py
tests/test_io.py
tests/test_posterior.py
tests/test_registry.py
tests/test_registry_build.py
tests/test_search.py
tests/test_stats.py