mirror of
https://github.com/loot/libloot-python.git
synced 2026-07-27 14:14:13 -07:00
cf391b0da0aa86ee821d2b0d563de3a94845d5a8
Support for Linux builds is removed as LOOT's snapshot builds are no longer reliably available, and Linux builds aren't published as part of LOOT releases. Linux builds could easily be reinstated if LOOT API binaries become reliably available again.
LOOT API Python Module
A Python module that wraps the LOOT API, generated by pybind11.
Downloads
Snapshot builds are available on Bintray. The snapshot build archives are named like so:
loot_api_python-<short revision ID>-win32.7z
For example loot_api_python-94de368-win32.7z was built using the revision with shortened commit ID 94de368.
Documentation
The documentation can be found online at Read The Docs.
Build Instructions
The module's build system uses CMake and requires Python (tested with 2.7). Make sure they're installed, then run CMake, and build the generated solution file.
Only Windows support has been tested, though Linux builds should also be possible.
Languages
C++
51.1%
Python
28%
CMake
20.9%