Josverl / micropython-stubber

Generate and maintain stubs for different MicroPython ports to use with VSCode and Pylance, PyRight, Thonny, PyCharm or MyPy
https://micropython-stubber.readthedocs.io
Other
175 stars 14 forks source link

Allow install from Github repo #72

Closed Josverl closed 2 years ago

Josverl commented 2 years ago

Allow download / installation of the stubber scripts from the repro

2 versions:

possibly also the PC processing scripts

pip install -e "git+https://github.com/Josverl/micropython-stubber.git@master#egg=micropython-stubber&subdirectory=minified" ( or does this take tooooo long to download)

Josverl commented 2 years ago

Refactored and published to PyPi 1.5.5a3 remaining

Josverl commented 2 years ago

implemented in https://github.com/Josverl/micropython-stubber/pull/199