hijri-converter


Namehijri-converter JSON
Version 2.3.2.post1 PyPI version JSON
download
home_pageNone
Summary[DEPRECATED] Use 'hijridate' package instead
upload_time2025-07-27 05:32:12
maintainerNone
docs_urlNone
authorMohammed Alshehri
requires_python>=3.7
licenseMIT
keywords deprecated hijri gregorian date converter
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # hijri-converter

## ⚠️ DEPRECATED - Use HijriDate instead

This package is **deprecated** and will not receive future updates.

### Migration Required

Install the [HijriDate](https://pypi.org/project/hijridate/) package:

```bash
pip install hijridate==2.3.0
```

Update your imports:

```python
# Old (deprecated)
from hijri_converter import Hijri, Gregorian

# New (recommended)
from hijridate import Hijri, Gregorian
```

The API is identical - only the package name changes.

### Why the change?

The [HijriDate](https://pypi.org/project/hijridate/) package is the actively maintained successor with the same functionality and accuracy.

---

## License

MIT License

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "hijri-converter",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "deprecated, hijri, gregorian, date, converter",
    "author": "Mohammed Alshehri",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/0e/e3/c3d6210e4b4d51e501de032c58a70377ce25338f0aeacb472f17d69fbbae/hijri_converter-2.3.2.post1.tar.gz",
    "platform": null,
    "description": "# hijri-converter\n\n## \u26a0\ufe0f DEPRECATED - Use HijriDate instead\n\nThis package is **deprecated** and will not receive future updates.\n\n### Migration Required\n\nInstall the [HijriDate](https://pypi.org/project/hijridate/) package:\n\n```bash\npip install hijridate==2.3.0\n```\n\nUpdate your imports:\n\n```python\n# Old (deprecated)\nfrom hijri_converter import Hijri, Gregorian\n\n# New (recommended)\nfrom hijridate import Hijri, Gregorian\n```\n\nThe API is identical - only the package name changes.\n\n### Why the change?\n\nThe [HijriDate](https://pypi.org/project/hijridate/) package is the actively maintained successor with the same functionality and accuracy.\n\n---\n\n## License\n\nMIT License\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "[DEPRECATED] Use 'hijridate' package instead",
    "version": "2.3.2.post1",
    "project_urls": null,
    "split_keywords": [
        "deprecated",
        " hijri",
        " gregorian",
        " date",
        " converter"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "16b92c9070cc9326f1596a89a42d259e1524f13abcb8dfc4581ab4eadd25baf7",
                "md5": "82881f32a38f1008617c3e0564db0e51",
                "sha256": "51124b40b27d072c402a4eeea1a368dd3952992f250109117292c8ecf9c66f28"
            },
            "downloads": -1,
            "filename": "hijri_converter-2.3.2.post1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "82881f32a38f1008617c3e0564db0e51",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 13370,
            "upload_time": "2025-07-27T05:32:11",
            "upload_time_iso_8601": "2025-07-27T05:32:11.688291Z",
            "url": "https://files.pythonhosted.org/packages/16/b9/2c9070cc9326f1596a89a42d259e1524f13abcb8dfc4581ab4eadd25baf7/hijri_converter-2.3.2.post1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0ee3c3d6210e4b4d51e501de032c58a70377ce25338f0aeacb472f17d69fbbae",
                "md5": "40c984fd119d4f2528619f4ca070f6cc",
                "sha256": "986657ccd83a5beaf233ce5a219645747e885c45d4833bd2a8fa1b927fa39570"
            },
            "downloads": -1,
            "filename": "hijri_converter-2.3.2.post1.tar.gz",
            "has_sig": false,
            "md5_digest": "40c984fd119d4f2528619f4ca070f6cc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 32805,
            "upload_time": "2025-07-27T05:32:12",
            "upload_time_iso_8601": "2025-07-27T05:32:12.758595Z",
            "url": "https://files.pythonhosted.org/packages/0e/e3/c3d6210e4b4d51e501de032c58a70377ce25338f0aeacb472f17d69fbbae/hijri_converter-2.3.2.post1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-27 05:32:12",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "hijri-converter"
}
        
Elapsed time: 1.79910s