Package schrodinger :: Package utils :: Module csv_unicode
[hide private]
[frames] | no frames]

Module csv_unicode

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.

Classes [hide private]
  writer
A CSV writer that can handle Unicode characters.
Variables [hide private]
  __package__ = 'schrodinger.utils'