Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mst-mkt/web-python-repl
🐍 Interactive Python shell in browser
https://github.com/mst-mkt/web-python-repl
pyodide python repl
Last synced: 27 days ago
JSON representation
🐍 Interactive Python shell in browser
- Host: GitHub
- URL: https://github.com/mst-mkt/web-python-repl
- Owner: mst-mkt
- Created: 2024-03-23T15:41:52.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-08-03T13:57:14.000Z (4 months ago)
- Last Synced: 2024-08-03T14:59:27.199Z (4 months ago)
- Topics: pyodide, python, repl
- Language: TypeScript
- Homepage: https://python-repl.keito.dev
- Size: 378 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Web Python REPL## Screenshots
![Screenshot](https://github.com/mst-mkt/web-python-repl/assets/131662659/a26a6557-166d-4ede-b988-b8e7c54ee497)## Development
### Setup
```sh
$ git clone
$ cd web-python-repl
$ pnpm i --frozen-lockfile
```### Start dev server
```sh
$ pnpm dev
```### Build
```sh
$ pnpm build
```### Lint, Format, TypeCheck
```sh
$ pnpm lint # Lint
$ pnpm lint:fix # Lint and Fix
$ pnpm format # Format
$ pnpm typecheck # TypeCheck
```### Main Dependencies
| | | |
|:----:| --------- | -------------------------------------------------------------------- |
| | Pyodide | Python distribution for the browser and Node.js based on WebAssembly |
| | Vite | Next Generation Frontend Tooling |
| | MasterCSS | A Virtual CSS language with enhanced syntax |