ISO 3166-1 defines two-letter, three-letter, and three-digit country
codes. `python-iso3166` is a self-contained module that converts
between these codes and the corresponding country name.
Provides
Requires
License
MIT
Changelog
* Fri May 30 2025 Markéta Machová <mmachova@suse.com>
- Convert to pip-based build
* Thu Sep 29 2022 Yogalakshmi Arunachalam <yarunachalam@suse.com>
- 2.1.1 - July 11, 2022
* Move install metadata from setup.py to setup.cfg
* Add py.typed to source distribution
- 2.1.0 - July 11, 2022
* Updated entries
* “Turkey” changed to “Türkiye”
* Mon Jan 24 2022 Michael Ströder <michael@stroeder.com>
- update to 2.0.2
* Add the ``py.typed`` marker file in accordance with PEP 561
* Add ``python_requires`` to ``setup.py``
* Add type hints throughout codebase
* Drop support for Python versions prior t