pydss.pydss_fs_interfaceΒΆ

Interface to read pydss files on differing filesystem structures.

Classes

PyDssArchiveFileInterfaceBase(project_dir)

Base class for archive types.

PyDssFileSystemInterface(project_dir, ...)

Reads pydss files when the project is expanded into directories.

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.