Metadata-Version: 2.4
Name: vedic-panchang
Version: 0.1.0
Summary: Open-source Vedic panchang and planetary position calculator. No API. No credits.
Project-URL: Homepage, https://github.com/your-org/vedic-panchang
Project-URL: Repository, https://github.com/your-org/vedic-panchang
Project-URL: Issues, https://github.com/your-org/vedic-panchang/issues
License: MIT
Keywords: hindu calendar,jyotish,nakshatra,panchang,swiss ephemeris,tithi,vedic astrology,yoga
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
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.9
Requires-Dist: pyswisseph>=2.10
Provides-Extra: dev
Requires-Dist: pandas>=1.3; extra == 'dev'
Requires-Dist: pytest>=7; extra == 'dev'
Provides-Extra: pandas
Requires-Dist: pandas>=1.3; extra == 'pandas'
Description-Content-Type: text/markdown

# vedic-panchang

Open-source Vedic panchang and planetary position calculator. No API. No credits required.

## Features

- Tithi (lunar day) calculation
- Nakshatra (lunar mansion) calculation
- Yoga calculation
- Karana calculation
- Planetary positions using Swiss Ephemeris

## Installation

```bash
pip install vedic-panchang
```

## Usage

```python
from vedic_panchang import get_panchang
from datetime import datetime

result = get_panchang(datetime(2024, 1, 1, 6, 0, 0), lat=28.6139, lon=77.2090)
print(result)
```

## License

MIT
