Using the Nüfus ve Vatandaşlık İşleri (NVİ), it verifies the information on the Turkish Identity Card.
Project description
Example
from turkiye_identity_verification import native_citizen_verify, foreign_citizen_verify
# If want native citizen verify
verifyIdentityForNativeCitizen = native_citizen_verify(11111111111,'Hüseyin', 'Karaoğlan',2000)
print(verifyIdentityForNativeCitizen) # True or False
# If want foreign citizen verify
verifyIdentityForForeignCitizen = foreign_citizen_verify(99111111111, 'Hüseyin', 'Karaoğlan', 1, 1, 2000)
print(verifyIdentityForForeignCitizen) # True or False
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
File details
Details for the file turkiye_identity_verification-1.0.0.tar.gz
.
File metadata
- Download URL: turkiye_identity_verification-1.0.0.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d1fcbd47dcd8584f662393d61e5bcf93c3dcb389d26fbcda6d848b9e441ce1cc |
|
MD5 | 0332b3472aaa35b46fcf9db07268652a |
|
BLAKE2b-256 | a1a17532d06c15b4b2b9f9c260bad89a91db59312d97352820f60e7d59b76e9b |