Possible Duplicate:
Efficient way of parsing fixed width files in Python
Not even sure if "space delimited" is really the right term here (which is probably what is hindering my search efforts). Basically, field X begins at character 0 and field Y begins at character 30. Pretty sure this is an ancient file format that one of our systems still uses. I could roll my own solution easily, but I would rather use an existing library if one exists.