on_export (function)

Export data to a destination, as a bz2 compressed file.

Syntax

def on_export(dest: str) -> None:

Parameters

dest

The destination to export the data to.

Remarks

This function is to be replaced with magic-wormhole.

Last updated