Metadata-Version: 2.4
Name: whatsapp-cloud-api-py
Version: 0.1.0
Summary: Async Python SDK for WhatsApp Business Cloud API with Pydantic V2
Project-URL: Homepage, https://github.com/HeiCg/whatsapp-cloud-api-py
Project-URL: Repository, https://github.com/HeiCg/whatsapp-cloud-api-py
Project-URL: Issues, https://github.com/HeiCg/whatsapp-cloud-api-py/issues
License-Expression: MIT
License-File: LICENSE
Requires-Python: >=3.11
Requires-Dist: httpx[http2]>=0.27
Requires-Dist: pydantic>=2.7
Provides-Extra: dev
Requires-Dist: pytest-asyncio>=0.24; extra == 'dev'
Requires-Dist: pytest>=8.0; extra == 'dev'
Requires-Dist: pyventus>=0.7.2; extra == 'dev'
Requires-Dist: respx>=0.22; extra == 'dev'
Requires-Dist: ruff>=0.8; extra == 'dev'
Provides-Extra: events
Requires-Dist: pyventus>=0.7.2; extra == 'events'
Provides-Extra: server
Requires-Dist: cryptography>=43.0; extra == 'server'
Provides-Extra: webhooks
Requires-Dist: starlette>=0.37; extra == 'webhooks'
