This package ports the XMODEM, YMODEM and ZMODEM protocols to Python. We try to implement the protocols as minimalistic as possible without breaking the protocol specifications. All modem implementations must be given a getc
callback to retrieve character data from the remote end and a putc
callback to send character data.