Install & Compatibility
Where this runs
tested against v2.23 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
muslpy 3.10–3.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 46.8MB
glibcpy 3.10–3.95 runs
installs and imports cleanly · install 2.7s · import 0.000s · 47MB
46MB installed
● package 46MB
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
Finder
✓ from translation_finder import Finder
✗ from translation_finder.finder import Finding
discover
✓ from translation_finder import discover
DiscoveryResult
✓ from translation_finder import DiscoveryResult
Scans a project directory and returns a list of Finding objects with filename, language, format, and documentation.
from translation_finder.finder import get_translations
# Scan a directory for translation files
results = get_translations('/path/to/project')
for f in results:
print(f.filename, f.language, f.format, f.documentation)
Upgrade
Version history
3.1latest on PyPI · released May 12, 2026
Audit
Dependencies
No dependency data recorded yet.