1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/textproc/py-dsv/pkg-descr
Ruslan Makhmatkhanov 66c2fd2c78 - remove WITH_GUI check because we haven't wxPython 2.4 in ports anymore and
because it doesn't work correctly with more fresher versions (runtime tested)
- trim Makefile header
- remove indefinite article from COMMENT
- limit python version to 2.x (print/except)
- convert to optionsng (NOPORTDOCS case)
- cleanup pkg-descr

This is good candidate for removal since this package isn't updated anymore and
we have native csv parser/writer in every python version available from ports.
2013-01-22 20:42:11 +00:00

18 lines
533 B
Plaintext

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
WWW: http://python-dsv.sourceforge.net/