kopia lustrzana https://github.com/micropython/micropython-lib
![]() 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> |
||
---|---|---|
.. | ||
cbor2 | ||
iperf3 | ||
pyjwt | ||
requests | ||
README.md |
README.md
Python-ecosystem packages
These MicroPython versions of common Python packages, typically found on PyPI.
If a package has the same name as a PyPI package, then it should match at least some subset of the functionality.
Future plans
- More organised directory structure based on library purpose (e.g. drivers, network, etc).