.gitignore
.mdformat.toml
.pre-commit-config.yaml
CONTRIBUTING.md
LICENSE
README.md
example.py
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/_cli.py
silverback/_importer.py
silverback/application.py
silverback/exceptions.py
silverback/middlewares.py
silverback/py.typed
silverback/runner.py
silverback/settings.py
silverback/utils.py
silverback/version.py
silverback.egg-info/PKG-INFO
silverback.egg-info/SOURCES.txt
silverback.egg-info/dependency_links.txt
silverback.egg-info/entry_points.txt
silverback.egg-info/not-zip-safe
silverback.egg-info/requires.txt
silverback.egg-info/top_level.txt
tests/__init__.py