Oliver Hamlet 6f6b2269cf Migrate to windows-2019 GitHub Actions runners
windows-2016 was scheduled for removal in April 2022, though the
previous commit's build still worked.

This also means that the MSVC 2019 redistributable is now required.
Although libloot 0.15 is built with MSVC 2017, 2019 can link code
build with 2017 and the 2019 redistributable effectively replaces
the 2017 redistributable, so there's no compatibility issues.
2022-07-02 16:49:52 +01:00
2022-07-02 16:36:14 +01:00
2019-03-25 08:06:31 +00:00
2021-02-14 15:19:12 +00:00
2016-08-07 21:18:43 +01:00
2022-07-02 16:36:14 +01:00

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-python3.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.

S
Description
No description provided
Readme GPL-3.0
194 KiB
Languages
C++ 51.1%
Python 28%
CMake 20.9%