LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
azure/__init__.py
azure/functions/__init__.py
azure/functions/_abc.py
azure/functions/_cosmosdb.py
azure/functions/_durable_functions.py
azure/functions/_eventgrid.py
azure/functions/_eventhub.py
azure/functions/_http.py
azure/functions/_http_asgi.py
azure/functions/_http_wsgi.py
azure/functions/_jsonutils.py
azure/functions/_kafka.py
azure/functions/_mysql.py
azure/functions/_queue.py
azure/functions/_servicebus.py
azure/functions/_sql.py
azure/functions/_utils.py
azure/functions/blob.py
azure/functions/cosmosdb.py
azure/functions/durable_functions.py
azure/functions/eventgrid.py
azure/functions/eventhub.py
azure/functions/http.py
azure/functions/kafka.py
azure/functions/mcp.py
azure/functions/meta.py
azure/functions/mysql.py
azure/functions/py.typed
azure/functions/queue.py
azure/functions/servicebus.py
azure/functions/sql.py
azure/functions/timer.py
azure/functions/warmup.py
azure/functions/_thirdparty/__init__.py
azure/functions/_thirdparty/typing_inspect.py
azure/functions/decorators/__init__.py
azure/functions/decorators/blob.py
azure/functions/decorators/constants.py
azure/functions/decorators/core.py
azure/functions/decorators/cosmosdb.py
azure/functions/decorators/dapr.py
azure/functions/decorators/eventgrid.py
azure/functions/decorators/eventhub.py
azure/functions/decorators/function_app.py
azure/functions/decorators/function_name.py
azure/functions/decorators/generic.py
azure/functions/decorators/http.py
azure/functions/decorators/kafka.py
azure/functions/decorators/mcp.py
azure/functions/decorators/mysql.py
azure/functions/decorators/openai.py
azure/functions/decorators/queue.py
azure/functions/decorators/retry_policy.py
azure/functions/decorators/servicebus.py
azure/functions/decorators/sql.py
azure/functions/decorators/table.py
azure/functions/decorators/timer.py
azure/functions/decorators/utils.py
azure/functions/decorators/warmup.py
azure/functions/extension/__init__.py
azure/functions/extension/app_extension_base.py
azure/functions/extension/app_extension_hooks.py
azure/functions/extension/extension_hook_meta.py
azure/functions/extension/extension_meta.py
azure/functions/extension/extension_scope.py
azure/functions/extension/func_extension_base.py
azure/functions/extension/func_extension_hooks.py
azure/functions/extension/function_extension_exception.py
azure_functions.egg-info/PKG-INFO
azure_functions.egg-info/SOURCES.txt
azure_functions.egg-info/dependency_links.txt
azure_functions.egg-info/requires.txt
azure_functions.egg-info/top_level.txt
tests/__init__.py
tests/test_blob.py
tests/test_code_quality.py
tests/test_cosmosdb.py
tests/test_durable_functions.py
tests/test_eventgrid.py
tests/test_eventhub.py
tests/test_extension.py
tests/test_http.py
tests/test_http_asgi.py
tests/test_http_wsgi.py
tests/test_kafka.py
tests/test_meta.py
tests/test_mysql.py
tests/test_queue.py
tests/test_servicebus.py
tests/test_sql.py
tests/test_timer.py
tests/test_warmup.py
tests/decorators/test_blob.py
tests/decorators/test_core.py
tests/decorators/test_cosmosdb.py
tests/decorators/test_dapr.py
tests/decorators/test_decorators.py
tests/decorators/test_eventgrid.py
tests/decorators/test_eventhub.py
tests/decorators/test_function_app.py
tests/decorators/test_function_name.py
tests/decorators/test_generic.py
tests/decorators/test_http.py
tests/decorators/test_kafka.py
tests/decorators/test_mcp.py
tests/decorators/test_mysql.py
tests/decorators/test_openai.py
tests/decorators/test_queue.py
tests/decorators/test_retry_policy.py
tests/decorators/test_servicebus.py
tests/decorators/test_sql.py
tests/decorators/test_table.py
tests/decorators/test_timer.py
tests/decorators/test_utils.py
tests/decorators/test_warmup.py
tests/utils/__init__.py
tests/utils/testutils.py