Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 212 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 212 Bytes

anycsv

This is a robust CSV parser for Python based on the default csv Python module.

Install

  1. (. path_to_virtualenv/bin/activate)
  2. git clone [email protected]:sebneu/anycsv.git
  3. python setup.py install