aboutsummaryrefslogtreecommitdiff
path: root/python/python-iso639/README
diff options
context:
space:
mode:
authorLeo C <leoc@gmx.com>2019-12-15 05:26:17 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2019-12-15 05:26:17 +0700
commit6ce8821f7a0235e2efe8a133817e853530d5ae5b (patch)
tree191b3be3ac7435530db61dbc502be9cd61cfc1d6 /python/python-iso639/README
parente48b2464b46743d3c5eedd3226b69326f18c9d17 (diff)
python/python-iso639: Added (ISO 639 library for Python).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-iso639/README')
-rw-r--r--python/python-iso639/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/python-iso639/README b/python/python-iso639/README
new file mode 100644
index 000000000000..d960a6ea7468
--- /dev/null
+++ b/python/python-iso639/README
@@ -0,0 +1,6 @@
+python-iso639 is a Python library for the ISO 639 standard.
+It supports ISO 639-1 for two-letter language codes, ISO 639-2 and
+ISO 639-3 for three-letter language codes, and ISO 639-5 for language
+group codes.
+
+Python3 is an optional dependency.