A class for reading and writing numpy record arrays to and from files with fixed length records
Project description
This is a python extension module for reading from and writing to files with fixed length records. Data are read into or written from numerical python arrays (numpy). Files can be binary or text files with fixed delimiter, such as csv, tab, white space, etc.
The extension is a C++ class wrapped using SWIG.
version 0.41 should replace 0.40, which had a bug in write() which sometimes called the wrong C++ code.