Linux x86_64 | Windows x86_64 | MacOs x86_64 | MacOs ARM64 |
---|---|---|---|
Linux x86_64 | Windows x86_64 | MacOs x86_64 |
---|---|---|
Space Ouija is C++ and Python toolkit allowing to read old space missions data files using deprecated formats using modern tools.
python3 -m pip install --user space_ouija
meson build
cd build
ninja
sudo ninja install
Or if youl want to build a Python wheel:
python -m build .
# resulting wheel will be located into dist folder
Basic example from a local file:
import space_ouija