csv.py A robust, but not very fast, token-based CSV parser written in python. Built as an exercise. The goal of this project was to be able to parse strange CSV documents with odd edge cases. For example, cells in double quotes with newlines interspersed. Most standard library CSV parsers don't support this.