| 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_ouijameson build
cd build
ninja
sudo ninja installOr if youl want to build a Python wheel:
python -m build .
# resulting wheel will be located into dist folderBasic example from a local file:
import space_ouija