Library South African ID number validation and easy data extraction.
Project description
za-identity-number
Library to validate/check and retrieve ID number info for South African IDs
Example:
from za_id_number.za_identity_number import SouthAfricanIdentityValidate
if __name__ == "__main__":
za_validation = SouthAfricanIdentityValidate("9202204720082")
valid = za_validation.validate()
za_identity = za_validation.identity()
print(f"Valid: {valid}, Identity: {za_identity}")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
za-id-number-0.0.1.tar.gz
(2.5 kB
view details)
File details
Details for the file za-id-number-0.0.1.tar.gz
.
File metadata
- Download URL: za-id-number-0.0.1.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7f80e2422f0354f466a9bc8fc4ea1b3d382d35f47c14ebffcb2cb2cdae42477b |
|
MD5 | a54a1e74b92f875576cf41dc942f4716 |
|
BLAKE2b-256 | 5b6243374ef6acb6f13d7614a1812910fec33c0cf98a09145e5b3a766802db0d |