Repository info
python-unicodecsv
- Summary: a summary of python-unicodecsv
- Description: Python2's stdlib csv module is nice, but it doesn't support unicode. This module is a drop-in replacement which *does*. If you prefer python 3's semantics but need support in py2, you probably want https://github.com/ryanhiebert/backports.csv
- Stars: 595
- Number of forks: 85