.gitignore
AUTHORS.md
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
justfile
pyproject.toml
.github/workflows/ci-lint.yml
.github/workflows/ci-test.yml
.github/workflows/python-publish.yml
docs/conf.py
docs/index.rst
docs/module.rst
docs/readme.rst
docs/requirements.txt
docs/templates/apidoc/package.rst_t
docs/templates/apidoc/toc.rst_t
grits/__init__.py
grits/bbox.py
grits/conversion.py
grits/grits.py
grits/version.py
grits_metric.egg-info/PKG-INFO
grits_metric.egg-info/SOURCES.txt
grits_metric.egg-info/dependency_links.txt
grits_metric.egg-info/requires.txt
grits_metric.egg-info/top_level.txt
scripts/copyright_line_check.sh
scripts/lint.sh
scripts/test.sh
tests/__init__.py
tests/test_bbox.py
tests/test_grits.py