A validator for greek social security number (AMKA)
Project description
amka-py
A validator for greek social security number (AMKA)
Installation
pip install amka-py
Usage
from amka_py.amka import validate
# An invalid AMKA
is_valid, err = validate("09095986680")
print(is_valid) # False
print(err)
# A valid AMKA
is_valid, err = validate("09095986684");
print(is_valid) # True
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
amka-py-0.1.0.tar.gz
(2.9 kB
view hashes)