export_manager module

class core.export_manager.ExportManager(export_dir='exports')

Bases: object

Manages the export of map bundles, including associated profiles and media, into a zip archive. :param export_dir: Directory where exported bundles will be saved. Defaults to “exports”. :type export_dir: str

export_bundle(map_path: Path, profile_dir: Path = None, media_dir: Path = None)