sbr.utils Functions: as_set – download – split_strip – strip_comments – as_set as_set(obj: str | Iterable[str]) -> set[str] download async download( url: str, _fpath: StrPath | None = None, *, redo: bool = False, verbose: bool | None = True, expires: str | int | datetime | timedelta | None = None ) -> Path split_strip split_strip(text: str, sep: str | None = ',') -> list[str] strip_comments strip_comments(text: str) -> Generator[str, None, None]