Browse documentation

Documentation

Find the right answer without reading the whole manual.

Learn by task, file format, or Python module. Each guide starts with the common path, then calls out streaming, async, regeneration, and format-specific constraints only where they apply.

Choose your path

60 seconds

The entire basic workflow

The package name and import name differ. After installation, one import exposes the canonical parser and writer namespaces.

Explain each line
quickstart.py
import lokit
document = lokit.parse.tmx(    "memory.tmx",    target_language="fr",)
lokit.write.xliff(document, "messages.fr.xliff")

Grouped