PyOZ v0.8.0
What's New in v0.8.0
Added
- PyPI distribution - PyOZ CLI is now available via
pip install pyoz. The package bundles pre-built statically-linked binaries for all major platforms (Linux x86_64/aarch64, macOS x86_64/arm64, Windows x86_64/arm64). No runtime dependencies required. - Automated wheel building - Added
pypi/build_wheels.pyscript that creates platform-tagged wheels from cross-compiled Zig binaries. Supports building for all 6 target platforms from a single machine. - CI/CD PyPI publishing - Release workflow now automatically builds and publishes wheels to PyPI when a version tag is pushed.
Installation
Download the binary for your platform and add it to your PATH:
| Platform | Binary |
|---|---|
| Linux x86_64 | pyoz-x86_64-linux |
| Linux ARM64 | pyoz-aarch64-linux |
| macOS x86_64 | pyoz-x86_64-macos |
| macOS ARM64 (Apple Silicon) | pyoz-aarch64-macos |
| Windows x86_64 | pyoz-x86_64-windows.exe |
| Windows ARM64 | pyoz-aarch64-windows.exe |
Source
Download PyOZ-0.8.0.tar.gz for the source code.
Quick Start
pyoz init mymodule
cd mymodule
pyoz build
pip install dist/*.whl