diff options
author | Leo C <leoc@gmx.com> | 2019-12-15 05:26:17 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-12-15 05:26:17 +0700 |
commit | 6ce8821f7a0235e2efe8a133817e853530d5ae5b (patch) | |
tree | 191b3be3ac7435530db61dbc502be9cd61cfc1d6 /python/python-iso639/README | |
parent | e48b2464b46743d3c5eedd3226b69326f18c9d17 (diff) | |
download | slackbuilds-6ce8821f7a0235e2efe8a133817e853530d5ae5b.tar.gz |
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/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/python/python-iso639/README b/python/python-iso639/README new file mode 100644 index 0000000000..d960a6ea74 --- /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. |