A simple library for ISO 639-1 and ISO 639-3 language codes.
Installation
This library requires Python 3.6.
pip3 install iso639-lang
Usage
>>> 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
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.6.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.6.tar.gz.
File metadata
- Download URL: iso639-lang-0.0.6.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 |
9e2d00ff35f4b5a966e17e0e403c8ea8ff111bcf67ee870d574652206a8fcbb9
|
|
| MD5 |
5f0e3dc246c9925b94d15aada6e77ff3
|
|
| BLAKE2b-256 |
9d3a699bbb52ca208ac3667ad83f6e21f1abd0081d924cbfada6cf8b2f2d3d3c
|
File details
Details for the file iso639_lang-0.0.6-py3-none-any.whl.
File metadata
- Download URL: iso639_lang-0.0.6-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 |
1018864c8f2622eda662181ef6393c072bd4bd8e0b7610f785be3b52fd7a759d
|
|
| MD5 |
13bccae8463c8d83256579eb3a0bb8c9
|
|
| BLAKE2b-256 |
ea47a5aa56bf94062ea980c8fbd3ffded3393ba4f1173cc06e4efd1bac6f2a45
|