Initial release of Adafruit IO CircuitPython.
* This library will allow a WiFi-connected CircuitPython microcontroller to communicate with the [Adafruit IO REST API](https://io.adafruit.com/api/docs).
* Supports WiFi using the [ESP32SPI CircuitPython library](https://github.com/adafruit/Adafruit_CircuitPython_ESP32SPI)
* Added examples for interacting with [Adafruit IO Groups](https://github.com/adafruit/Adafruit_CircuitPython_AdafruitIO/blob/master/examples/adafruit_io_simpletest_groups.py), [sending data to feeds](https://github.com/adafruit/Adafruit_CircuitPython_AdafruitIO/blob/master/examples/adafruit_io_simpletest_feeds.py), [including metadata (such as timestamps and location) with data sent to IO](https://github.com/adafruit/Adafruit_CircuitPython_AdafruitIO/blob/master/examples/adafruit_io_simpletest_metadata.py), interacting with [digital outputs](https://github.com/adafruit/Adafruit_CircuitPython_AdafruitIO/blob/master/examples/adafruit_io_simpletest_digital_out.py), and getting weather data from the Adafruit IO Plus [Dark Sky service](https://github.com/adafruit/Adafruit_CircuitPython_AdafruitIO/blob/master/examples/adafruit_io_simpletest_weather.py)
To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://github.com/adafruit/Adafruit_CircuitPython_Bundle).
Read the [docs](https://circuitpython.readthedocs.io/projects/adafruitio/en/latest/) for info on how to use it.