Self-contained ISO 3166-1 country definitions.
Project description
- Version:
- 0.2
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.
Installation
$ pip install iso3166
Usage
>>> from iso3166 import countries >>> >>> countries.get('us') Country(name=u'United States', alpha2='US', alpha3='USA', numeric='840') >>> countries.get('ala') Country(name=u'\xc5land Islands', alpha2='AX', alpha3='ALA', numeric='248') >>> countries.get(8) Country(name=u'Albania', alpha2='AL', alpha3='ALB', numeric='008')
Changes
0.2 - March 26, 2012
Added missing entry for Afghanistan
- Updated entries
Bolivia (ISO Newsletter VI-6)
Libya (VI-11)
Saint Helena (VI-7)
Sudan (VI-10)
Venezuela (VI-5)
- New entries:
Bonaire, Sint Eustatius and Saba (VI-8)
Curaçao (VI-8)
Sint Maarten (Dutch part) (VI-8)
South Sudan (VI-10)
- Deleted entries:
Netherlands Antilles (VI-8)
0.1 - December 14, 2010
Initial release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
iso3166-0.2.tar.gz
(6.5 kB
view details)
File details
Details for the file iso3166-0.2.tar.gz
.
File metadata
- Download URL: iso3166-0.2.tar.gz
- Upload date:
- Size: 6.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a9034136d9471f41f90cc53ef05c143060235cdcb36f78de72b44c4e4253d2cb |
|
MD5 | c75848d7ee4ca3764e6c5918b4e30904 |
|
BLAKE2b-256 | db377b8a647a6c8ebc094176b465c5553c8ed4e5789358f78f79c2278dc84a4d |