.editorconfig
.gitignore
LICENSE
MANIFEST.in
README.md
mkdocs.yml
pyproject.toml
requirements.txt
requirements_dev.txt
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/docs-build.yml
.github/workflows/docs.yml
.github/workflows/installation.yml
.github/workflows/macos.yml
.github/workflows/pypi.yml
.github/workflows/ubuntu.yml
.github/workflows/windows.yml
docs/changelog.md
docs/common.md
docs/contributing.md
docs/faq.md
docs/grea.md
docs/index.md
docs/installation.md
docs/usage.md
docs/assets/favicon.ico
docs/assets/logo.png
docs/examples/First Steps.ipynb
docs/examples/Sampling with Cobaya.ipynb
docs/javascripts/notebook-math.js
docs/overrides/main.html
docs/stylesheets/notebook.css
greapy/__init__.py
greapy/approximations.py
greapy/cli.py
greapy/cobaya.py
greapy/common.py
greapy/grea.py
greapy/plots.py
greapy/textable.py
greapy.egg-info/PKG-INFO
greapy.egg-info/SOURCES.txt
greapy.egg-info/dependency_links.txt
greapy.egg-info/entry_points.txt
greapy.egg-info/requires.txt
greapy.egg-info/top_level.txt
tests/__init__.py
tests/test_greapy.py