Skip to content

ohadtune/pycountry-convert

 
 

Repository files navigation

pycountry-convert

Python conversion functions between ISO country codes, countries, and continents.

Tue, 22 Nov 2016 18:44:08 +00:00

Version: 0.1.4

===

Using country data derived from wikipedia, this package provides conversion functions between ISO country names, country-codes, and continent names.

Available functions:

Convert country code ISO 3166-1 alpha-2 to continent name:
convert_country_2_code_to_continent()
Convert country code ISO 3166-1 alpha-2 to country name:
convert_country_2_code_to_country_name()
Convert country name to country code ISO 3166-1 alpha-2:
convert_country_name_to_country_2_code()
Convert country code ISO 3166-1 alpha-3 to country code ISO 3166-1 alpha-2:
convert_country_3_code_to_country_2_code()

License: Apache 2.0

About

Python conversion functions between ISO country codes, countries, and continents.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 77.3%
  • Makefile 19.4%
  • HTML 3.3%