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]