wuttasync.exporting.handlers

Export Handlers

class wuttasync.exporting.handlers.ExportHandler(config, **kwargs)[source]

Generic base class for export handlers.

This is really just ImportHandler with the orientation flipped.

orientation = 'export'
class wuttasync.exporting.handlers.ToFileHandler(config, **kwargs)[source]

Base class for export handlers which use output file(s) as the data target.

Importers (exporters) used by this handler are generally assumed to subclass ToFile.