LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
azure_functions_worker_v2/__init__.py
azure_functions_worker_v2/functions.py
azure_functions_worker_v2/handle_event.py
azure_functions_worker_v2/http_v2.py
azure_functions_worker_v2/loader.py
azure_functions_worker_v2/logging.py
azure_functions_worker_v2/otel.py
azure_functions_worker_v2/version.py
azure_functions_worker_v2/bindings/context.py
azure_functions_worker_v2/bindings/datumdef.py
azure_functions_worker_v2/bindings/generic.py
azure_functions_worker_v2/bindings/meta.py
azure_functions_worker_v2/bindings/nullable_converters.py
azure_functions_worker_v2/bindings/out.py
azure_functions_worker_v2/bindings/retrycontext.py
azure_functions_worker_v2/bindings/tracecontext.py
azure_functions_worker_v2/utils/__init__.py
azure_functions_worker_v2/utils/constants.py
azure_functions_worker_v2/utils/current.py
azure_functions_worker_v2/utils/env_state.py
azure_functions_worker_v2/utils/helpers.py
azure_functions_worker_v2/utils/tracing.py
azure_functions_worker_v2/utils/typing_inspect.py
azure_functions_worker_v2/utils/validators.py
azure_functions_worker_v2/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/endtoend/http_functions/host.json
tests/endtoend/http_functions/bin/extensions.json
tests/endtoend/http_functions/bin/function.deps.json
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/unittests/test_code_quality.py
tests/unittests/test_handle_event.py
tests/unittests/basic_function/function_app.py
tests/unittests/indexing_exception_function/function_app.py
tests/unittests/streaming_function/function_app.py
tests/utils/__init__.py
tests/utils/testutils.py