Metadata-Version: 2.4
Name: vedic-ghadi
Version: 1.0.0
Summary: Substrate-derived Vedic clock — Kāmākhyā-anchored, Sūrya-Siddhānta-canonical, zero foreign theorem.
Author-email: Pardeep Sehrawat <theunholyindianmagician@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/theunholyindianmagician-lab/vedic-ghadi
Project-URL: Issues, https://github.com/theunholyindianmagician-lab/vedic-ghadi/issues
Keywords: vedic,jyotish,panchang,tithi,ghadi,kaal,sanskrit
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Astronomy
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Provides-Extra: server
Requires-Dist: fastapi>=0.110; extra == "server"
Requires-Dist: uvicorn[standard]>=0.27; extra == "server"
Provides-Extra: dev
Requires-Dist: pytest>=8; extra == "dev"
Requires-Dist: pytest-asyncio>=0.23; extra == "dev"
Requires-Dist: httpx>=0.27; extra == "dev"

# vedic-ghadi (Python)

Substrate-derived Vedic clock library + CLI + FastAPI service.

```bash
pip install -e .                # CLI only
pip install -e ".[server]"      # + FastAPI service
pip install -e ".[dev]"         # + pytest

vedic-ghadi
vedic-ghadi --loop
vedic-ghadi --at "2026-05-17 16:30" --json
uvicorn vedic_ghadi.api:app --port 8765
```

See the project root README for full architecture + deployment notes.
