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

https://github.com/josverl/micropython-stubber

Generate and maintain stubs for different MicroPython ports to use with VSCode and Pylance, PyRight, Thonny, PyCharm or MyPy
https://github.com/josverl/micropython-stubber

firmware-stubs micropython micropython-stubber micropython-stubs mypy mypy-stubs pylance pyright python static-typing typed vscode

Last synced: 15 days ago
JSON representation

Generate and maintain stubs for different MicroPython ports to use with VSCode and Pylance, PyRight, Thonny, PyCharm or MyPy

Awesome Lists containing this project

README

        

### manual build

- `poetry install --with docs`
- `poetry env activate`
- source .venv/bin/activate
- .venv/Scrips/activate.ps1
- `cd docs`
- `make html`

### to clean the build
- `make clean`