wfexs_backend.fetchers.trs_files#

Module Contents#

Functions#

fetchTRSFiles

Method to download contents from TRS files related to a tool

Data#

API#

wfexs_backend.fetchers.trs_files.INTERNAL_TRS_SCHEME_PREFIX = 'wfexs.trs.files'#
wfexs_backend.fetchers.trs_files.TRS_SCHEME_PREFIX = 'trs'#
wfexs_backend.fetchers.trs_files.TRS_FILES_SUFFIX = '/files'#
wfexs_backend.fetchers.trs_files.TRS_DESCRIPTOR_INFIX = '/descriptor/'#
wfexs_backend.fetchers.trs_files.fetchTRSFiles(remote_file: wfexs_backend.common.URIType, cachedFilename: wfexs_backend.common.PathLikePath, secContext: SecurityContextConfig | None = None) wfexs_backend.fetchers.ProtocolFetcherReturn#

Method to download contents from TRS files related to a tool

Parameters:
  • remote_file

  • cachedFilename – Destination filename for the fetched content

  • secContext – The security context containing the credentials