📄️ dump_json
dumpjson(obj str | Path | None = None, **kwargs) -> None
📄️ dump_pickle
dumppickle(obj str | Path) -> None
📄️ dump_yaml
dumpyaml(obj str | Path | None = None, **kwargs) -> None
📄️ get_curdir
getcurdir(path bool = True) -> Path
📄️ get_files
getfiles(folder str | list[str] | tuple[str, ...] | None = None, recursive bool = True, sortpath bool = True)
📄️ load_json
loadjson(path: Path | str, **kwargs) -> dict
📄️ load_pickle
loadpickle(path: str | Path)
📄️ load_yaml
loadyaml(path: Path | str) -> dict