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_wsgi.py
azure/functions/_kafka.py
azure/functions/_queue.py
azure/functions/_servicebus.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/timer.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/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_wsgi.py
tests/test_kafka.py
tests/test_meta.py
tests/test_queue.py
tests/test_servicebus.py
tests/testutils.py