summaryrefslogtreecommitdiff
path: root/textproc/py-csv/pkg-descr
blob: 338747f5650c0ef5d4bb6e4c218b809eb3735641 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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
alternative field separator characters (besides commas).

This module is documented only on its web site.

Author: Dave Cole <djc@object-craft.com.au>
WWW:    http://object-craft.com.au/projects/csv/

-- Johann Visagie <wjv@FreeBSD.org>