adafruit / Adafruit_CircuitPython_Typing

Definitions not in the standard `typing` module that are needed for type annotation of CircuitPython code.
MIT License
6 stars 9 forks source link

Add HTTPProtocol #22

Closed tekktrik closed 2 years ago

tekktrik commented 2 years ago

Spawned from discussion in https://github.com/adafruit/Adafruit_CircuitPython_LIFX/pull/15

This should make type annotations a little cleaner and that code (and likely elsewhere) by defining the behaviors needed in a HTTP requests class like the WiFi managers.

Also updates version strings so editable installs work, as was done for the other libraries.