Metadata-Version: 2.1
Name: azure-functions
Version: 1.2.1
Summary: Azure Functions for Python
Home-page: UNKNOWN
Author: Microsoft Corporation
Author-email: azpysdkhelp@microsoft.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Environment :: Web Environment
Classifier: Development Status :: 5 - Production/Stable
Provides-Extra: dev
Requires-Dist: flake8 (~=3.7.9) ; extra == 'dev'
Requires-Dist: mypy ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: requests (==2.*) ; extra == 'dev'
Requires-Dist: coverage ; extra == 'dev'

Python support for Azure Functions is based on Python3.[6|7|8], serverless hosting on Linux and the Functions 2.0 and 3.0 runtime. This module provides the rich binding definitions for Azure Functions for Python apps.


