python-iso3166
python-iso3166 copied to clipboard
Standalone ISO 3166-1 country definitions
This add phone code for each country included in iso3166 standard. It also include a way to search a country using its phone code. Implementing #20 feature request.
Adding exceptional and transitional ISO 3166-1 alpha-2 code allocations. These may be lesser known and used states/jurisdictions/bodies but are still good to include as they are technically still part of...
Hello, With a current update to iso3166 multiple communities are having issues due to looking up country codes with special characters: For example Åland Islands, Türkiye. While we could just...
These aren't required on Python 3, since it uses utf-8 by default.
Add a links to the sidebar on PyPI, to make it easier for folks to jump to the relevant pages. Example: https://pypi.org/project/django-htmx/ (PyPI adds the icons based on the link...
As in UN/LOCODE, can we add XZ to represent installations in [international waters] ?(https://en.wikipedia.org/wiki/International_waters) https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#XZ
It could be nice to have the possibility to also have the codes of historical countries as an option? This would comes in handy if one works on a project...
#### Get the unambiguous matching Country from a partial name. E.g. ```python from iso3166 import countries >>> countries.get('Bolivia') Country(name='Bolivia, Plurinational State of', alpha2='BO', alpha3='BOL', numeric='068', apolitical_name='Bolivia, Plurinational State of') >>>...
Slightly related to this: https://github.com/deactivated/python-iso3166/issues/17 It would be great to see some sort of common name for the countries as well, e.g., "South Korea" for "Korea, Republic of".