Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
timkpaine authored Sep 15, 2024
1 parent c2626a7 commit 98c35ca
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions profile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

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

## Python Templates

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

## Other Templates
| Type | Build | Description |
|:-----|:-----|:------|
| | | |

Don't see a template you want? Reach out via [discussions](https://github.com/python-project-templates/.github/discussions)

0 comments on commit 98c35ca

Please sign in to comment.