LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
azure_functions_worker/__init__.py
azure_functions_worker/functions.py
azure_functions_worker/handle_event.py
azure_functions_worker/http_v2.py
azure_functions_worker/loader.py
azure_functions_worker/logging.py
azure_functions_worker/otel.py
azure_functions_worker/version.py
azure_functions_worker/bindings/context.py
azure_functions_worker/bindings/datumdef.py
azure_functions_worker/bindings/generic.py
azure_functions_worker/bindings/meta.py
azure_functions_worker/bindings/nullable_converters.py
azure_functions_worker/bindings/out.py
azure_functions_worker/bindings/retrycontext.py
azure_functions_worker/bindings/tracecontext.py
azure_functions_worker/converters/__init__.py
azure_functions_worker/converters/_utils.py
azure_functions_worker/converters/blob.py
azure_functions_worker/converters/cosmosdb.py
azure_functions_worker/converters/durable_functions.py
azure_functions_worker/converters/eventgrid.py
azure_functions_worker/converters/eventhub.py
azure_functions_worker/converters/http.py
azure_functions_worker/converters/kafka.py
azure_functions_worker/converters/meta.py
azure_functions_worker/converters/mysql.py
azure_functions_worker/converters/py.typed
azure_functions_worker/converters/queue.py
azure_functions_worker/converters/servicebus.py
azure_functions_worker/converters/sql.py
azure_functions_worker/converters/timer.py
azure_functions_worker/converters/warmup.py
azure_functions_worker/converters/_thirdparty/__init__.py
azure_functions_worker/converters/_thirdparty/typing_inspect.py
azure_functions_worker/utils/__init__.py
azure_functions_worker/utils/constants.py
azure_functions_worker/utils/current.py
azure_functions_worker/utils/env_state.py
azure_functions_worker/utils/helpers.py
azure_functions_worker/utils/tracing.py
azure_functions_worker/utils/typing_inspect.py
azure_functions_worker/utils/validators.py
azure_functions_worker/utils/wrappers.py
test_worker.egg-info/PKG-INFO
test_worker.egg-info/SOURCES.txt
test_worker.egg-info/dependency_links.txt
test_worker.egg-info/requires.txt
test_worker.egg-info/top_level.txt
tests/protos/FunctionRpc_pb2.py
tests/protos/FunctionRpc_pb2_grpc.py
tests/protos/__init__.py
tests/protos/identity/ClaimsIdentityRpc_pb2.py
tests/protos/identity/ClaimsIdentityRpc_pb2_grpc.py
tests/protos/identity/__init__.py
tests/protos/shared/NullableTypes_pb2.py
tests/protos/shared/NullableTypes_pb2_grpc.py
tests/protos/shared/__init__.py
tests/unit_tests/function_app.py
tests/unit_tests/test_handle_event.py
tests/utils/__init__.py
tests/utils/testutils.py