mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
66c2fd2c78
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.
18 lines
533 B
Plaintext
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/
|