Metadata-Version: 2.4
Name: hejri_date
Version: 0.1.1
Summary: Hijri date conversion via free web API.
Author: john
License-Expression: MIT
Project-URL: Homepage, https://example.com
Project-URL: Repository, https://example.com
Keywords: hijri,islamic,calendar,umm al qura,date
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# hejri_date

Simple Hijri date conversion using Aladhan API.

## Install

```bash
pip install hejri_date
```

## Usage

```python
from datetime import date
from hejri_date import get_hijri_date

h = get_hijri_date(date(2025, 1, 15))
print(h.formatted())
```

## Notes

- Uses Aladhan `gToH` endpoint.
- `adjustment` can be used to shift by days (e.g., local moon sighting).
