Skip to content

Commit

Permalink
#2, #4: langcodescli.py renamed to linguacodex.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fititnt committed Nov 21, 2021
1 parent a1cd36c commit 3c64e15
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions scripts/fn/langcodescli.py → scripts/fn/linguacodex.py
Original file line number Diff line number Diff line change
@@ -1,30 +1,34 @@
#!/usr/bin/python3
# ==============================================================================
#
# FILE: langcodescli.py
# FILE: linguacodex.py
#
# USAGE: ./scripts/fn/langcodescli.py
# USAGE: ./scripts/fn/linguacodex.py
#
# DESCRIPTION: A command line wrapper to https://github.com/rspeer/langcodes.
# DESCRIPTION: _[eng-Latn] Command line to process language codes
# Install dependencies with
# pip install langcodes[data]
# [eng-Latn]_
# Trivia:
# - lingua cōdex
# - https://en.wiktionary.org/wiki/lingua#Latin
# - https://en.wiktionary.org/wiki/codex#Latin
#
# OPTIONS: ---
#
# REQUIREMENTS: - python3
# - langcodes
# - https://github.com/rspeer/langcodes
# - click
# - https://click.palletsprojects.com/
# BUGS: ---
# NOTES: ---
# AUTHORS: Emerson Rocha <rocha[at]ieee.org>
# COLLABORATORS: <@TODO: put additional non-anonymous names here>
# COMPANY: EticaAI
# LICENSE: Public Domain dedication OR Zero-Clause BSD
# SPDX-License-Identifier: Unlicense OR 0BSD
# VERSION: v1.0
# CREATED: 2021-11-20 10:37 UTC
# VERSION: v0.5
# CREATED: 2021-11-20 10:37 UTC v0.1 name langcodescli.py
# CHANGED: 2021-11-21 04:59 UTC v0.5 renamed as linguacodex.py
# ==============================================================================

import sys
Expand All @@ -33,7 +37,7 @@
import langcodes


description = "A command line wrapper to python langcodes"
description = "_[eng-Latn]Command line to process language codes[eng-Latn]_"
epilog = """
ABOUT LANGUAGE-TERRITORY INFORMATION
Expand Down

0 comments on commit 3c64e15

Please sign in to comment.