{ "info": { "author": "Leigh McCulloch", "author_email": "UNKNOWN", "bugtrack_url": null, "classifiers": [], "description": "Luhn (Mod 10)\n=============\n\n.. image:: https://travis-ci.org/luhnmod10/python.svg?branch=master\n :target: https://travis-ci.org/luhnmod10/python\n\nA fast and simple in-place implementation of the `luhn check algorithm `_ in Python. Implementations in other languages can be found at `github.com/luhnmod10 `_.\n\nUsage\n-----\n\nInstall the package:\n\n.. code-block:: console\n\n pip install luhnmod10\n\nOr:\n\n.. code-block:: console\n\n easy_install luhnmod10\n\nThen:\n\n.. code-block:: python\n\n from luhnmod10\n luhnmod10.valid('4242424242424242')\n\nContributing\n------------\n\nContributions are welcome! If you can improve the execution time of this implementation without increasing its complexity, please open a pull request. To test your change, run `make` in the repository to run the tests and the benchmarks.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/luhnmod10/python", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "luhnmod10", "package_url": "https://pypi.org/project/luhnmod10/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/luhnmod10/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/luhnmod10/python" }, "release_url": "https://pypi.org/project/luhnmod10/1.0.2/", "requires_dist": null, "requires_python": null, "summary": "A fast and simple in-place implementation of the luhn check algorithm.", "version": "1.0.2" }, "last_serial": 2252409, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "f18a278b9dd24bc596040ba64bfedfd6", "sha256": "391d5d450eafc2e00380c6b0f69735f82ddab4c3cadd0234bc10e2f968a42f77" }, "downloads": -1, "filename": "luhnmod10-1.0.0.tar.gz", "has_sig": false, "md5_digest": "f18a278b9dd24bc596040ba64bfedfd6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1510, "upload_time": "2016-07-30T05:40:16", "url": "https://files.pythonhosted.org/packages/46/46/5b5cde02f260a582f8f3f46180fca94e15437345395e71e6a14ad68ed0d3/luhnmod10-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "89056c979ca5bc069d801d818c0fa325", "sha256": "c6ef4fade77f973ae6d311f5b3d417139c37cd86520a9a9be9dad1387b6383e8" }, "downloads": -1, "filename": "luhnmod10-1.0.1.tar.gz", "has_sig": false, "md5_digest": "89056c979ca5bc069d801d818c0fa325", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1622, "upload_time": "2016-07-30T05:48:44", "url": "https://files.pythonhosted.org/packages/41/8f/44fdd2846d036aea6dbfc404b22b7505d644eac13e4ec8bf2e338b2239db/luhnmod10-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "ccd105c63ac02cb37aabc043d906fe85", "sha256": "2eaa18ecfbc188f0d47ad7e5682f0618c841d2b6cf5e154b5d27dcda24c79cd2" }, "downloads": -1, "filename": "luhnmod10-1.0.2.tar.gz", "has_sig": false, "md5_digest": "ccd105c63ac02cb37aabc043d906fe85", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1625, "upload_time": "2016-07-30T06:14:13", "url": "https://files.pythonhosted.org/packages/74/ff/40f9523de7c56990c7f1c7587e113164252363c61ee751bd8e064f8a7928/luhnmod10-1.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ccd105c63ac02cb37aabc043d906fe85", "sha256": "2eaa18ecfbc188f0d47ad7e5682f0618c841d2b6cf5e154b5d27dcda24c79cd2" }, "downloads": -1, "filename": "luhnmod10-1.0.2.tar.gz", "has_sig": false, "md5_digest": "ccd105c63ac02cb37aabc043d906fe85", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1625, "upload_time": "2016-07-30T06:14:13", "url": "https://files.pythonhosted.org/packages/74/ff/40f9523de7c56990c7f1c7587e113164252363c61ee751bd8e064f8a7928/luhnmod10-1.0.2.tar.gz" } ] }