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

isin.py missing 3 country_codes #176

Closed AnwarBaroudi closed 4 years ago

AnwarBaroudi commented 4 years ago

building off of https://github.com/arthurdejong/python-stdnum/pull/174, adding three missing country codes to _iso_3116_1_country_codes, 'AN' for 'Netherlands Antilles', 'CS' for 'Serbia and Montenegro', 'XK' for 'Kosovo'. With this, this list now matches up with the GeoName Database's list of 252 countries (https://www.geonames.org/countries/)

arthurdejong commented 4 years ago

Hi Anwar,

Thanks for providing the update. I've merged it as 87c195f.