{"library":"azure-functions","type":"library","category":null,"description":"The `azure-functions` Python library provides the core programming model for developing serverless functions on Azure Functions. It enables developers to write event-driven code in Python that scales automatically and runs in response to various triggers (e.g., HTTP requests, timer, queue messages). This library, currently at version 2.0.0, is designed for the Python v2 programming model and is typically used with Azure Functions runtime v4.x. It receives updates in alignment with the Azure Functions platform's development cycle, which often includes features, performance improvements, and security patches.","language":"python","status":"active","version":"2.0.0","tags":["Azure","Serverless","Functions","Cloud","Python","Event-Driven","PaaS"],"last_verified":"Wed May 20","install":[{"cmd":"pip install azure-functions","imports":["import azure.functions as func","app = func.FunctionApp()","req: func.HttpRequest","func.HttpResponse(...)"]}],"homepage":"https://azure.microsoft.com/products/functions/","github":null,"docs":null,"changelog":null,"pypi":"https://pypi.org/project/azure-functions/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":2,"avg_import_s":0.54,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/azure-functions/compatibility"}}