summaryrefslogtreecommitdiffstats
path: root/python/python-iso3166/README
diff options
context:
space:
mode:
author Leo C <leoc@gmx.com>2019-12-15 05:25:22 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2019-12-15 05:25:22 +0700
commite48b2464b46743d3c5eedd3226b69326f18c9d17 (patch)
treeec423268e2acb46b220d561092777c10cec64778 /python/python-iso3166/README
parente6077d43fb0decd570ad2d86777af9e269e19eeb (diff)
downloadslackbuilds-e48b2464b46743d3c5eedd3226b69326f18c9d17.tar.gz
slackbuilds-e48b2464b46743d3c5eedd3226b69326f18c9d17.tar.xz
python/python-iso3166: Added (Standalone ISO 3166-1).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-iso3166/README')
-rw-r--r--python/python-iso3166/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/python-iso3166/README b/python/python-iso3166/README
new file mode 100644
index 0000000000..3443532c4a
--- /dev/null
+++ b/python/python-iso3166/README
@@ -0,0 +1,5 @@
+ISO 3166-1 defines two-letter, three-letter, and three-digit country
+codes. python-iso3166 is a self-contained module that converts between
+these codes and the corresponding country name.
+
+Python3 is an optional dependency.