.gitignore
.mdformat.toml
.pre-commit-config.yaml
CONTRIBUTING.md
LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
.github/PULL_REQUEST_TEMPLATE.md
.github/release-drafter.yml
.github/ISSUE_TEMPLATE/bug.md
.github/ISSUE_TEMPLATE/feature.md
.github/ISSUE_TEMPLATE/work-item.md
.github/workflows/codeql.yaml
.github/workflows/commitlint.yaml
.github/workflows/draft.yaml
.github/workflows/prtitle.yaml
.github/workflows/publish.yaml
.github/workflows/test.yaml
silverback/__init__.py
silverback/py.typed
silverback/version.py
silverback.egg-info/PKG-INFO
silverback.egg-info/SOURCES.txt
silverback.egg-info/dependency_links.txt
silverback.egg-info/not-zip-safe
silverback.egg-info/requires.txt
silverback.egg-info/top_level.txt
tests/__init__.py