Fix for use on CircuitPython 5.3.1
- Fix issue with
find
not available onbytearray
by providing Python implementation to fall back to. - Fix issue with
json
not passed stream object by passing in whole string on OSError.
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-requests
.
Read the docs for info on how to use it.