had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues
18 lines
593 B
Text
18 lines
593 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/
|