scrapinghub / dateparser

python parser for human readable dates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hijri-converter deprecation

gholam-deblan opened this issue · comments

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