.gitignore
LICENSE.md
README.md
mkdocs.yml
pyproject.toml
pytest.ini
uv.lock
.github/actions/build/action.yml
.github/actions/mypy/action.yml
.github/actions/ruff/action.yml
.github/actions/setup-dev/action.yml
.github/workflows/build-and-publish-dev.yml
.github/workflows/build-and-publish.yml
.github/workflows/ci.yml
.github/workflows/documentation.yml
.github/workflows/lint.yml
.github/workflows/pr-comment.yml
.github/workflows/publish.yml
.vscode/settings.json
assets/logo.png
docs/contributing.md
docs/index.md
docs/advanced/authentication.md
docs/advanced/custom-responses.md
docs/advanced/middleware.md
docs/crud/customizing.md
docs/dependency-injection/intro.md
scripts/build.sh
scripts/dev_install.sh
src/unchained/__init__.py
src/unchained/admin.py
src/unchained/base.py
src/unchained/context.py
src/unchained/errors.py
src/unchained/lifespan.py
src/unchained/meta.py
src/unchained/request.py
src/unchained/routers.py
src/unchained/states.py
src/unchained/unchained.py
src/unchained.egg-info/PKG-INFO
src/unchained.egg-info/SOURCES.txt
src/unchained.egg-info/dependency_links.txt
src/unchained.egg-info/entry_points.txt
src/unchained.egg-info/requires.txt
src/unchained.egg-info/top_level.txt
src/unchained/app/__init__.py
src/unchained/app/apps.py
src/unchained/cli/__init__.py
src/unchained/cli/db.py
src/unchained/cli/main.py
src/unchained/cli/utils.py
src/unchained/dependencies/__init__.py
src/unchained/dependencies/auto.py
src/unchained/dependencies/custom.py
src/unchained/dependencies/depends.py
src/unchained/dependencies/header.py
src/unchained/dependencies/query_params.py
src/unchained/docs/__init__.py
src/unchained/docs/swagger.py
src/unchained/models/__init__.py
src/unchained/models/base.py
src/unchained/models/meta.py
src/unchained/settings/__init__.py
src/unchained/settings/base.py
src/unchained/settings/django.py
src/unchained/templates/swagger.html
tests/README.md
tests/__init__.py
tests/conftest.py
tests/functional/__init__.py
tests/functional/dependencies/__init__.py
tests/functional/dependencies/utils.py
tests/functional/dependencies/app/__init__.py
tests/functional/dependencies/header/__init__.py
tests/functional/dependencies/header/test_async.py
tests/functional/dependencies/header/test_sync.py
tests/functional/dependencies/nested_dependencies/__init__.py
tests/functional/dependencies/nested_dependencies/test_async.py
tests/functional/dependencies/nested_dependencies/test_sync.py
tests/functional/dependencies/params/__init__.py
tests/functional/dependencies/params/test_async.py
tests/functional/dependencies/params/test_sync.py
tests/functional/dependencies/request/__init__.py
tests/functional/dependencies/request/test_async.py
tests/functional/dependencies/request/test_sync.py
tests/functional/dependencies/simple_dependencies/__init__.py
tests/functional/dependencies/simple_dependencies/test_async.py
tests/functional/dependencies/simple_dependencies/test_sync.py
tests/functional/fixtures/__init__.py
tests/functional/fixtures/client.py
tests/integration/__init__.py
tests/integration/test_dependency_injection.py
tests/unit/__init__.py
tests/unit/test_hello_world.py
tests/utils/__init__.py
tests/utils/client.py