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
502 stars 211 forks source link

Add Uruguayan RUT number validation #121

Closed unho closed 5 years ago

unho commented 5 years ago

Fixes issue #110.

arthurdejong commented 5 years ago

Thanks for your PR, I've merged it as 817c177 with a few minor adjustments.

unho commented 5 years ago

@arthurdejong I'll check what those minor adjustments are so future PRs require less changes or even can be straightforward merged.