porimol / countryinfo

A python module for returning data about countries, ISO info and states/provinces within them.
MIT License
143 stars 44 forks source link

Add alpha3 code to alt spelling #54

Open jonaswerthbino opened 1 year ago

jonaswerthbino commented 1 year ago

Currently countries entered as alpha3 codes result in KeyErrors since the alt spelling includes only alpha2 codes. Appending alpha3 codes from ISO would solve this.