micropython-stubber
micropython-stubber copied to clipboard
Generate and maintain stubs for different MicroPython ports to use with VSCode and Pylance, PyRight, Thonny, PyCharm or pylint
Yes - module - functions - constants + values + type - classes (most) - exceptions Not - superclasses - function parameters - class init parameters duplications - methods inherited...
pyrightconfig.json https://stackoverflow.com/questions/67931905/surpress-pylance-type-annotation-warning-in-vs-code https://github.com/microsoft/pylance-release/issues/1449 https://github.com/Josverl/micropython-stubber/issues/70 verify precedence : - vscode settings - pyproject.toml ? - pyrightconfig.json and complex sample
Hi, I'm working on getting my stubs prepared for a lv_micropython 1.17 for ESP32 firmware. I tried micropy-cli first and then micropython-stubber since a forum post mentioned that micropy-cli did...
This is currently only document in the comments of create stubs
https://github.com/v923z/micropython-ulab - [x] create pyi from ulab sources - [x] publish stubs - [ ] create workflow to automate updates - [ ] add __version__ number to stub path -...
ie. add common return types to make_stub_files.cfg and run some post processing on a action schedule
Fix for a problem that surfaces when enriching the 'firmware stubs' with information from the 'doc stubs' As the firmware stubs did not enforce any particular order when dumping module/class/object...
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action
- [ ] Add to ctypes.py: ? origin ``` python ARRAY = 0 UINT8 = 100 ARRAY = 124 UINT8 = 11 ``` - [ ] add import glue to...
Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.3 to 42.0.4. Changelog Sourced from cryptography's changelog. 42.0.4 - 2024-02-20 * Fixed a null-pointer-dereference and segfault that could occur when creating a PKCS#12 bundle. Credit to...