Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

Commit 1604a4f

Browse files
authored
Update README.md
1 parent 7905eb4 commit 1604a4f

File tree

1 file changed

+3
-19
lines changed

1 file changed

+3
-19
lines changed

README.md

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,7 @@
11
# languagecodes
22

3-
![package](https://github.com/alephdata/languagecodes/workflows/package/badge.svg)
3+
**NOTICE** The functionality contained in `languagecoes` is now maintained as part of `rigour`, which combines data validation for several `followthemoney`-related data formats. See https://opensanctions.github.io/rigour/langs/ for details.
44

5-
This library helps to normalise the ISO 639 codes used to describe languages from
6-
two-letter codes to three letters, and vice versa.
5+
## License
76

8-
```python
9-
import languagecodes
10-
11-
assert 'eng' == languagecodes.iso_639_alpha3('en')
12-
assert 'eng' == languagecodes.iso_639_alpha3('ENG ')
13-
assert 'en' == languagecodes.iso_639_alpha2('ENG ')
14-
```
15-
16-
You can install the library from the Python package index:
17-
18-
```bash
19-
pip install languagecodes
20-
```
21-
22-
Uses data from: https://iso639-3.sil.org/
23-
See also: https://www.loc.gov/standards/iso639-2/php/code_list.php
7+
Licensed under MIT terms, see the ``LICENSE`` file included in this repository.

0 commit comments

Comments
 (0)