Skip to main content

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

Project description

Hijri Converter

A Python package to convert accurately between Hijri and Gregorian dates based on the Umm al-Qura calendar.

Checks Status Coverage Status Code Quality Docs Status PyPI Downloads PyPI Version Conda Version Package License

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 on all supported python versions.

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 hijri-converter

To install using conda, make sure the conda-forge channel is enabled, then run:

conda install hijri-converter

Basic Usage

from hijri_converter 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://hijri-converter.readthedocs.io for full documentation of this package, including background, benchmarking, usage examples and API reference.

Changelog

All notable changes to this package are documented in CHANGELOG.md.

Contributing

Contributions are always welcome! See CONTRIBUTING.md for ways to get started.

License

This package is distributed under an MIT license. See LICENSE.

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

hijri-converter-2.2.1.tar.gz (34.4 kB view details)

Uploaded Source

Built Distribution

hijri_converter-2.2.1-py3-none-any.whl (14.0 kB view details)

Uploaded Python 3

File details

Details for the file hijri-converter-2.2.1.tar.gz.

File metadata

  • Download URL: hijri-converter-2.2.1.tar.gz
  • Upload date:
  • Size: 34.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.7

File hashes

Hashes for hijri-converter-2.2.1.tar.gz
Algorithm Hash digest
SHA256 73b3a7848a6de8fbe737dd0cc86434a3eb2b267483ea678e2272c2c107acf327
MD5 63bcdeee238c47e4316b4bfb8bdc990f
BLAKE2b-256 17d8f9a7af5f7be8124c3df52112d5b460219fc1fe99a32c77b41a55c0eb303e

See more details on using hashes here.

File details

Details for the file hijri_converter-2.2.1-py3-none-any.whl.

File metadata

  • Download URL: hijri_converter-2.2.1-py3-none-any.whl
  • Upload date:
  • Size: 14.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.2 CPython/3.9.7

File hashes

Hashes for hijri_converter-2.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 0760aa69447df6f40053762e3fc78ab7be5427321cd9bff81368001e8a0b78a2
MD5 5c4710a827fe1ab41d8e3d9a2147766f
BLAKE2b-256 35fcd0980dc64c0853c320c9fc6258cf3634b5d328ae58f06396f8f81f60f073

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