Skip to content

sebneu/anycsv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 git@github.com:sebneu/anycsv.git
  3. python setup.py install