iso-3166-1 0.0.3

Creator: bradpython12

Last updated:

Add to Cart

Description:

iso31661 0.0.3

define codes for the names of countries as a enum it supports python2.7, 3.3
with enum34 of course support python3.4 as well.
>>> from iso3166 import Country
>>> Country.kr
<Country.kr>
>>> Country.kr.alpha2
KR
>>> Country.kr.alpha3
KOR
>>> Country.kr.numeric
410
>>> Country.kr.english_short_name
Written by Kang Hyojun. Distributed under Public Domain.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.