This repository contains a template for writing and packaging native Python extension modules in Zig using Pydust framework.
This template includes:
- A Python Poetry project.
- A
src/
directory containing a Pydust Python module. - Pytest setup for running both Python and Zig unit tests.
- GitHub Actions workflows for building and publishing the package.
- VSCode settings for recommended extensions, debugger configurations, etc.
We recommend heading to Getting Started.