Hosted Weblate legal stuff. Version 2026.3, requires Python >=3.11. Released as part of Weblate's legal compliance tools. Development tracked on GitHub.
pip install wllegalNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage of wllegal package: import the module, use top-level functions and the Legal class.
Upgrade Python to 3.11 or newer.
Use `wllegal.obligations()` instead of `wllegal.legal_info()`.
Explicitly import required symbols like `from wllegal import Legal`.
Run `pip install wllegal` in the correct Python environment (Python >=3.11).
Replace `wllegal.legal_info()` with `wllegal.obligations()`.
Check the available methods: `print(dir(Legal))` after importing.
No dependency data recorded yet.