You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,13 +16,21 @@ hidden: true
16
16
17
17
This organization contains repos with examples of integrating Python with various tooling (CI/CD, linting, testing etc) and bindings/other language integration.
18
18
19
+
### Python Templates
20
+
19
21
| Type | Build | Description |
20
22
|:-----|:-----|:------|
21
23
|[Python](https://github.com/python-project-templates/python-template)|[](https://github.com/python-project-templates/python-template/actions/workflows/build.yml)| Pure Python |
22
24
|[Python/C++](https://github.com/python-project-templates/cpp)|[](https://github.com/python-project-templates/cpp/actions?query=workflow%3A%22Build+Status%22)| Python/C++ (binding via `pybind11` and/or standalone C++) |
23
25
|[Python/Rust](https://github.com/python-project-templates/rust-template)|[](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)|[](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)|[](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)|[](https://github.com/python-project-templates/js-template/actions?query=workflow%3A%22Build+Status%22)| Python with self-contained JS frontend |
26
28
|[Python/JS/Rust](https://github.com/python-project-templates/rust-js-wasm)|[](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) |
27
29
30
+
### Other Templates
31
+
32
+
| Type | Build | Description |
33
+
|:-----|:-----|:------|
34
+
| Coming soon |||
35
+
28
36
Don't see a template you want? Reach out via [discussions](https://github.com/python-project-templates/.github/discussions)
0 commit comments