Skip to content

loonghao/portable_rez

Repository files navigation

portable rez

Windows Mac Linux

A Portable rez base on PyOxidizer

PyOxidizer is a utility for producing binaries that embed Python. The over-arching goal of PyOxidizer is to make complex packaging and distribution problems simple so application maintainers can focus on building applications instead of toiling with build systems and packaging tools.

PyOxidizer Comparisons to Other Tools

Setup dev env

pip install -r requirements-dev.txt

Build portable rez

nox -s build-exe

Build portable rez release

nox -s build-exe -- --release