.cookiecutter.json
.darglint
.flake8
.gitattributes
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
codecov.yml
noxfile.py
pyproject.toml
.github/dependabot.yml
.github/labels.yml
.github/release-drafter.yml
.github/workflows/auto-merge-deps.yml
.github/workflows/auto-merge-precommit.yml
.github/workflows/labeler.yml
.github/workflows/publish.yml
.github/workflows/release-draft.yml
.github/workflows/tests.yml
docs/authors.md
docs/codeofconduct.md
docs/conf.py
docs/contributing.md
docs/index.md
docs/license.md
docs/reference.md
docs/requirements.txt
docs/usage.md
src/cosmotile/__init__.py
src/cosmotile/_version.py
src/cosmotile/cic.py
src/cosmotile/py.typed
src/cosmotile.egg-info/PKG-INFO
src/cosmotile.egg-info/SOURCES.txt
src/cosmotile.egg-info/dependency_links.txt
src/cosmotile.egg-info/requires.txt
src/cosmotile.egg-info/top_level.txt
tests/__init__.py
tests/test_cic.py
tests/test_cosmotile.py