Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 603 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 603 Bytes

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.