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/slack-desc | |
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/slack-desc')
-rw-r--r-- | python/python-iso639/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python-iso639/slack-desc b/python/python-iso639/slack-desc new file mode 100644 index 0000000000..90b4906021 --- /dev/null +++ b/python/python-iso639/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +python-iso639: python-iso639 (ISO 639 library for Python) +python-iso639: +python-iso639: python-iso639 is a Python library for the ISO 639 standard. +python-iso639: It supports ISO 639-1 for two-letter language codes, ISO 639-2 and +python-iso639: ISO 639-3 for three-letter language codes, and ISO 639-5 for language +python-iso639: group codes. +python-iso639: +python-iso639: +python-iso639: +python-iso639: Homepage: https://github.com/noumar/iso639 +python-iso639: |