Skip to content

Initial release

Choose a tag to compare

@tekktrik tekktrik released this 29 Oct 16:05
· 86 commits to main since this release

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.

Read the docs for info on how to use it.