An open API service indexing awesome lists of open source software.

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!

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