stegosphere.containers package

Subpackages

Submodules

stegosphere.containers.container module

Base module for the container class

class stegosphere.containers.container.Container

Bases: ABC

A superclass for file containers.

abstractmethod flush(**args)
abstractmethod read(**args)
abstractmethod save(**args)
class stegosphere.containers.container.ContainerCollection(paths, container_type=None, filter=True)

Bases: Container

Simplifies working with several containers at the same time.

flush(data)
read()
save(paths)

Module contents

The containers package defines the file handling of various file types.