Skip to content

Commit 399414b

Browse files
authored
Update README.md
1 parent ee462ee commit 399414b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

profile/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ copier copy https://github.com/python-project-templates/base.git path/to/new/pro
1919
| [Python/C++](https://github.com/python-project-templates/cpp-template) | [![Build Status](https://github.com/python-project-templates/cpp-template/actions/workflows/build.yml/badge.svg?branch=main&event=push)](https://github.com/python-project-templates/cpp-template) | Python/C++ (binding via `pybind11` and/or standalone C++) |
2020
| [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` |
2121
| [Python/Jupyter](https://github.com/python-project-templates/jupyter-template) | [![Build Status](https://github.com/python-project-templates/jupyter-template/actions/workflows/build.yml/badge.svg?branch=main&event=push)](https://github.com/python-project-templates/jupyter-template/actions?query=workflow%3A%22Build+Status%22) | Python with Jupyter extension (JS) |
22-
| [Python/JavaScript](https://github.com/python-project-templates/js-template) | [![Build Status](https://github.com/python-project-templates/js-template/actions/workflows/build.yml/badge.svg?branch=main&event=push)](https://github.com/python-project-templates/js-template/actions?query=workflow%3A%22Build+Status%22) | Python with self-contained JS frontend |
22+
| [Python/JavaScript](https://github.com/python-project-templates/python-template-js) | [![Build Status](https://github.com/python-project-templates/python-template-js/actions/workflows/build.yml/badge.svg?branch=main&event=push)](https://github.com/python-project-templates/python-template-js/actions?query=workflow%3A%22Build+Status%22) | Python with self-contained JS frontend |
2323
| [Python/JS/Rust](https://github.com/python-project-templates/rust-js-wasm-template) | [![Build Status](https://github.com/python-project-templates/rust-js-wasm-template/actions/workflows/build.yml/badge.svg?branch=main&event=push)](https://github.com/python-project-templates/rust-js-wasm-template) | Rust with Python binding (`PyO3`) and WebAssembly binding (to JS) |
2424

2525
### Other Templates

0 commit comments

Comments
 (0)