Skip to content

Commit b10c867

Browse files
authored
Add Python/Zig template to README
1 parent 342a12c commit b10c867

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

profile/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,13 @@ copier copy https://github.com/python-project-templates/base.git path/to/new/pro
2323
| [Python/JavaScript](https://github.com/python-project-templates/python-template-js) | [![Build Status](https://github.com/python-project-templates/python-template-js/actions/workflows/build.yaml/badge.svg?branch=main&event=push)](https://github.com/python-project-templates/python-template-js/actions/workflows/build.yaml) | Python with self-contained JS frontend |
2424
| [Python/JS/Rust](https://github.com/python-project-templates/python-template-rustjswasm) | [![Build Status](https://github.com/python-project-templates/python-template-rustjswasm/actions/workflows/build.yaml/badge.svg?branch=main&event=push)](https://github.com/python-project-templates/python-template-rustjswasm) | Rust with Python binding (`PyO3`) and WebAssembly binding (to JS) |
2525
| [Python/JS/C++](https://github.com/python-project-templates/python-template-cppjswasm) | [![Build Status](https://github.com/python-project-templates/python-template-cppjswasm/actions/workflows/build.yaml/badge.svg?branch=main&event=push)](https://github.com/python-project-templates/python-template-cppjswasm) | C++ with Python binding (`pybind11`) and WebAssembly binding (to JS) |
26-
| [Python/Zig](https://github.com/python-project-templates/python-template-zig) | [![Build Status](https://github.com/python-project-templates/python-template-zig/actions/workflows/build.yml/badge.svg?branch=main&event=push)](https://github.com/python-project-templates/python-template-zig/actions?query=workflow%3A%22Build+Status%22) | Python with zig binding via `ziggy-pydust` |
2726

2827
### Other Templates
2928

3029
| Type | Build | Description |
3130
| :---------- | :---- | :---------- |
31+
| [Python/Go](https://github.com/python-project-templates/python-template-go) | [![Build Status](https://github.com/python-project-templates/python-template-go/actions/workflows/build.yml/badge.svg?branch=main&event=push)](https://github.com/python-project-templates/python-template-go/actions?query=workflow%3A%22Build+Status%22) | Python with Go binding via C API |
32+
| [Python/Zig](https://github.com/python-project-templates/python-template-zig) | [![Build Status](https://github.com/python-project-templates/python-template-zig/actions/workflows/build.yml/badge.svg?branch=main&event=push)](https://github.com/python-project-templates/python-template-zig/actions?query=workflow%3A%22Build+Status%22) | Python with Zig binding via `ziggy-pydust` |
3233
| Coming soon | | |
3334

3435
### Other Tools

0 commit comments

Comments
 (0)