Skip to content

Commit d1b509a

Browse files
authored
Merge pull request #39 from arduino/mrequests
Add mrequests to the index
2 parents 92760d4 + 3fe4f1a commit d1b509a

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

micropython-lib.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

package-list.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)