Skip to content

Commit b89464b

Browse files
authored
Update index.md
1 parent e363b78 commit b89464b

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

index.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,21 @@ hidden: true
1616

1717
This organization contains repos with examples of integrating Python with various tooling (CI/CD, linting, testing etc) and bindings/other language integration.
1818

19+
### Python Templates
20+
1921
| Type | Build | Description |
2022
|:-----|:-----|:------|
2123
| [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 |
2224
| [Python/C++](https://github.com/python-project-templates/cpp) | [![Build Status](https://github.com/python-project-templates/cpp/workflows/Build%20Status/badge.svg?branch=main)](https://github.com/python-project-templates/cpp/actions?query=workflow%3A%22Build+Status%22) | Python/C++ (binding via `pybind11` and/or standalone C++) |
2325
| [Python/Rust](https://github.com/python-project-templates/rust-template) | [![Build Status](https://github.com/python-project-templates/rust-template/actions/workflows/build.yml/badge.svg?branch=main&event=push)](https://github.com/python-project-templates/rust-template/actions/workflows/build.yml) | Python with rust binding via `PyO3` |
24-
| [Python/Jupyter](https://github.com/python-project-templates/jupyter) | [![Build Status](https://github.com/python-project-templates/jupyter/workflows/Build%20Status/badge.svg?branch=main)](https://github.com/python-project-templates/jupyter/actions?query=workflow%3A%22Build+Status%22) | Python with Jupyter extension (JS) |
25-
| [Python/JavaScript](https://github.com/python-project-templates/js) | | Python with self-contained JS frontend |
26+
| [Python/Jupyter](https://github.com/python-project-templates/jupyter-template) | [![Build Status](https://github.com/python-project-templates/jupyter-template/workflows/Build%20Status/badge.svg?branch=main)](https://github.com/python-project-templates/jupyter-template/actions?query=workflow%3A%22Build+Status%22) | Python with Jupyter extension (JS) |
27+
| [Python/JavaScript](https://github.com/python-project-templates/js-template) | [![Build Status](https://github.com/python-project-templates/js-template/workflows/Build%20Status/badge.svg?branch=main)](https://github.com/python-project-templates/js-template/actions?query=workflow%3A%22Build+Status%22) | Python with self-contained JS frontend |
2628
| [Python/JS/Rust](https://github.com/python-project-templates/rust-js-wasm) | [![Build Status](https://github.com/python-project-templates/rust-js-wasm/workflows/Build%20Status/badge.svg?branch=main)](https://github.com/python-project-templates/rust-js-wasm/actions?query=workflow%3A%22Build+Status%22) | Rust with Python binding (`PyO3`) and WebAssembly binding (to JS) |
2729

30+
### Other Templates
31+
32+
| Type | Build | Description |
33+
|:-----|:-----|:------|
34+
| Coming soon | | |
35+
2836
Don't see a template you want? Reach out via [discussions](https://github.com/python-project-templates/.github/discussions)

0 commit comments

Comments
 (0)