2016-08-07 21:23:23 +01:00
LOOT API Python Module
=======================
2018-11-07 16:58:07 +00:00
[](https://ci.appveyor.com/project/LOOT/loot-api-python/branch/master)
2016-08-15 20:51:24 +01:00
[](http://loot-api-python.readthedocs.io/)
2016-08-13 15:00:01 +01:00
2017-03-25 13:50:40 +00:00
A Python module that wraps the LOOT API, generated by [pybind11 ](https://github.com/pybind/pybind11 ). Not everything in the API is exposed: coverage can be extended on request (or by pull request).
2016-08-07 21:23:23 +01:00
2016-08-13 15:00:01 +01:00
## Downloads
2018-08-06 21:07:20 +01:00
Snapshot builds are available on [Bintray ](https://bintray.com/loot/snapshots/loot-api-python ). The snapshot build archives are named like so:
2016-08-13 15:00:01 +01:00
```
2018-12-13 08:12:04 +00:00
loot_api_python-<short revision ID>-python<python version>-win<architecture>.7z
2016-08-13 15:00:01 +01:00
```
2018-12-13 08:12:04 +00:00
For example `loot_api_python-94de368-python2.7-win32.7z` was built using the revision with shortened commit ID `94de368` .
2016-08-13 15:00:01 +01:00
2016-08-15 20:51:24 +01:00
## Documentation
The documentation can be found online at [Read The Docs ](http://loot-api-python.readthedocs.org/ ).
2016-08-13 15:00:01 +01:00
2016-08-07 21:23:23 +01:00
## Build Instructions
2016-08-13 15:00:01 +01:00
The module's build system uses [CMake ](https://cmake.org/ ) and requires [Python ](https://www.python.org ) (tested with 2.7). Make sure they're installed, then run CMake, and build the generated solution file.
2016-08-07 21:23:23 +01:00
Only Windows support has been tested, though Linux builds should also be possible.