PyDSS.pydss_fs_interface#

Interface to read PyDSS files on differing filesystem structures.

Classes

PyDssArchiveFileInterfaceBase(project_dir)

Base class for archive types.

PyDssDirectoryInterface(project_dir, ...)

Reads PyDSS files when the project is expanded into directories.

PyDssFileSystemInterface()

Interface to read PyDSS files on differing filesystem structures.

PyDssTarFileInterface(project_dir)

Reads PyDSS files when the project is archived in tar file.

PyDssZipFileInterface(project_dir)

Reads PyDSS files when the project is archived in zip file.