An open API service indexing awesome lists of open source software.

https://github.com/spiraldb/ziggy-pydust-template

A template for building Python extensions in Zig using Pydust toolkit.
https://github.com/spiraldb/ziggy-pydust-template

python zig

Last synced: 6 months ago
JSON representation

A template for building Python extensions in Zig using Pydust toolkit.

Awesome Lists containing this project

README

          

# Ziggy Pydust Template

This repository contains a template for writing and packaging native Python extension modules in Zig using [Pydust](https://github.com/fulcrum-so/ziggy-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](https://pydust.fulcrum.so/latest/getting_started/).