Oven logo

Oven

hijri-converter2.3.2.post1

Published

[DEPRECATED] Use 'hijridate' package instead

pip install hijri-converter

Package Downloads

Weekly DownloadsMonthly Downloads

Authors

Requires Python

>=3.7

Dependencies

hijri-converter

⚠️ DEPRECATED - Use HijriDate instead

This package is deprecated and will not receive future updates.

Migration Required

Install the HijriDate package:

pip install hijridate==2.3.0

Update your imports:

# 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 package is the actively maintained successor with the same functionality and accuracy.


License

MIT License