{ "info": { "author": "Christo Goosen", "author_email": "christogoosen@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: POSIX :: BSD :: FreeBSD", "Operating System :: POSIX :: Linux", "Operating System :: Unix", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3 :: Only", "Topic :: Software Development", "Typing :: Typed" ], "description": "# za-identity-number\nLibrary to validate/check and retrieve ID number info for South African IDs\n\n\nExample:\n```\nfrom za_id_number.za_identity_number import SouthAfricanIdentityValidate\n\nif __name__ == \"__main__\":\n za_validation = SouthAfricanIdentityValidate(\"9202204720082\")\n valid = za_validation.validate()\n za_identity = za_validation.identity()\n print(f\"Valid: {valid}, Identity: {za_identity}\")\n```", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/c-goosen/asyncio-railgun", "keywords": "South Africa ID Number", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "za-id-number", "package_url": "https://pypi.org/project/za-id-number/", "platform": "", "project_url": "https://pypi.org/project/za-id-number/", "project_urls": { "Homepage": "https://github.com/c-goosen/asyncio-railgun" }, "release_url": "https://pypi.org/project/za-id-number/0.0.1/", "requires_dist": null, "requires_python": ">=3.5.0", "summary": "Library South African ID number validation and easy data extraction.", "version": "0.0.1" }, "last_serial": 5992564, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "a54a1e74b92f875576cf41dc942f4716", "sha256": "7f80e2422f0354f466a9bc8fc4ea1b3d382d35f47c14ebffcb2cb2cdae42477b" }, "downloads": -1, "filename": "za-id-number-0.0.1.tar.gz", "has_sig": false, "md5_digest": "a54a1e74b92f875576cf41dc942f4716", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5.0", "size": 2532, "upload_time": "2019-10-17T21:48:13", "url": "https://files.pythonhosted.org/packages/5b/62/43374ef6acb6f13d7614a1812910fec33c0cf98a09145e5b3a766802db0d/za-id-number-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a54a1e74b92f875576cf41dc942f4716", "sha256": "7f80e2422f0354f466a9bc8fc4ea1b3d382d35f47c14ebffcb2cb2cdae42477b" }, "downloads": -1, "filename": "za-id-number-0.0.1.tar.gz", "has_sig": false, "md5_digest": "a54a1e74b92f875576cf41dc942f4716", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5.0", "size": 2532, "upload_time": "2019-10-17T21:48:13", "url": "https://files.pythonhosted.org/packages/5b/62/43374ef6acb6f13d7614a1812910fec33c0cf98a09145e5b3a766802db0d/za-id-number-0.0.1.tar.gz" } ] }