freebsd-ports/textproc/py-csv/pkg-descr
Vanilla I. Shu 5ad8d491f6 a small yet fast Python extension module (written
in C) to parse or generate comma-separated value (CSV) files.

PR:		ports/25408
Submitted by:	Johann Visagie <johann@egenetics.com>
2001-03-14 23:47:29 +00:00

10 lines
386 B
Text

A small, fast Python extension module - written in C - to parse or write
files in comma-separated value (CSV) format. It allows for the use of
alternative field separator characters (besides commas).
This module is only documented on its web site.
Author: Dave Cole <djc@object-craft.com.au>
WWW: http://object-craft.com.au/projects/csv/
-- Johann Visagie <johann@egenetics.com>