schrodinger.utils.csv_unicode module

A wrapper around Python’s csv module that allows it to work with Unicode characters. (Currently, only the writer class is implemented.) The interface is intended to mirror the csv interface. See Python’s csv documentation for an explanation of methods and method arguments.

schrodinger.utils.csv_unicode.reader_open(filename)
schrodinger.utils.csv_unicode.writer_open(filename)