pkgsrc-wip/py-asciidata/DESCR
Kamel Ibn Aziz Derouiche 61e4b0703b Import py26-asciidata-1.1.1 as wip/py-asciidata.
AstroAsciiData is a Python module to handle ASCII tables. Features:

    * Imports all reasonably well-formed Ascii tables
    * Column-first access
    * Easy creation and manipulation of tables, columns, rows and
	attached comments
    * Retains formatting of data values
    * Support for SExtractor style headers
    * Column sorting
    * Interchangeable comment character, column delimiter and null value
    * Exports data to:
          o Ascii
          o Numpy/Numarray
          o FITS table
          o HTML table format
          o LaTeX table format
2010-06-14 13:13:53 +00:00

17 lines
563 B
Plaintext

AstroAsciiData is a Python module to handle ASCII tables. Features:
* Imports all reasonably well-formed Ascii tables
* Column-first access
* Easy creation and manipulation of tables, columns, rows and
attached comments
* Retains formatting of data values
* Support for SExtractor style headers
* Column sorting
* Interchangeable comment character, column delimiter and null value
* Exports data to:
o Ascii
o Numpy/Numarray
o FITS table
o HTML table format
o LaTeX table format