scistag.filestag.file_source¶
Implements the FileSource class and it’s essential helper classes.
The FileSource class lets you easily iterate through large amounts of files stored locally, on disk, in zip archives, in cloud storages and even zip archives in cloud storages.
Module attributes
Shall verify if a function shall be handled or ignored. |
Classes
Provides the data to filter single file entries |
|
Defines a single entry in the file list |
|
Defines a list of files storable in a database |
|
Base class for an iterable file source to batch process file lists such as directories, zip archives or cloud storages at small and large scale using a unified interface. |
|
Provides the data of a single file returned from a |
|
Iterator providing the data from a file source |