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.
- Host: GitHub
- URL: https://github.com/spiraldb/ziggy-pydust-template
- Owner: spiraldb
- License: apache-2.0
- Created: 2023-08-31T10:20:02.000Z (almost 3 years ago)
- Default Branch: develop
- Last Pushed: 2025-12-15T16:32:37.000Z (6 months ago)
- Last Synced: 2025-12-17T17:14:54.727Z (6 months ago)
- Topics: python, zig
- Language: Zig
- Homepage: https://github.com/fulcrum-so/ziggy-pydust
- Size: 396 KB
- Stars: 38
- Watchers: 2
- Forks: 7
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).