kopia lustrzana https://github.com/micropython/micropython-lib
Uses the new require()/package()/module() functions from manifestfile.py. Add manifest.py for iperf3 and pyjwt. Signed-off-by: Jim Mussared <jim.mussared@gmail.com> |
||
|---|---|---|
| .. | ||
| README | ||
| example.py | ||
| manifest.py | ||
| uaiohttpclient.py | ||
README
uaiohttpclient is an HTTP client module for MicroPython uasyncio module, with API roughly compatible with aiohttp (https://github.com/KeepSafe/aiohttp) module. Note that only client is implemented, for server see picoweb microframework.