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.5.tar.gz
(68.2 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.5.tar.gz.
File metadata
- Download URL: iso639-lang-0.0.5.tar.gz
- Upload date:
- Size: 68.2 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 |
0d7225a4a7c55a8344f802cb20e0f76658e4cd541e8f31219f4ab61a98b7f3a5
|
|
| MD5 |
0aabe4f48beda2903b86352882ccdc7c
|
|
| BLAKE2b-256 |
5e5a230e8100e2cf42e49de32ebe2b5ab951937b6c1aff068aaa08841f88c0ae
|
File details
Details for the file iso639_lang-0.0.5-py3-none-any.whl.
File metadata
- Download URL: iso639_lang-0.0.5-py3-none-any.whl
- Upload date:
- Size: 70.3 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 |
eaf3f5d02cc89d297895d31b127f599cb6ae6b3a42525cff6ed5aa289a297d8c
|
|
| MD5 |
0943f933dd41af41a6d89ef808fa6fcb
|
|
| BLAKE2b-256 |
bbd6d6800b3f3aa5c98cb98dc17c08ffba619f272a8f4c66b3aef17484b71325
|