From c8beb86037955cd069d79ebb28f77bf1417be8eb Mon Sep 17 00:00:00 2001 From: Shiv <75499121+ffaanngg@users.noreply.github.com> Date: Mon, 12 Jul 2021 06:43:02 +0530 Subject: [PATCH 1/2] Added pyston --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 21d8f3e..c50f66f 100644 --- a/readme.md +++ b/readme.md @@ -67,6 +67,7 @@ The following are approved and endorsed extensions/utilities to the core Piston - [Piston CLI](https://github.com/Shivansh-007/piston-cli), a universal shell supporting code highlighting, files, and interpretation without the need to download a language. - [Node Piston Client](https://github.com/dthree/node-piston), a Node.js wrapper for accessing the Piston API. - [Piston4J](https://github.com/the-codeboy/Piston4J), a Java wrapper for accessing the Piston API. +- [Pyston](https://github.com/ffaanngg/pyston), an Python wrapper for accessing the Piston API.
From 2200283e50b0f8d70716d7e2427f1817115387e0 Mon Sep 17 00:00:00 2001 From: Shiv <75499121+ffaanngg@users.noreply.github.com> Date: Mon, 12 Jul 2021 06:43:20 +0530 Subject: [PATCH 2/2] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index c50f66f..193d90b 100644 --- a/readme.md +++ b/readme.md @@ -67,7 +67,7 @@ The following are approved and endorsed extensions/utilities to the core Piston - [Piston CLI](https://github.com/Shivansh-007/piston-cli), a universal shell supporting code highlighting, files, and interpretation without the need to download a language. - [Node Piston Client](https://github.com/dthree/node-piston), a Node.js wrapper for accessing the Piston API. - [Piston4J](https://github.com/the-codeboy/Piston4J), a Java wrapper for accessing the Piston API. -- [Pyston](https://github.com/ffaanngg/pyston), an Python wrapper for accessing the Piston API. +- [Pyston](https://github.com/ffaanngg/pyston), a Python wrapper for accessing the Piston API.