Skip to content

Commit ea4a363

Browse files
committed
.
1 parent af4dec5 commit ea4a363

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

profile/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ copier copy https://github.com/python-project-templates/base.git path/to/new/pro
1616

1717
| Type | Build | Description |
1818
|:-----|:-----|:------|
19-
| [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 |
20-
| [Python/C++](https://github.com/python-project-templates/python-template-cpp) | [![Build Status](https://github.com/python-project-templates/python-template-cpp/actions/workflows/build.yml/badge.svg?branch=main&event=push)](https://github.com/python-project-templates/python-template-cpp) | Python/C++ (binding via `pybind11` and/or standalone C++) |
21-
| [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` |
22-
| [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` |
23-
| [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) |
24-
| [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 |
19+
| [Python](https://github.com/python-project-templates/python-template) | [![Build Status](https://github.com/python-project-templates/python-template/actions/workflows/build.yaml/badge.svg?branch=main&event=push)](https://github.com/python-project-templates/python-template/actions/workflows/build.yaml) | Pure Python |
20+
| [Python/C++](https://github.com/python-project-templates/python-template-cpp) | [![Build Status](https://github.com/python-project-templates/python-template-cpp/actions/workflows/build.yaml/badge.svg?branch=main&event=push)](https://github.com/python-project-templates/python-template-cpp/actions/workflows/build.yaml) | Python/C++ (binding via `pybind11` and/or standalone C++) |
21+
| [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.yaml/badge.svg?branch=main&event=push)](https://github.com/python-project-templates/python-template-rust/actions/workflows/build.yaml) | Python with rust binding via `PyO3` |
22+
| [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.yaml/badge.svg?branch=main&event=push)](https://github.com/python-project-templates/python-template-zig/actions/workflows/build.yaml) | Python with zig binding via `ziggy-pydust` |
23+
| [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) |
24+
| [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) |
2626

2727
### Other Templates

0 commit comments

Comments
 (0)