gituser/test_manylinux/: hijri-converter-2.2.2 metadata and description

Homepage Simple index

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

author Mohd Alshehri
classifiers
  • Development Status :: 5 - Production/Stable
  • Intended Audience :: Developers
  • Intended Audience :: Science/Research
  • Intended Audience :: Healthcare Industry
  • Intended Audience :: Legal Industry
  • License :: OSI Approved :: MIT License
  • Programming Language :: Python
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.6
  • Programming Language :: Python :: 3.7
  • Programming Language :: Python :: 3.8
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: 3.10
  • Topic :: Scientific/Engineering
  • Topic :: Software Development :: Internationalization
  • Topic :: Software Development :: Localization
  • Topic :: Utilities
  • Typing :: Typed
description_content_type text/markdown
keywords hijri,gregorian,date,converter,ummalqura,saudi,calendar
license MIT
project_urls
  • Documentation, https://hijri-converter.readthedocs.io
  • Source Code, https://github.com/dralshehri/hijri-converter
requires_python >=3.6
File Tox results History
hijri_converter-2.2.2-py3-none-any.whl
Size
14 KB
Type
Python Wheel
Python
3

hijri-converter

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

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

Features

Limitations

Installation

To install using pip, run:

pip install hijri-converter

To install using conda, run:

conda install -c conda-forge 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.

License

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