SPyRO.formats.XMLRPCFormatLegacy:
XMLRPC Format, Non - SPyRO clients must send request to
procedure "SPyRO_execute" with the proper arguments
(Request object properties)
SPyRO.formats.PickleFormat:
This is the Interface to serialize (load and dumps) of the
pickle format broker.
threading._Timer:
Call a function after a specified number of seconds:
threadutils.PeriodicExecution:
Performs execution of |periodicfunction| in the time |now| +
timetobegin, and periodically repites every |timeinterval|.
rfc822.Message:
Represents a single RFC 2822-compliant message.
mimetools.Message:
A derived class of rfc822.Message that knows about MIME headers
and contains some hooks for decoding encoded and multipart
messages.