weblate_schemas
A collection of JSON schemas used by Weblate
What it is and what it does
weblate_schemas is a collection of JSON schemas that define the structure of data exported by Weblate, a web-based localization platform used by over 2500 projects. It provides machine-readable specifications for validating translation exports, making it useful for tools and workflows that consume Weblate output. The package depends only on jsonschema, keeping installation lightweight.
This is a narrow-purpose library: it doesn't perform translations or manage localization workflows itself, but rather serves as a reference and validation layer for systems that integrate with Weblate's export formats. Developers building importers, converters, or validators for Weblate data would use this to ensure their inputs conform to expected schemas.
Use it for:
- Validate Weblate export files in CI/CD pipelines before processing downstream
- Build import tools that consume Weblate exports and verify format compliance
- Test localization workflows that depend on Weblate export structure
- Programmatically verify translation data integrity in integration systems
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides JSON schemas that validate Weblate export formats, enabling programmatic verification of localization data structure.
Yes, if you work with Weblate exports or build tools that consume them. The package is actively maintained, has no known vulnerabilities, and carries a permissive MIT license. Install friction is minimal. If you don't integrate with Weblate, it has no value.
Install
weblate-schemas on PyPI
pip
pip install weblate-schemasuv
uv add weblate-schemaspoetry
poetry add weblate-schemasInstalling weblate_schemas
Before you install
Low friction installation with a single runtime dependency (jsonschema). Active maintenance with a release 14 days ago; repository is not archived.
License in practice
MIT license permits commercial and private use with minimal restrictions, suitable for both open-source and proprietary projects.
Quickstart
pip install weblate_schemas
import jsonschema
from weblate_schemas import validate_export
# Use jsonschema to validate Weblate export data against schemas
Requires Python 3.10 or later
Verify before relying
- Whether schemas cover all current Weblate export formats or only a subset
- Whether the package is intended for end-users or primarily for Weblate developers
Package facts
| License | MIT (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — jsonschema |
| Maintenance | actively maintained — 14 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 155,519/month — #10,810 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: weblate_schemas-2026.6-py3-none-any.whl
Keywords: i18n, l10n, gettext, weblate, translate
Tags
More Utilities packages
Converts domain names between Unicode and…
permissive · top 100 on PyPI
charset-normalizerDetects and normalizes text encoding from…
permissive · top 100 on PyPI
setuptoolsSetuptools is a Python build backend and…
permissive · top 100 on PyPI
pluggyPluggy provides a plugin system that lets you…
permissive · top 100 on PyPI
PygmentsPygments is a syntax highlighter that colorizes…
permissive · top 100 on PyPI
sixSix provides utility functions to write Python…
permissive · top 100 on PyPI
weblateWeblate is a web-based continuous localization…
copyleft · top 15,000 on PyPI
weblate-fontsProvides a curated collection of fonts packaged…
unclear · top 15,000 on PyPI
weblate-language-dataProvides language definitions, plural rules,…
permissive · top 15,000 on PyPI
translation-finderDiscovers and identifies translation files in…
copyleft · top 15,000 on PyPI
wllegalA Django module providing legal document…
copyleft · top 15,000 on PyPI
wlcwlc is a command-line client for Weblate's REST…
copyleft · top 15,000 on PyPI
quart_babelAdds internationalization (i18n) and…
permissive · top 15,000 on PyPI
translate-toolkitTranslate Toolkit converts, validates, and…
copyleft · top 15,000 on PyPI
unicode-segmentation-rsProvides Unicode text segmentation (graphemes,…
unclear · top 15,000 on PyPI
zope.i18nProvides internationalization and localization…
unclear · top 15,000 on PyPI