micropython-lib/micropython
Jim Mussared 8513bfbe9d requests: Rename urequests to requests.
This module implements a subset of the Python requests module, and so
it should have the same name.

Added a backwards-compatibility wrapper to allow people to continue to use
`import urequests`. This lives in micropython/urequests.

Changed requests to be a package, so that we can implement extension
packages in the future for optional functionality.

Added a basic README.md to both.

This work was funded through GitHub Sponsors.

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2023-07-23 11:41:44 +10:00
..
aioespnow aioespnow: Add library providing asyncio support for espnow module. 2023-05-04 14:21:32 +10:00
aiorepl aiorepl: Replace f-string with str.format. 2023-07-21 17:10:41 +10:00
bluetooth aioble: Fix descriptor flag handling. 2023-04-12 07:04:12 +10:00
bundles requests: Rename urequests to requests. 2023-07-23 11:41:44 +10:00
drivers micropython: Add missing metadata for packages. 2023-04-07 13:24:15 +10:00
espflash espflash: Add a minimal ESP32 bootloader protocol implementation. 2022-11-08 18:45:22 +11:00
lora lora: Workaround SX1262 bug with GetStatus. 2023-07-20 23:13:03 +10:00
mip requests: Rename urequests to requests. 2023-07-23 11:41:44 +10:00
mip-cmdline micropython/mip: Add command-line functionality for the Unix port. 2022-11-09 12:43:04 +11:00
net micropython: Add missing metadata for packages. 2023-04-07 13:24:15 +10:00
senml senml: Allow publishing to PyPI as micropython-senml. 2023-04-07 13:28:15 +10:00
uaiohttpclient all: Replace metadata.txt with manifest.py. 2022-09-05 17:50:28 +10:00
ucontextlib all: Replace metadata.txt with manifest.py. 2022-09-05 17:50:28 +10:00
udnspkt all: Replace metadata.txt with manifest.py. 2022-09-05 17:50:28 +10:00
umqtt.robust top: Update Python formatting to black "2023 stable style". 2023-02-03 17:12:38 +11:00
umqtt.simple top: Update Python formatting to black "2023 stable style". 2023-02-03 17:12:38 +11:00
upysh all: Replace metadata.txt with manifest.py. 2022-09-05 17:50:28 +10:00
urequests requests: Rename urequests to requests. 2023-07-23 11:41:44 +10:00
urllib.urequest all: Replace metadata.txt with manifest.py. 2022-09-05 17:50:28 +10:00
xmltok xmltok: Change StopIteration to EOFError due to PEP-479. 2023-07-21 15:59:10 +10:00
README.md top: Update top-level docs. 2022-12-16 17:16:03 +11:00

README.md

MicroPython-specific packages

These are packages that have been written specifically for use on MicroPython.

Packages in this directory should not have the same name as modules from the Python Standard Library.

Future plans

  • More organised directory structure based on purpose (e.g. drivers, network, etc).