arthurdejong / python-stdnum

A Python library to provide functions to handle, parse and validate standard numbers.
https://arthurdejong.org/python-stdnum/
GNU Lesser General Public License v2.1
499 stars 208 forks source link

Add support for Morocco TIN #312

Closed unho closed 2 years ago

unho commented 2 years ago

Fixes #226.

arthurdejong commented 2 years ago

Thanks. Merged as 2907676 with the addition of checking the ISO 7064 Mod 97, 10 checksum.

unho commented 2 years ago

@arthurdejong wonderful!