.copier-answers.yml
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
LICENSE
README.md
pyproject.toml
.github/pull_request_template.md
.github/workflows/build-documentation.yml
.github/workflows/linting.yml
.github/workflows/publish-to-pypi.yml
.github/workflows/smoke-test.yml
.github/workflows/testing-and-coverage.yml
.github/workflows/type-checking.yml
docs/Makefile
docs/conf.py
docs/index.rst
docs/notebooks.rst
docs/requirements.txt
docs/notebooks/README.md
docs/notebooks/intro_notebook.ipynb
src/.pylintrc
src/astrograppa.egg-info/PKG-INFO
src/astrograppa.egg-info/SOURCES.txt
src/astrograppa.egg-info/dependency_links.txt
src/astrograppa.egg-info/requires.txt
src/astrograppa.egg-info/top_level.txt
src/grappa/__init__.py
src/grappa/_version.py
src/grappa/example_module.py
src/grappa/py.typed
tests/.pylintrc
tests/grappa/conftest.py
tests/grappa/test_example_module.py