CONTRIBUTING.md
LICENSE
MANIFEST.in
Makefile
README.md
mkdocs.yml
pyproject.toml
setup.py
src/buf/__init__.py
src/buf/validate/__init__.py
src/buf/validate/expression_pb2.py
src/buf/validate/expression_pb2.pyi
src/buf/validate/py.typed
src/buf/validate/validate_pb2.py
src/buf/validate/validate_pb2.pyi
src/buf/validate/priv/__init__.py
src/buf/validate/priv/private_pb2.py
src/buf/validate/priv/private_pb2.pyi
src/dispatch/__init__.py
src/dispatch/any.py
src/dispatch/config.py
src/dispatch/coroutine.py
src/dispatch/error.py
src/dispatch/fastapi.py
src/dispatch/flask.py
src/dispatch/function.py
src/dispatch/http.py
src/dispatch/id.py
src/dispatch/proto.py
src/dispatch/py.typed
src/dispatch/scheduler.py
src/dispatch/status.py
src/dispatch/test.py
src/dispatch/asyncio/__init__.py
src/dispatch/asyncio/fastapi.py
src/dispatch/experimental/__init__.py
src/dispatch/experimental/lambda_handler.py
src/dispatch/experimental/durable/README.md
src/dispatch/experimental/durable/__init__.py
src/dispatch/experimental/durable/frame.c
src/dispatch/experimental/durable/frame.pyi
src/dispatch/experimental/durable/frame308.h
src/dispatch/experimental/durable/frame309.h
src/dispatch/experimental/durable/frame310.h
src/dispatch/experimental/durable/frame311.h
src/dispatch/experimental/durable/frame312.h
src/dispatch/experimental/durable/frame313.h
src/dispatch/experimental/durable/function.py
src/dispatch/experimental/durable/py.typed
src/dispatch/experimental/durable/registry.py
src/dispatch/integrations/__init__.py
src/dispatch/integrations/http.py
src/dispatch/integrations/httpx.py
src/dispatch/integrations/openai.py
src/dispatch/integrations/py.typed
src/dispatch/integrations/requests.py
src/dispatch/integrations/slack.py
src/dispatch/sdk/__init__.py
src/dispatch/sdk/python/__init__.py
src/dispatch/sdk/python/v1/__init__.py
src/dispatch/sdk/python/v1/pickled_pb2.py
src/dispatch/sdk/python/v1/pickled_pb2.pyi
src/dispatch/sdk/v1/__init__.py
src/dispatch/sdk/v1/call_pb2.py
src/dispatch/sdk/v1/call_pb2.pyi
src/dispatch/sdk/v1/dispatch_pb2.py
src/dispatch/sdk/v1/dispatch_pb2.pyi
src/dispatch/sdk/v1/error_pb2.py
src/dispatch/sdk/v1/error_pb2.pyi
src/dispatch/sdk/v1/exit_pb2.py
src/dispatch/sdk/v1/exit_pb2.pyi
src/dispatch/sdk/v1/function_pb2.py
src/dispatch/sdk/v1/function_pb2.pyi
src/dispatch/sdk/v1/poll_pb2.py
src/dispatch/sdk/v1/poll_pb2.pyi
src/dispatch/sdk/v1/py.typed
src/dispatch/sdk/v1/status_pb2.py
src/dispatch/sdk/v1/status_pb2.pyi
src/dispatch/signature/__init__.py
src/dispatch/signature/digest.py
src/dispatch/signature/key.py
src/dispatch/signature/request.py
src/dispatch_py.egg-info/PKG-INFO
src/dispatch_py.egg-info/SOURCES.txt
src/dispatch_py.egg-info/dependency_links.txt
src/dispatch_py.egg-info/requires.txt
src/dispatch_py.egg-info/top_level.txt
tests/test_client.py
tests/test_fastapi.py
tests/test_flask.py
tests/test_http.py