List API¶
Warning
This feature is experimental and subject to breaking changes. See the Conan stability section for more information.
- class ListAPI(conan_api)¶
 Get references from the recipes and packages in the cache or a remote
- static filter_packages_configurations(pkg_configurations, query)¶
 - Parameters:
 pkg_configurations – Dict[PkgReference, PkgConfiguration]
query – str like “os=Windows AND (arch=x86 OR compiler=gcc)”
- Returns:
 Dict[PkgReference, PkgConfiguration]
- explain_missing_binaries(ref, conaninfo, remotes)¶
 (Experimental) Explain why a binary is missing in the cache
- find_remotes(package_list, remotes)¶
 (Experimental) Find the remotes where the current package lists can be found