Metadata-Version: 2.4
Name: ahargan
Version: 1.0.0
Summary: JDN-based Ahargan conversion library (BC/CE supported)
Author: Yogendra
License: MIT
Requires-Python: >=3.7
Description-Content-Type: text/markdown


# ahargan

JDN-based Ahargan conversion library.

Example:
```python
from ahargan import convert_to_ahargan
ah, bar, jdn = convert_to_ahargan("CE", 2024, 4, 13)
print(ah, bar, jdn)
```
