Skip to main content

A library to map country names to ISO codes.

Project description

# countrynames

This library helps with the mapping of country names to their respective
ISO 3166-1 alpha-2, alpha-3, and numeric codes or official names. The idea is
to incorporate common names for countries, and even some limited misspellings,
as they occur in source data.

## Usage

```python
import countrynames

assert 'DE' == countrynames.to_code('Germany')
assert 'DE' == countrynames.to_code('Bundesrepublik Deutschland')
assert 'DE' == countrynames.to_code('DE')
assert 'Germany' == countrynames.to_name('Deutschland')
assert 'Federal Republic of Germany' == countrynames.to_official_name('Deutschland')
assert 'DEU' == countrynames.to_alpha_3('Germany')
assert '004' == countrynames.to_numeric('Afghanistan')
```

## Non-standard countries

* ``XK`` - Kosovo
* ``EU`` - European Union

## License

The MIT License (MIT)

Copyright (c) 2016 Friedrich Lindenberg

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

countrynames-1.2.tar.gz (223.5 kB view details)

Uploaded Source

Built Distribution

countrynames-1.2-py2-none-any.whl (226.1 kB view details)

Uploaded Python 2

File details

Details for the file countrynames-1.2.tar.gz.

File metadata

  • Download URL: countrynames-1.2.tar.gz
  • Upload date:
  • Size: 223.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for countrynames-1.2.tar.gz
Algorithm Hash digest
SHA256 e5767625937c47914af2b69cdbb0872c7cb0facf8230c774bba82e797832aab6
MD5 58adce4b676fb9a9f84e4e11f06175f2
BLAKE2b-256 e0a0efe85503bffdd354bf713679a94dbceca596a7fd3993fcfc1018bc308762

See more details on using hashes here.

File details

Details for the file countrynames-1.2-py2-none-any.whl.

File metadata

File hashes

Hashes for countrynames-1.2-py2-none-any.whl
Algorithm Hash digest
SHA256 4e889ef07b9b0e494b803a0d89f9693e811e11f55fb4d1ddbeaf2a7ade93ec52
MD5 7216b2e17a3976172c2395e652ecfa7b
BLAKE2b-256 9f04f3f1270247d491e65e495981ca53c60a35ef68f75772202f769c0ed77221

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page