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 details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file amka-py-0.1.0.tar.gz.
File metadata
- Download URL: amka-py-0.1.0.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.4 CPython/3.7.8 Darwin/20.2.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b5739ec13b653a1402d6708ecc84cdebb62ff594831051e5202ccdcbb9a9c13f
|
|
| MD5 |
8fcb86af8e3e1d15dee6424dc13a358e
|
|
| BLAKE2b-256 |
697134e12e76bdeb5ad58541664d190c8d60f692b89653ee1e0b908bc3612b9d
|
File details
Details for the file amka_py-0.1.0-py3-none-any.whl.
File metadata
- Download URL: amka_py-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.4 CPython/3.7.8 Darwin/20.2.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
79904939aeb8365af23822b991fbad07853587fc9b45254610829f590f094bf6
|
|
| MD5 |
d0680ae3ad94a895d428702c37c02a43
|
|
| BLAKE2b-256 |
c755590ce2ea3b34921539eb1c5669e0034481924c695dced088e438323a4826
|