scrapinghub / dateparser

python parser for human readable dates
BSD 3-Clause "New" or "Revised" License
2.57k stars 465 forks source link

hijri-converter deprecation #1197

Closed gholam-deblan closed 10 months ago

gholam-deblan commented 1 year ago

This package has been deprecated and will not receive future updates. Please use the hijridate package instead.

For migration to hijridate, install the package:

pip install hijridate~=2.3.0

Then change the import statement as:

from hijridate import Hijri, Gregorian