File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -304,6 +304,12 @@ packages:
304304 https://github.com/micropython/micropython-lib/tree/master/micropython/usb/usb-device-mouse
305305 index : https://micropython.org/pi/v2
306306 author : MicroPython
307+ - name : utop
308+ docs : >-
309+ https://github.com/micropython/micropython-lib/tree/master/micropython/utop
310+ index : https://micropython.org/pi/v2
311+ author : MicroPython
312+ description : Provides a top-like live overview of the running system.
307313 - name : xmltok
308314 docs : >-
309315 https://github.com/micropython/micropython-lib/tree/master/micropython/xmltok
Original file line number Diff line number Diff line change @@ -289,3 +289,9 @@ packages:
289289 docs : https://github.com/arduino/arduino-runtime-mpy/blob/main/README.md
290290 tags : ["arduino", "programming", "helpers"]
291291 license : Mozilla Public License Version 2.0
292+ - name : mrequests
293+ url : https://github.com/SpotlightKid/mrequests
294+ author : Christopher Arndt
295+ description : An HTTP client module for MicroPython with an API similar to requests.
296+ tags : ["network", "HTTP"]
297+ license : MIT License
You can’t perform that action at this time.
0 commit comments