2001-07-12 17:01:51 +02:00
|
|
|
A small, (very!) fast Python extension module - written in C - to parse or
|
|
|
|
write files in comma-separated value (CSV) format. It allows for the use of
|
2001-03-15 00:47:29 +01:00
|
|
|
alternative field separator characters (besides commas).
|
|
|
|
|
2001-06-19 10:44:49 +02:00
|
|
|
This module is documented only on its web site.
|
2001-03-15 00:47:29 +01:00
|
|
|
|
|
|
|
Author: Dave Cole <djc@object-craft.com.au>
|
|
|
|
WWW: http://object-craft.com.au/projects/csv/
|
|
|
|
|
2001-07-12 17:01:51 +02:00
|
|
|
-- Johann Visagie <wjv@FreeBSD.org>
|