Library to get version information for Mozilla applications (Firefox, Thunderbird, Fennec, etc.). Current version: 2.4.0. Release cadence: low, last release was in 2017. It reads application.ini and platform.ini to extract version data.
pip install mozversionVerified import paths — ran on the pinned version, not inferred.
Retrieves version information from a Mozilla application binary.
Always pass the path to the executable binary (e.g., firefox) for best results.
Consider using mozversion-1 or parsing application.ini manually if needed.
Run pip install mozversion in your active environment.
Ensure the binary path is correct and that the binary hasn't been removed. Try passing the directory containing the binary instead.
No dependency data recorded yet.