aboutsummaryrefslogtreecommitdiff
path: root/python/python3-iso3166/README
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2023-05-08 19:16:39 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-05-13 19:27:05 +0700
commitd0a8874c92cb03247ee88a1ab3493c9f3735bad8 (patch)
tree7b32f85b076f325606e34ed4e7bacb93454293e2 /python/python3-iso3166/README
parente152b1354fd90c1a4389cba467df11ed2e8cd624 (diff)
python/python3-iso3166: Added (Standalone ISO 3166-1 country defs)
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-iso3166/README')
-rw-r--r--python/python3-iso3166/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/python3-iso3166/README b/python/python3-iso3166/README
new file mode 100644
index 0000000000..0f6270d6d6
--- /dev/null
+++ b/python/python3-iso3166/README
@@ -0,0 +1,5 @@
+python3-iso3166 (Standalone ISO 3166-1 country definitions)
+
+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.