freebsd-ports/textproc/py-dsv/pkg-descr
Johann Visagie ff74b00308 - Update to version 1.3.7
- Install documentation and examples to $DOCSDIR and $EXAMPLESDIR
- Install an executable script into ${PREFIX}/bin to call DSV.py
- Add optional WITH_GUI knob for wxPython dependency
2002-11-11 13:00:12 +00:00

20 lines
630 B
Text

Paraphrasing the website:
Python-DSV is a Python module for importing and exporting DSV (delimiter
separated values) files. DSV is a generalization of CSV (comma separated
values). CSV is a common file format used by many programs to import and
export data.
Features:
- Pure Python
- Optional wxPython GUI
- Optional heuristics for determining file format
- Handles embedded quotes, delimiters and newlines
- Customizable error handling
- Simple to use
- Portable
Author: Cliff Wells <clifford.wells@attbi.com>
WWW: http://python-dsv.sourceforge.net/
-- Johann Visagie <wjv@FreeBSD.org>