Metadata-Version: 2.4
Name: azure-connectors
Version: 0.2.0b1
Summary: Azure Logic Apps Connector SDK for Python
Author-email: "Azure Logic Apps team at Microsoft Corp." <azurelogicapps@microsoft.com>
License: MIT
Project-URL: Documentation, https://github.com/Azure/connectors-python-sdk
Project-URL: Repository, https://github.com/Azure/connectors-python-sdk
Project-URL: Changelog, https://github.com/Azure/connectors-python-sdk/blob/main/CHANGELOG.md
Keywords: azure,connectors,logic-apps,python,serverless
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Environment :: Web Environment
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Typing :: Typed
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: aiohttp
Requires-Dist: azure-identity[aio]
Provides-Extra: dev
Requires-Dist: flake8<8,>=6; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-asyncio; extra == "dev"
Requires-Dist: httpx; extra == "dev"
Requires-Dist: requests==2.*; extra == "dev"
Requires-Dist: coverage; extra == "dev"
Requires-Dist: pytest-sugar; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: pytest-xdist; extra == "dev"
Requires-Dist: pytest-randomly; extra == "dev"
Requires-Dist: pytest-instafail; extra == "dev"
Requires-Dist: pytest-rerunfailures; extra == "dev"
