Very simple CSV utility for Python 3.
Project description
“csvsimple” provides a simple tool to handle CSV data.
See example on Github :
https://github.com/denis-beurive/csvsimple/blob/master/examples/ex.py
Requirement
This module requires Python 3 or greater.
Documentation
See this module on pypi.python.org
Installation from source
Get the source on Github: https://github.com/denis-beurive/csvsimple
python setup.py sdist
python setup.py install