summaryrefslogtreecommitdiffstats
path: root/python/hijri-converter/README
blob: ad341020f284b8ebf2c46ef590aa81b46b22e136 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
A Python package to convert accurately between Hijri and Gregorian
dates using the Umm al-Qura calendar.
Features :
Accurate and verified date conversion.
Optimized code performance compared to similar packages.
Intuitive, clean, and easy-to-use interface.
Most of the methods and formats are similar to those of standard
library.
Multilingual representation of weekday names, months, and calendar
era notations.
Easily extendable to support other natural languages.
Rich comparison between dates.
Validation of input dates.
Works on Python 3.6+ with zero dependencies.
Thoroughly tested with 100% test coverage