embdgen.plugins.content.ArchiveContent

class embdgen.plugins.content.ArchiveContent.ArchiveContent[source]

Bases: FilesContentProvider

Content from an archive

CONTENT_TYPE = 'archive'
archive: Path

Archive to be unpacked

property files: List[Path]
prepare() None[source]

Prepare content

This should calculate the size of the content and generate any files / information required by the owning class.