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

Adding support for Slovenian EMŠO (Unique Master Citizen Number) #338

Closed bblaz closed 1 year ago

arthurdejong commented 1 year ago

Hi @bblaz,

Thanks for your contribution. I've merged it as feccaff. I've compacted the module documentation a bit, made the check digit calculation simpler and made the code more follow the layout of other modules. I've removed the extract() function because we don't have that for the other modules.