Oliver Hamlet 937a36a5ae Set platform architecture using CMake's -A option
Introduced in CMake v3.1.0, I think it's a bit easier to remember than a
suffix on the generator name.
2019-06-22 13:46:43 +01:00
2019-06-16 13:03:53 +01:00
2019-06-16 13:03:53 +01:00
2019-03-25 08:06:31 +00:00
2016-08-07 21:18:43 +01:00
2018-12-13 17:46:21 +00:00

LOOT API Python Module

AppVeyor Build Status 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 Bintray. The snapshot build archives are named like so:

loot_api_python-<short revision ID>-python<python version>-win<architecture>.7z

For example loot_api_python-94de368-python2.7-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. 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%