ISO639
A simple library for ISO 639 language codes.
Supports
- ISO 639-1
- ISO 639-3
Installation
This library requires Python 3.6.
You can install it by getting it from pip:
.. code:: sh
pip3 install iso639-lang
Usage
.. code-block:: python
>>> from iso639 import Lang
>>> language = Lang("fr")
>>> language.pt1
'fr'
>>> language.pt3
'fra'
>>> language.name
'French'
>>> language.pt3 = 'eng'
>>> language.pt1
'en'
>>> language.name
'English'
>>> language.name = 'German'
>>> language.pt1
'de'
>>> language.pt3
'deu'
Contains external data
ISO 639-3 Code Set_, dated 2020-01-20
.. _ISO 639-3 Code Set: https://iso639-3.sil.org/sites/iso639-3/files/downloads/iso-639-3.tab
License
MIT License
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
iso639-lang-0.0.3.tar.gz
(68.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file iso639-lang-0.0.3.tar.gz.
File metadata
- Download URL: iso639-lang-0.0.3.tar.gz
- Upload date:
- Size: 68.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.4.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5d95a6b7a62f028d08bc230598234d8e3fd7a362c711a610fbe458649675d502
|
|
| MD5 |
94c0fc5448f79e3016e2a70dd689e849
|
|
| BLAKE2b-256 |
722082117bc4be7f2431b8790e72353523bc413cea2cebe7c59e1e954787e187
|
File details
Details for the file iso639_lang-0.0.3-py3-none-any.whl.
File metadata
- Download URL: iso639_lang-0.0.3-py3-none-any.whl
- Upload date:
- Size: 70.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.4.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3ea4da5f206053db4444e6c2d20a035768370339df1141e67046224539dcb484
|
|
| MD5 |
f412bf427ce8f509f5a7c8e8bc603957
|
|
| BLAKE2b-256 |
5e8fb864f73f51fe9ba4aebf9cf3681c06986a1d2b7b28afa6bac8b396eee478
|