daklib.ls

List packages according to various criteria

@copyright: 2014, Ansgar Burchardt <ansgar@debian.org> @license: GPL-2+

Functions

list_packages(packages[, suites, ...])

daklib.ls.list_packages(packages: Collection[str], suites: Collection[str] | None = None, components: Collection[str] | None = None, architectures: Collection[str] | None = None, binary_types: Collection[str] | None = None, source_and_binary=False, regex=False, format: str | None = None, highest: str | None = None) Iterable[str] | Iterable[dict[str, dict[str, dict[str, dict[str, str]]]]][source]