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: 27 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-05-11T20:58:53.000Z (28 days ago)
- Last Synced: 2025-05-11T21:30:35.461Z (28 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: 74 MB
- Stars: 216
- Watchers: 8
- Forks: 14
- Open Issues: 13
-
Metadata Files:
- Readme: docs/readme.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-micropython - micropython-stubber - Generate and use stubs for different MicroPython firmwares to use with Visual Studio Code or any IDE and linter. (Development / Code Generation)
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`