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
- Host: GitHub
- URL: https://github.com/josverl/micropython-stubber
- Owner: Josverl
- License: other
- Created: 2019-03-26T16:00:53.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-04-03T20:12:35.000Z (19 days ago)
- Last Synced: 2025-04-07T23:03:18.561Z (15 days ago)
- Topics: firmware-stubs, micropython, micropython-stubber, micropython-stubs, mypy, mypy-stubs, pylance, pyright, python, static-typing, typed, vscode
- Language: Python
- Homepage: https://micropython-stubber.readthedocs.io
- Size: 73.6 MB
- Stars: 214
- Watchers: 9
- Forks: 14
- Open Issues: 21
-
Metadata Files:
- Readme: docs/readme.md
- License: LICENSE
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`