Files
libloot-python/README.md
T
Oliver Hamlet a7d26204a1 Replace Bintray with Artifactory
JFrog are closing down the former tomorrow.
2021-04-30 22:37:45 +01:00

1.2 KiB

libloot-python

CI Documentation Status

A Python module that wraps libloot, generated by pybind11. Not everything in the API is exposed: coverage can be extended on request (or by pull request).

Downloads

Snapshot builds are available on Artifactory. The snapshot build archives are named like so:

libloot-python-<short revision ID>-python<python version>-win<architecture>.zip

For example libloot-python-94de368-python2.7-win32.zip 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. 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.