system_helpers.apt.extract ========================== .. py:module:: system_helpers.apt.extract Attributes ---------- .. autoapisummary:: system_helpers.apt.extract.args Functions --------- .. autoapisummary:: system_helpers.apt.extract.parse_args system_helpers.apt.extract.candidate system_helpers.apt.extract.extract Module Contents --------------- .. py:function:: parse_args() -> argparse.Namespace Parse CLI arguments. .. py:function:: candidate(*, package: str, plus: bool) -> str Get candidate version for `package`. .. py:function:: extract(*, package: str, files: List[str], arch: str = 'amd64', clean: bool = True) -> None Download `.deb` for `package` and install only the specified `files`. .. py:data:: args