.gitignore
LICENSE.txt
Makefile
README.md
pyproject.toml
requirements-dev.txt
.github/workflows/ci.yml
.github/workflows/publish-pypi-test.yaml
.github/workflows/publish-pypi.yaml
src/crumbles/__init__.py
src/crumbles/py.typed
src/crumbles.egg-info/PKG-INFO
src/crumbles.egg-info/SOURCES.txt
src/crumbles.egg-info/dependency_links.txt
src/crumbles.egg-info/requires.txt
src/crumbles.egg-info/top_level.txt
tests/conftest.py
tests/test_crumbles.py