Extension of Python package pycountry providing conversion functions.
Project description
pycountry-convert
Extension of Python package pycountry providing conversion functions.
Badges
docs |
|
---|---|
info |
|
tests |
|
package |
|
other |
Install
pip install pycountry-convert
Architecture
Using country data derived from wikipedia, this package provides conversion functions between ISO country names, country-codes, and continent names.
Functions
map_countries(cn_name_format="default", cn_extras={}): Return a dict of countries with key as country name (standard and official) with ISO 3166-1 values Alpha 2, Alpha 3, and Numeric. This mapping will include countries defined within pycountry, Wikipedia, and whatever extra countries provided by parameter cn_extras. Parameter cn_name_format will format the country name as request to either be using the default layout “default”, lowercase “lower”, or uppercase “upper”.
country_alpha2_to_continent_code(): Convert country code ISO 3166-1 alpha-2 to continent name.
country_alpha2_to_country_name(cn_name_format="default"): Convert country code ISO 3166-1 alpha-2 to country name.
country_name_to_country_alpha2(cn_name, cn_name_format="default"): Convert country name to country code ISO 3166-1 alpha-2 .
country_alpha3_to_country_name(cn_name_format="default"): Convert country code ISO 3166-1 alpha-3 to country name.
country_name_to_country_alpha3(cn_name, cn_name_format="default"): Convert country name to country code ISO 3166-1 alpha-3 .
country_alpha3_to_country_alpha2(): Convert country code ISO 3166-1 alpha-3 to country code ISO 3166-1 alpha-2 .
Parameter: cn_name_format
COUNTRY_NAME_FORMAT_DEFAULT "default": Country names as provide by pycountry.
COUNTRY_NAME_FORMAT_LOWER "lower": All lowercase country names.
COUNTRY_NAME_FORMAT_UPPER "upper": All uppercase country names.
Parameter: cn_extras
Dictionary of { cn_name: cn_alpha2_code, … }
Dependencies
pycountry-convert module is built upon Python 3 and has dependencies upon several Python modules available within Python Package Index PyPI.
Release History
0.6.7 (2018-02-15)
pycountry: added common_name (vgavro)
0.6.6 (2018-01-25)
migrate to github/tuneinc.
LICENSE: MIT
0.6.2 (2017-12-09)
readthedocs.org
0.5.4 (2017-12-07)
LICENSE: LGPL 3.0
0.5.0 (2017-11-30)
README.rst
Hits and Contributors
0.3.0 (2017-11-27)
README.rst
Travis CI
0.1.9 (2017-03-12)
Makefile and README.rst
0.1.8 (2016-11-19)
Makefile and README.rst
0.1.0 (2016-11-17)
Initial Code
Code pulled from TuneLab/tune-mv-integration-python
Country name to Country Alpha-2 Code cleanup
0.0.1 (2016-11-17)
Initial commit
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
Built Distribution
File details
Details for the file pycountry-convert-0.6.7.tar.gz
.
File metadata
- Download URL: pycountry-convert-0.6.7.tar.gz
- Upload date:
- Size: 12.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0a6e8880eea0fa6ef5c08132aa40acc21e2d22087f5260bd42da04f2429e7e4c |
|
MD5 | 5f816fdf653d526823093fd7ab0edf17 |
|
BLAKE2b-256 | 633c0ff02966e74c7596cd139263d212f294954655181a68e130ccf701c49182 |
Provenance
File details
Details for the file pycountry_convert-0.6.7-py3-none-any.whl
.
File metadata
- Download URL: pycountry_convert-0.6.7-py3-none-any.whl
- Upload date:
- Size: 13.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e941ee277dc68fdd26621af876194fc8dbd7158e8a1fea810fe639aef48d1dd8 |
|
MD5 | 9a012c0a2637fe69f6b257c487b4bb59 |
|
BLAKE2b-256 | eda65da8c3eb1c880f647203dea57f0c0e907c025ab8b4720fc4cff2aa46c85e |