.coveragerc
.gitignore
.mypy.ini
.pytest.toml
.ruff.toml
CONTRIBUTING.md
LICENSE
README.md
noxfile.py
pyproject.toml
sgconfig.yml
.github/dependabot.yml
.github/workflows/coverage-pr.yml
.github/workflows/latest.yml
.github/workflows/publish.yml
.github/workflows/setup.yml
examples/app.py
examples/requirements.txt
examples/ruff.toml
linter-rules/pep8.yaml
linter-rules/type_checking.yaml
src/starlette_dishka/__init__.py
src/starlette_dishka/_version.py
src/starlette_dishka/container.py
src/starlette_dishka/integration.py
src/starlette_dishka/provider.py
src/starlette_dishka/py.typed
src/starlette_dishka.egg-info/PKG-INFO
src/starlette_dishka.egg-info/SOURCES.txt
src/starlette_dishka.egg-info/dependency_links.txt
src/starlette_dishka.egg-info/requires.txt
src/starlette_dishka.egg-info/top_level.txt
tests/__init__.py
tests/common.py
tests/conftest.py
tests/test_starlette.py
tests/test_starlette_websockets.py