Adds basic csv reading and writing functionality, similar to CPython's csv module, including
- csv.reader
- csv.writer
- csv.DictReader
- csv.DictWriter
To use in CircuitPython, download the .mpy file and copy it to the `lib` folder on the `CIRCUITPY` drive. Or, simply install the [Community bundle](https://github.com/adafruit/CircuitPython_Community_Bundle).
Read the [docs](https://circuitpython-csv.readthedocs.io/en/latest/) for info on how to use it.