Releases: adafruit/Adafruit_CircuitPython_WSGI
2.0.0 - ESP32SPI WSGI Server
The ESP32SPI WSGI Server that formerly resided in the ESP32SPI library has been moved to here along with the relevant examples.
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-WSGI.
Read the docs for info on how to use it.
1.1.16 - Updated .pylintrc, fixed jQuery
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-WSGI.
Read the docs for info on how to use it.
1.1.15 - Made copyright stay up to date in docs/conf.py
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-wsgi.
Read the docs for info on how to use it.
1.1.14 - Fixed version string
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-wsgi.
Read the docs for info on how to use it.
1.1.13 - Switched to pyproject.toml
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-wsgi.
Read the docs for info on how to use it.
1.1.12 - Added cp.org link to index.rst
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-wsgi.
Read the docs for info on how to use it.
1.1.11 - Repo documentation and config updates
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-wsgi.
Read the docs for info on how to use it.
1.1.10 - Fixed improper response error handling
Fixed an issue where functions returning improper responses where not being error handled correctly. The error handing method now returns the path name of the function with the issue. Thanks @dannystaple!
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-wsgi.
Read the docs for info on how to use it.
1.1.9 - Improved error raised when improper HTTP response is returned
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-wsgi.
Read the docs for info on how to use it.
1.1.8 - Updated documentation link, python version
To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.
To use in CPython, pip3 install adafruit-circuitpython-wsgi.
Read the docs for info on how to use it.