luhn-validator


Nameluhn-validator JSON
Version 1.2.0.post4 PyPI version JSON
download
home_page
SummarySimple validator for identification numbers based on the Luhn algorithm
upload_time2023-04-24 18:12:52
maintainer
docs_urlNone
authorMohammed Alshehri
requires_python>=3.7
licenseMIT
keywords luhn validator validation numbers identification imei credit-card
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # luhn-validator

A Python package to validate identification numbers using the Luhn algorithm
with additional optional checks.

> ⚠️ **Deprecation Notice**
>
> This package has been **deprecated** and will not receive future updates.
> Please use the [luhncheck](https://pypi.org/project/luhncheck/) package
> instead.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "luhn-validator",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "luhn,validator,validation,numbers,identification,imei,credit-card",
    "author": "Mohammed Alshehri",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/a0/1e/5f9288cdbff05a1d6da87c645f796efc2a5937dab8866e721ce6858633ce/luhn-validator-1.2.0.post4.tar.gz",
    "platform": null,
    "description": "# luhn-validator\n\nA Python package to validate identification numbers using the Luhn algorithm\nwith additional optional checks.\n\n> \u26a0\ufe0f **Deprecation Notice**\n>\n> This package has been **deprecated** and will not receive future updates.\n> Please use the [luhncheck](https://pypi.org/project/luhncheck/) package\n> instead.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Simple validator for identification numbers based on the Luhn algorithm",
    "version": "1.2.0.post4",
    "split_keywords": [
        "luhn",
        "validator",
        "validation",
        "numbers",
        "identification",
        "imei",
        "credit-card"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "513ce77fcef0f4c31002f221d73b1fce74def1aeda177b94b2e85e3f039f1833",
                "md5": "107e24beab45c8f738dc0df7378b576d",
                "sha256": "86c59f4650dbc351ab6c41f47af60e5fa00245c4698a8e3bb3d6521789523353"
            },
            "downloads": -1,
            "filename": "luhn_validator-1.2.0.post4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "107e24beab45c8f738dc0df7378b576d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 3434,
            "upload_time": "2023-04-24T18:12:45",
            "upload_time_iso_8601": "2023-04-24T18:12:45.301376Z",
            "url": "https://files.pythonhosted.org/packages/51/3c/e77fcef0f4c31002f221d73b1fce74def1aeda177b94b2e85e3f039f1833/luhn_validator-1.2.0.post4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a01e5f9288cdbff05a1d6da87c645f796efc2a5937dab8866e721ce6858633ce",
                "md5": "bd4f41327d9c562fdb7136866e090bb6",
                "sha256": "2febf1530f3494a6d85e6ccac964d9723f861cace1ead096de7a813a362c4c8c"
            },
            "downloads": -1,
            "filename": "luhn-validator-1.2.0.post4.tar.gz",
            "has_sig": false,
            "md5_digest": "bd4f41327d9c562fdb7136866e090bb6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 5285,
            "upload_time": "2023-04-24T18:12:52",
            "upload_time_iso_8601": "2023-04-24T18:12:52.148474Z",
            "url": "https://files.pythonhosted.org/packages/a0/1e/5f9288cdbff05a1d6da87c645f796efc2a5937dab8866e721ce6858633ce/luhn-validator-1.2.0.post4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-24 18:12:52",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "luhn-validator"
}
        
Elapsed time: 0.11204s