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 14d57c4 commit e363b78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions profile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ This organization contains repos with examples of integrating Python with variou
| [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 |
| [Python/C++](https://github.com/python-project-templates/cpp) | [![Build Status](https://github.com/python-project-templates/cpp/workflows/Build%20Status/badge.svg?branch=main)](https://github.com/python-project-templates/cpp/actions?query=workflow%3A%22Build+Status%22) | Python/C++ (binding via `pybind11` and/or standalone C++) |
| [Python/Rust](https://github.com/python-project-templates/rust-template) | [![Build Status](https://github.com/python-project-templates/rust-template/actions/workflows/build.yml/badge.svg?branch=main&event=push)](https://github.com/python-project-templates/rust-template/actions/workflows/build.yml) | Python with rust binding via `PyO3` |
| [Python/Jupyter](https://github.com/python-project-templates/jupyter) | [![Build Status](https://github.com/python-project-templates/jupyter/workflows/Build%20Status/badge.svg?branch=main)](https://github.com/python-project-templates/jupyter/actions?query=workflow%3A%22Build+Status%22) | Python with Jupyter extension (JS) |
| [Python/JavaScript](https://github.com/python-project-templates/js) | | Python with self-contained JS frontend |
| [Python/Jupyter](https://github.com/python-project-templates/jupyter-template) | [![Build Status](https://github.com/python-project-templates/jupyter-template/workflows/Build%20Status/badge.svg?branch=main)](https://github.com/python-project-templates/jupyter-template/actions?query=workflow%3A%22Build+Status%22) | Python with Jupyter extension (JS) |
| [Python/JavaScript](https://github.com/python-project-templates/js-template) | [![Build Status](https://github.com/python-project-templates/js-template/workflows/Build%20Status/badge.svg?branch=main)](https://github.com/python-project-templates/js-template/actions?query=workflow%3A%22Build+Status%22) | 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
Expand Down

0 comments on commit e363b78

Please sign in to comment.