language-data is a Python library that provides supplementary data about languages, primarily intended to be consumed by the `langcodes` module. It bundles data from the Unicode Common Locale Data Repository (CLDR). The current version is 1.4.0. Releases are irregular, often coinciding with updates to the CLDR specification, typically one to two times per year.
pip install language-dataVerified import paths — ran on the pinned version, not inferred.
This quickstart demonstrates how the `langcodes` library, after `language-data` is installed, automatically leverages its language data. Users typically interact with `language-data` indirectly through `langcodes`, which processes and presents the data.
Upgrade your Python environment to 3.10 or newer to use language-data >= 1.4.0.
Install `langcodes` alongside `language-data` and use `langcodes` for language-related operations. The data will be automatically utilized.
Consult the changelog (e.g., GitHub releases) for specific CLDR version updates and any related data changes before deploying new versions of `language-data` in production.
No dependency data recorded yet.