astropyio
Astropyio is a reference to the input/output (I/O) facilities of the Astropy Project, a Python library for astronomy. Historically, astropyio referred to the collection of I/O utilities designed to ease reading, writing, and converting astronomical data between common formats and in-memory Python objects. The I/O layer aims to provide a uniform interface across formats such as FITS, ASCII/CSV tables, and VOTable, facilitating data exchange within the Python scientific ecosystem.
Over time, the I/O functionality was integrated into the Astropy project under the astropy.io namespace, with
Typical capabilities include reading and writing FITS files, including headers and data arrays, as well as
Astropyio-like functionality remains central to astronomers' data workflows, reflecting the broader goals of the Astropy Project
See also Astropy, the astropy.io subpackage, PyFITS, FITS, and VOTable.