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
498 stars 206 forks source link

Add support for Costa Rica TIN number #140

Closed unho closed 5 years ago

unho commented 5 years ago

Fixes #109.

unho commented 5 years ago

@arthurdejong I've looked if this uses some sort of verification and I've found nothing, so we are just checking for format.

unho commented 5 years ago

Also added support for Costa Rican nationals ID number and partial support for Costa Rican foreigners ID number. I won't be completing the latter implementation.

This PR is ready for final review.

arthurdejong commented 5 years ago

Thanks again for providing these implementations! I'm trying to review and merge then as quick as possible :smiley:

unho commented 5 years ago

Thanks for reviewing! I am still looking to add a few more, probably next weekend.