Metadata-Version: 2.4
Name: vibzart
Version: 0.1.7
Summary: Python SDK for the vibz.art API — Hindu calendar, festivals, Vedic naming, and more
Project-URL: Homepage, https://vibz.art/developers
Project-URL: Repository, https://github.com/vibzart/vibzart-sdk
Project-URL: Documentation, https://vibz.art/developers/docs
License-Expression: MIT
Keywords: api-client,festivals,hindu-calendar,namakarna,panchang,vedic,vibzart
Requires-Python: >=3.10
Requires-Dist: httpx<1,>=0.27
Requires-Dist: pydantic>=2.0
Provides-Extra: dev
Requires-Dist: build>=1.0; extra == 'dev'
Requires-Dist: pytest-asyncio>=0.23; extra == 'dev'
Requires-Dist: pytest>=8; extra == 'dev'
Requires-Dist: respx>=0.21; extra == 'dev'
Requires-Dist: ruff>=0.4; extra == 'dev'
Description-Content-Type: text/markdown

# vibzart

Python SDK for the [vibz.art API](https://vibz.art/developers).

```python
from vibzart import Vibzart

client = Vibzart(api_key="vz_live_...")
result = client.panchang(lat=28.61, lng=77.20)
print(result.data.tithi.name)
```
