Skip to main content

A validator for greek social security number (AMKA)

Project description

amka-py

Pypi version CI

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


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)

Uploaded Source

Built Distribution

amka_py-0.1.0-py3-none-any.whl (2.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page