micropython-stubber icon indicating copy to clipboard operation
micropython-stubber copied to clipboard

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

Results 89 micropython-stubber issues
Sort by recently updated
recently updated
newest added

**Describe the bug** I've tried 2 or 3 times to work out how to use this to generate stubs for a custom micropython build for the RPi Pico W but...

Documentation

likely dependant on : https://github.com/Josverl/micropython-stubber/issues/272

enhancement
stubber

https://github.com/ewels/rich-click - [ ] stubber - [x] mpflash

mpflash
stubber

when running MyPy on the snippets there are a number of additional errors flagged Need to determine if these are false positives or that they need to be fixed repro:...

Quality

**Is your feature request related to a problem? Please describe.** Yes/No **Describe the solution you'd like** I was looking for a stub file for lv_micropython (MicroPython with LVGL) and I...

http://www.mestrak.com/blog/semantic-release-with-python-poetry-github-actions-20nn

CI/CD

current: `def init(self, *, mode=PERIODIC, period=-1, callback=None) -> None:` 1. `def init(self, *, mode=PERIODIC, period=-1, callback: Optional[Callable]=None) -> None:` 2. `def init(self, *, mode=PERIODIC, period=-1, callback: Optional[Callable[["Timer"], None]]=None) -> None:`...

enhancement
DocStubs
stubber

Low Prio: [ ] UseClassVar for Class Literals ONE_SHOT: ClassVar[int] = .

enhancement
DocStubs
stubber