pyrepl-web 0.1.3 → 0.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/dist/pyrepl.js +56 -37
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
An embeddable Python REPL, powered by Pyodide.
|
|
4
4
|
|
|
5
|
+
[Live demo](https://savannah.dev/projects/)
|
|
6
|
+
|
|
5
7
|
## Getting started
|
|
6
8
|
|
|
7
9
|
Add a `.pyrepl` div and include the script from a CDN:
|
|
@@ -37,7 +39,7 @@ Configure via `data-*` attributes:
|
|
|
37
39
|
|
|
38
40
|
Supports...
|
|
39
41
|
|
|
40
|
-
-
|
|
42
|
+
- Python 3.13 running in the browser via WebAssembly
|
|
41
43
|
- Syntax highlighting with Pygments
|
|
42
44
|
- Tab completion
|
|
43
45
|
- Command history (up/down arrows)
|