Skip to main content

Accurate Hijri-Gregorian dates converter based on the Umm al-Qura calendar

Project description

hijridate

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.7+ with zero dependencies.
  • Thoroughly tested with 100% test coverage.

Limitations

  • The date range supported by converter is limited to the period from the beginning of 1343 AH (1 August 1924 CE) to the end of 1500 AH (16 November 2077 CE).
  • The conversion is not intended for religious purposes where sighting of the lunar crescent at the beginning of Hijri month is still preferred.

Installation

To install using pip, run:

pip install hijridate

To install using conda, run:

conda install -c conda-forge hijridate

Basic Usage

from hijridate import Hijri, Gregorian

# Convert a Hijri date to Gregorian
g = Hijri(1403, 2, 17).to_gregorian()

# Convert a Gregorian date to Hijri
h = Gregorian(1982, 12, 2).to_hijri()

Documentation

Please see https://hijridate.readthedocs.io for full documentation of this package, including background, benchmarking, usage examples and API reference.

License

This project is licensed under the terms of the MIT license.

Acknowledgements

  • R.H. van Gent — inspiration, scientific guidance and resources.
  • @AZalshehri7 — support in dates review and conversion accuracy verification.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hijridate-2.3.0.tar.gz (34.7 kB view details)

Uploaded Source

Built Distribution

hijridate-2.3.0-py3-none-any.whl (13.9 kB view details)

Uploaded Python 3

File details

Details for the file hijridate-2.3.0.tar.gz.

File metadata

  • Download URL: hijridate-2.3.0.tar.gz
  • Upload date:
  • Size: 34.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.3

File hashes

Hashes for hijridate-2.3.0.tar.gz
Algorithm Hash digest
SHA256 f0d96619dc91dd792ae6b28159b6973a7b4b8a15017106f4cbcd11825549d4af
MD5 fb1e1645f92b4b519618d0a5761f65cb
BLAKE2b-256 c4727869b0241faa29d3214b265577f65012b6984e1efb620a24e7cb1c05cf19

See more details on using hashes here.

File details

Details for the file hijridate-2.3.0-py3-none-any.whl.

File metadata

  • Download URL: hijridate-2.3.0-py3-none-any.whl
  • Upload date:
  • Size: 13.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.11.3

File hashes

Hashes for hijridate-2.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 de59a435cf2598dcee2dc028a34cd9b17d1fa2f35379b32efca70ab81462edfa
MD5 923051f27d79d61ab82be06b95161ee3
BLAKE2b-256 79ff69818c9d9718e6d49ab969e451e8452d0934e9f9dfb8d74615cb1e57b154

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page