/py-zig-test

Test out the tutorial with a small lexer

Primary LanguageZigApache License 2.0Apache-2.0

Ziggy Pydust Template

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.