MicroPython stubs available via PyPI #563
Josverl
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Simpler install
To install the latest stubs:
pip install micropython-<port>-stubs
where port is the port of the MicroPython firmware .
To install the stubs for an older version, such as MicroPython 1.17:
pip install micropython-stm32-stubs==1.17.*
which will install the last post release of the stubs for MicroPython 1.17.What do you get
micropython-<port>[-<board>]-stubs
The stubs for a specific version port and board of the MicroPython firmware.
These are built by combining:
Note: board is omitted if it is
GENERIC
Examples:
You can search for Micropython stub packages on PyPI
Upcoming / planned
Beta Was this translation helpful? Give feedback.
All reactions