Skip to content

Commit 98c35ca

Browse files
authored
Update README.md
1 parent c2626a7 commit 98c35ca

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

profile/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55

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

8+
## Python Templates
9+
810
| Type | Build | Description |
911
|:-----|:-----|:------|
1012
| [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 |
@@ -14,4 +16,9 @@ This organization contains repos with examples of integrating Python with variou
1416
| [Python/JavaScript](https://github.com/python-project-templates/js) | | Python with self-contained JS frontend |
1517
| [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) |
1618

19+
## Other Templates
20+
| Type | Build | Description |
21+
|:-----|:-----|:------|
22+
| | | |
23+
1724
Don't see a template you want? Reach out via [discussions](https://github.com/python-project-templates/.github/discussions)

0 commit comments

Comments
 (0)