What's New in v0.1.1-alpha
Added
- Deflate compression for wheel packages using miniz (58% smaller wheels)
- Virtual environment detection in
pyoz develop(auto-installs to venv site-packages) - README.md content included in wheel METADATA for PyPI project descriptions
Changed
- Default ZIP compression method changed from STORE to DEFLATE
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.1.1-alpha.tar.gz for the source code.
Quick Start
pyoz init mymodule
cd mymodule
pyoz build
pip install dist/*.whl