LICENSE.txt
MANIFEST.in
README.md
pyproject.toml
setup.py
src/AltAPI.egg-info/PKG-INFO
src/AltAPI.egg-info/SOURCES.txt
src/AltAPI.egg-info/dependency_links.txt
src/AltAPI.egg-info/entry_points.txt
src/AltAPI.egg-info/requires.txt
src/AltAPI.egg-info/top_level.txt
src/altapi/__init__.py
src/altapi/app.py
src/altapi/cli.py
src/altapi/depends.py
src/altapi/openapi_decorators.py
src/altapi/openapi_spec.py
src/altapi/pydantic_schemas.py
src/altapi/router.c
src/altapi/router.pyx
src/altapi/swagger.py
src/altapi/caching/__init__.py
src/altapi/caching/cache.c
src/altapi/caching/cache.py
src/altapi/cli_templates/basic/app.py
src/altapi/cli_templates/full/app.py
src/altapi/cli_templates/full/routes/__init__.py
src/altapi/cli_templates/full/routes/api.py
src/altapi/cli_templates/full/routes/pages.py
src/altapi/http/__init__.py
src/altapi/http/request.py
src/altapi/http/responses.py
src/altapi/middleware/__init__.py
src/altapi/middleware/cors.py
src/altapi/middleware/middleware.py
src/altapi/ratelimit/__init__.py
src/altapi/ratelimit/limit.c
src/altapi/ratelimit/limit.py
src/altapi/ratelimit/storage.c
src/altapi/ratelimit/storage.py
src/altapi/shared/__init__.py
src/altapi/templating/__init__.py
src/altapi/templating/default_templates.py
src/altapi/templating/templates.py
src/altapi/websocket/__init__.py
src/altapi/websocket/ws.py
tests/test_app.py
tests/test_caching.py
tests/test_cli.py
tests/test_depends.py
tests/test_http_request.py
tests/test_http_responses.py
tests/test_middleware.py
tests/test_openapi_decorators.py
tests/test_openapi_spec.py
tests/test_package_init.py
tests/test_pydantic_integration.py
tests/test_ratelimit.py
tests/test_router.py
tests/test_shared_deprecated.py
tests/test_swagger.py
tests/test_templating.py
tests/test_validation.py
tests/test_websocket.py