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 Tunisia TIN #317

Closed unho closed 2 years ago

unho commented 2 years ago

Fixes #309.

arthurdejong commented 2 years ago

Hi @unho ,

Thanks for the whole slew of new number formats. I'll try to merge them one by one. This one is merged as dd70cd5. Thanks again and I'll do my best in merging them quickly.

unho commented 2 years ago

Thanks @arthurdejong. I am currently working on Ghana's TIN, and I might continue working on some more on the following days. As you might have noticed most of the new stuff is basically checking for format, which at least helps with validation in some way.