datalad_next.types.ArchiveType

class datalad_next.types.ArchiveType(value)[source]

Bases: Enum

Enumeration of archive types

Each one should have an associated ArchiveOperations handler.

tar = 'tar'
zip = 'zip'