mirror of
https://github.com/loot/libloot-python.git
synced 2026-07-27 14:14:13 -07:00
libloot is the renamed LOOT API. This adds a requirement on C++17, and so MSVC 2017 on Windows. pybind11 doesn't provide handling for std::filesystem::path, so wrapper functions are used to perform the necessary one-way conversion without having to expose the complexity on the Python side.