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: profile/README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,8 @@
5
5
6
6
This organization contains repos with examples of integrating Python with various tooling (CI/CD, linting, testing etc) and bindings/other language integration.
7
7
8
+
## Python Templates
9
+
8
10
| Type | Build | Description |
9
11
|:-----|:-----|:------|
10
12
|[Python](https://github.com/python-project-templates/python-template)|[](https://github.com/python-project-templates/python-template/actions/workflows/build.yml)| Pure Python |
@@ -14,4 +16,9 @@ This organization contains repos with examples of integrating Python with variou
14
16
|[Python/JavaScript](https://github.com/python-project-templates/js)|| Python with self-contained JS frontend |
15
17
|[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) |
16
18
19
+
## Other Templates
20
+
| Type | Build | Description |
21
+
|:-----|:-----|:------|
22
+
||||
23
+
17
24
Don't see a template you want? Reach out via [discussions](https://github.com/python-project-templates/.github/discussions)
0 commit comments