.conanignore
.gitignore
.pylintrc
LICENSE
README.md
pyproject.toml
requirements.txt
setup.py
.github/workflows/publish.yml
.github/workflows/pylint.yml
.idea/.gitignore
.idea/conan-cci-build.iml
.idea/modules.xml
.idea/vcs.xml
.idea/dictionaries/project.xml
extensions/commands/cmd_cci_build.py
src/cci_build/__init__.py
src/cci_build/conan_centre_index.py
src/cci_build/conan_client.py
src/cci_build/conan_util.py
src/cci_build/installer.py
src/cci_build/main.py
src/cci_build/package_parser.py
src/cci_build/profile_matcher.py
src/cci_build/workflow.py
src/cci_build/error/exception.py
src/cci_build/model/__init__.py
src/cci_build/model/context.py
src/cci_build/model/cci/conandata/types.py
src/cci_build/model/cci/config/types.py
src/cci_build/model/settings/__init__.py
src/cci_build/model/settings/types.py
src/cci_build/template/profile_node.py
src/cci_build/template/profile_proxy.py
src/cci_build/template/render.py
src/conan_cci_build.egg-info/PKG-INFO
src/conan_cci_build.egg-info/SOURCES.txt
src/conan_cci_build.egg-info/dependency_links.txt
src/conan_cci_build.egg-info/entry_points.txt
src/conan_cci_build.egg-info/requires.txt
src/conan_cci_build.egg-info/scm_file_list.json
src/conan_cci_build.egg-info/scm_version.json
src/conan_cci_build.egg-info/top_level.txt
test/micro/test_cci_package.py
test/micro/test_package_template.py
test/micro/test_parse_package_list.py
test/micro/test_profile_matcher.py
test/micro/resources/__init__.py
test/micro/resources/cci/recipes/lz4/config.yml
test/micro/resources/cci/recipes/lz4/all/conandata.yml
test/micro/resources/cci/recipes/lz4/all/conanfile.py
test/micro/resources/cci/recipes/sample/config.yml
test/micro/resources/cci/recipes/sample/1.0.0/conandata.yml
test/micro/resources/cci/recipes/sample/1.0.0/conanfile.py
test/micro/resources/cci/recipes/sample/all/conandata.yml
test/micro/resources/cci/recipes/sample/all/conanfile.py
test/micro/resources/cci/recipes/zlib/config.yml
test/micro/resources/cci/recipes/zlib/all/conandata.yml
test/micro/resources/cci/recipes/zlib/all/conanfile.py