mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
e74870be40
Python API for ISO country, subdivision, language and currency.
13 lines
394 B
Plaintext
13 lines
394 B
Plaintext
pycountry provides the ISO databases for the standards:
|
|
-- 639: Languages
|
|
-- 3166: Countries
|
|
-- 3166-2: Subdivisions of countries
|
|
-- 4217: Currencies
|
|
-- 15924: Scripts
|
|
|
|
The package includes a copy from Debian's pkg-isocodes and makes
|
|
the data accessible through a Python API. Translation files for
|
|
the various strings are included as well.
|
|
|
|
WWW: https://pypi.python.org/pypi/pycountry
|