https://github.com/emmatyping/mypy.app
Code for mypy.app, a mypy playground that runs in the browser!
https://github.com/emmatyping/mypy.app
Last synced: 4 months ago
JSON representation
Code for mypy.app, a mypy playground that runs in the browser!
- Host: GitHub
- URL: https://github.com/emmatyping/mypy.app
- Owner: emmatyping
- Created: 2022-09-09T20:57:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-16T04:01:27.000Z (about 2 years ago)
- Last Synced: 2025-02-07T09:33:48.286Z (4 months ago)
- Language: Svelte
- Homepage: https://mypy.app
- Size: 33.6 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mypy.app
This is a webapp which allows you to run mypy code in the browser for experimentation.
Eventually, the hope is to support multiple versions of mypy.
For now the main features are:
- entirely client-side type-checking
- ability to install pure-Python packages (e.g. types-\* packages)
- pass arbitrary command line flags
- color output
- ability to share snippets with command line flags and installed packages