This repository contains the scripts used to package the binary releases of the X13-ARIMA-SEATS package. This document is meant for maintainers.
The repackaged artifacts are published as the x13binary PyPI package
The script requires Python 3.10 or later as well as a PEP 723 compatible script runner, such as uv
.
Run the make_wheels.py
script.
uv run make_wheels.py
Thanks to the US Census Bureau for providing inspiration for this with their x13binary
package for R.
Thanks to the Zig team for providing 95% of the code to create this project.