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

Select a country via its alt names #12

Closed arslanhashmi closed 4 years ago

arslanhashmi commented 4 years ago

This adds flexibility to select a country via one of its alt names.

# Example
country = CountryInfo('US')
country.info()
arslanhashmi commented 4 years ago

@kaspersorensen @porimol please have a look.

arslanhashmi commented 4 years ago

@porimol may you please have a look? I need to add it in my project dependencies..

porimol commented 4 years ago

@arslanhashmi you'll get update ASAP!

arslanhashmi commented 4 years ago

@porimol can this be merged?