LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
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/_kafka.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/meta.py
azure/functions/queue.py
azure/functions/servicebus.py
azure/functions/sql.py
azure/functions/timer.py
azure/functions/_thirdparty/__init__.py
azure/functions/_thirdparty/typing_inspect.py
azure/functions/_thirdparty/werkzeug/__init__.py
azure/functions/_thirdparty/werkzeug/_compat.py
azure/functions/_thirdparty/werkzeug/_internal.py
azure/functions/_thirdparty/werkzeug/datastructures.py
azure/functions/_thirdparty/werkzeug/exceptions.py
azure/functions/_thirdparty/werkzeug/formparser.py
azure/functions/_thirdparty/werkzeug/http.py
azure/functions/_thirdparty/werkzeug/urls.py
azure/functions/_thirdparty/werkzeug/utils.py
azure/functions/_thirdparty/werkzeug/wsgi.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/eventgrid.py
azure/functions/decorators/eventhub.py
azure/functions/decorators/function_app.py
azure/functions/decorators/generic.py
azure/functions/decorators/http.py
azure/functions/decorators/queue.py
azure/functions/decorators/servicebus.py
azure/functions/decorators/timer.py
azure/functions/decorators/utils.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_queue.py
tests/test_servicebus.py
tests/test_sql.py
tests/test_timer.py
tests/testutils.py
tests/decorators/test_blob.py
tests/decorators/test_core.py
tests/decorators/test_cosmosdb.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_generic.py
tests/decorators/test_http.py
tests/decorators/test_queue.py
tests/decorators/test_servicebus.py
tests/decorators/test_timer.py
tests/decorators/test_utils.py
tests/decorators/testutils.py