Metadata-Version: 2.4
Name: whatsextract
Version: 1.0.2
Summary: WhatsExtract Python SDK
Author: WhatsExtract
License: MIT
Project-URL: Homepage, https://example.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: requests>=2.31.0
Requires-Dist: aiohttp>=3.9.0
Dynamic: requires-python

# whatsextract (Python SDK)

Lightweight client for the WhatsExtract API.

## Install
```bash
pip install whatsextract
Usage
python
Copy
Edit
from whatsextract import WhatsExtract

client = WhatsExtract(api_key="YOUR_API_KEY", base_url="https://api.whatsextract.com")
result = client.batch(["Priya here. Email priya@gmail.com, phone 9876543210"])
print(result)
Links
Home: https://whatsextract.com

API Docs: https://docs.whatsextract.com
