artemis.tools.mftool

Tool that reads mainframe files encoded in the EBCDIC format.

Module Contents

class artemis.tools.mftool.MfToolOptions

Class to hold dictionary of required options

pos_char
neg_char
codec = cp500
class artemis.tools.mftool.MfTool(name, **kwargs)

Bases: artemis.core.tool.ToolBase

The class that deals with mainframe files.

initialize(self)
property record_size(self)
property columns(self)
execute(self, block)

Reads a block of data with the initialized MfTool object.