Skip to content

Commit be63981

Browse files
committed
.
2 parents ea4a363 + 7179e15 commit be63981

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ copier copy https://github.com/python-project-templates/base.git path/to/new/pro
3030
| [Python](https://github.com/python-project-templates/python-template) | [![Build Status](https://github.com/python-project-templates/python-template/actions/workflows/build.yml/badge.svg?branch=main&event=push)](https://github.com/python-project-templates/python-template/actions/workflows/build.yml) | Pure Python |
3131
| [Python/C++](https://github.com/python-project-templates/cpp-template) | [![Build Status](https://github.com/python-project-templates/cpp-template/actions/workflows/build.yml/badge.svg?branch=main&event=push)](https://github.com/python-project-templates/cpp-template) | Python/C++ (binding via `pybind11` and/or standalone C++) |
3232
| [Python/Rust](https://github.com/python-project-templates/python-template-rust) | [![Build Status](https://github.com/python-project-templates/python-template-rust/actions/workflows/build.yml/badge.svg?branch=main&event=push)](https://github.com/python-project-templates/python-template-rust/actions/workflows/build.yml) | Python with rust binding via `PyO3` |
33-
| [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` |
3433
| [Python/Jupyter](https://github.com/python-project-templates/python-template-jupyter) | [![Build Status](https://github.com/python-project-templates/python-template-jupyter/actions/workflows/build.yml/badge.svg?branch=main&event=push)](https://github.com/python-project-templates/python-template-jupyter/actions?query=workflow%3A%22Build+Status%22) | Python with Jupyter extension (JS) |
3534
| [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.yml/badge.svg?branch=main&event=push)](https://github.com/python-project-templates/python-template-js/actions?query=workflow%3A%22Build+Status%22) | Python with self-contained JS frontend |
3635
| [Python/JS/Rust](https://github.com/python-project-templates/rust-js-wasm-template) | [![Build Status](https://github.com/python-project-templates/rust-js-wasm-template/actions/workflows/build.yml/badge.svg?branch=main&event=push)](https://github.com/python-project-templates/rust-js-wasm-template) | Rust with Python binding (`PyO3`) and WebAssembly binding (to JS) |
36+
| [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` |
3737

3838
### Other Templates
3939

profile/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ copier copy https://github.com/python-project-templates/base.git path/to/new/pro
2323
| [Python/Jupyter](https://github.com/python-project-templates/python-template-jupyter) | [![Build Status](https://github.com/python-project-templates/python-template-jupyter/actions/workflows/build.yaml/badge.svg?branch=main&event=push)](https://github.com/python-project-templates/python-template-jupyter/actions/workflows/build.yaml) | Python with Jupyter extension (JS) |
2424
| [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 |
2525
| [Python/JS/Rust](https://github.com/python-project-templates/rust-js-wasm-template) | [![Build Status](https://github.com/python-project-templates/rust-js-wasm-template/actions/workflows/build.yml/badge.svg?branch=main&event=push)](https://github.com/python-project-templates/rust-js-wasm-template) | Rust with Python binding (`PyO3`) 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` |
2627

2728
### Other Templates
2829

0 commit comments

Comments
 (0)