schrodinger.application.transforms.utils module

Utility classes for transforms.

class schrodinger.application.transforms.utils.ZipBlob(folder_path: Path)

Bases: object

A zstandard compressed representation of all files within a folder as a ZIP archive.

__init__(folder_path: Path)
write(path: Path) None

Extract the archive contents to the given directory.