Misc

tdworkflow.util module

tdworkflow.util.archive_files(target_dir: str, exclude_patterns: List[str]) → _io.BytesIO
tdworkflow.util.exclude_files(pattern)
tdworkflow.util.parse_iso8601(target: str) → Optional[datetime.datetime]
tdworkflow.util.to_iso8601(dt: datetime.datetime) → str

tdworkflow.exceptions module

exception tdworkflow.exceptions.HttpError

Bases: Exception

tdworkflow.exceptions.raise_response_error(r: requests.models.Response)