ZigX v0.0.1 Release Notes
π Release
Welcome to ZigX v0.0.1, a high-performance Python extension that seamlessly integrates Zig's native performance with Python's ease of use!
β¨ Key Features
- Direct Zig Integration: Compile Zig code into native Python extensions without intermediate C bindings
- Automatic GIL Management: Smart GIL release during native calls for true parallel execution
- Cross-Platform Support: Works on Windows, macOS, and Linux
- PEP 517 Build System: Modern Python packaging with Hatchling backend
- Type Safety: Full mypy support with comprehensive type annotations
π¦ Installation
pip install zigx
# or
uv pip install zigxπ Links
- π Documentation
- π Issues
- π» Source
π¦ Platform Support
This release includes pre-built wheels for:
- Linux (x86_64, aarch64)
- macOS (x86_64 Intel, arm64 Apple Silicon)
- Windows (x86_64)
All wheels support Python versions 3.8 through 3.14.
β Successfully published to PyPI!