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
This organization contains repos with examples of integrating Python with various tooling (CI/CD, linting, testing etc) and bindings/other language integration.
18
+
19
+
| Type | Build | Description |
20
+
|:-----|:-----|:------|
21
+
|[Python](https://github.com/python-project-templates/python-template)|[](https://github.com/python-project-templates/python-template/actions/workflows/build.yml)| Pure Python |
22
+
|[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
+
|[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/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
+
28
+
Don't see a template you want? Reach out via [discussions](https://github.com/python-project-templates/.github/discussions)
This organization contains repos with examples of integrating Python with various tooling (CI/CD, linting, testing etc) and bindings/other language integration.
6
+
This organization contains repos with examples of integrating Python with various tooling (CI/CD, linting, testing etc) and bindings/other language integration.
0 commit comments