A toolkit to read really old space data files
Project description
Python packages
Linux x86_64 | Windows x86_64 | MacOs x86_64 | MacOs ARM64 |
---|---|---|---|
Unit Tests
Linux x86_64 | Windows x86_64 | MacOs x86_64 |
---|---|---|
space_ouija
Space Ouija is C++ and Python toolkit allowing to read old space missions data files using deprecated formats using modern tools.
Installing
From PyPi
python3 -m pip install --user space_ouija
From sources
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 usage
Python
Reading files
Basic example from a local file:
import space_ouija