skillfed

weblate_schemas

A collection of JSON schemas used by Weblate

weblate-schemas v2026.6 155.5K downloads/30d#10,810 on PyPI2
Permissive license MIT Active released

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-schemas

uv

uv add weblate-schemas

poetry

poetry add weblate-schemas

Installing 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

Development Status :: 5 - Production/StableIntended Audience :: DevelopersOperating System :: OS IndependentProgramming Language :: PythonProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Topic :: Software Development :: InternationalizationTopic :: Software Development :: LocalizationTopic :: Utilities

Tags

weblate export validationjson schema localizationi18n data schematranslation export schemasweblate format validation
schema-validationlocalization-tools

More Utilities packages