Metadata-Version: 2.4
Name: hijri-converter
Version: 2.3.2
Summary: [DEPRECATED] Use 'hijridate' package instead
Author: Mohammed Alshehri
Author-email: 
License: MIT
Keywords: deprecated,hijri,gregorian,date,converter
Classifier: Development Status :: 7 - Inactive
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: hijridate==2.3.0
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file

# hijri-converter

## ⚠️ DEPRECATED - Use `hijridate` instead

This package is **deprecated** and will not receive future updates.

### Migration Required

Install the [`hijridate`](https://pypi.org/project/hijridate/) package:

```bash
pip install hijridate==2.3.0
```

Update your imports:

```python
# Old (deprecated)
from hijri_converter import Hijri, Gregorian

# New (recommended)
from hijridate import Hijri, Gregorian
```

The API is identical - only the package name changes.

### Why the change?

The [`hijridate`](https://pypi.org/project/hijridate/) package is the actively maintained successor with the same functionality and accuracy.

---

## License

MIT License
