LICENSE
MANIFEST.in
README.md
pyproject.toml
idf_component_manager/__init__.py
idf_component_manager/__main__.py
idf_component_manager/cmake_component_requirements.py
idf_component_manager/core.py
idf_component_manager/core_utils.py
idf_component_manager/dependencies.py
idf_component_manager/idf_extensions.py
idf_component_manager/local_component_list.py
idf_component_manager/sync.py
idf_component_manager/utils.py
idf_component_manager.egg-info/PKG-INFO
idf_component_manager.egg-info/SOURCES.txt
idf_component_manager.egg-info/dependency_links.txt
idf_component_manager.egg-info/entry_points.txt
idf_component_manager.egg-info/requires.txt
idf_component_manager.egg-info/top_level.txt
idf_component_manager/cli/__init__.py
idf_component_manager/cli/autocompletion.py
idf_component_manager/cli/cache.py
idf_component_manager/cli/component.py
idf_component_manager/cli/config.py
idf_component_manager/cli/constants.py
idf_component_manager/cli/core.py
idf_component_manager/cli/manifest.py
idf_component_manager/cli/project.py
idf_component_manager/cli/registry.py
idf_component_manager/cli/utils.py
idf_component_manager/cli/validations.py
idf_component_manager/prepare_components/__init__.py
idf_component_manager/prepare_components/__main__.py
idf_component_manager/prepare_components/cmake_pid.py
idf_component_manager/prepare_components/prepare.py
idf_component_manager/templates/idf_component_template.yml
idf_component_manager/version_solver/__init__.py
idf_component_manager/version_solver/constraint_file.py
idf_component_manager/version_solver/helper.py
idf_component_manager/version_solver/version_solver.py
idf_component_manager/version_solver/mixology/__init__.py
idf_component_manager/version_solver/mixology/assignment.py
idf_component_manager/version_solver/mixology/constraint.py
idf_component_manager/version_solver/mixology/failure.py
idf_component_manager/version_solver/mixology/incompatibility.py
idf_component_manager/version_solver/mixology/incompatibility_cause.py
idf_component_manager/version_solver/mixology/package.py
idf_component_manager/version_solver/mixology/package_source.py
idf_component_manager/version_solver/mixology/partial_solution.py
idf_component_manager/version_solver/mixology/range.py
idf_component_manager/version_solver/mixology/result.py
idf_component_manager/version_solver/mixology/set_relation.py
idf_component_manager/version_solver/mixology/term.py
idf_component_manager/version_solver/mixology/union.py
idf_component_manager/version_solver/mixology/version_solver.py
idf_component_tools/__init__.py
idf_component_tools/__version__.py
idf_component_tools/archive_tools.py
idf_component_tools/build_system_tools.py
idf_component_tools/config.py
idf_component_tools/constants.py
idf_component_tools/debugger.py
idf_component_tools/environment.py
idf_component_tools/errors.py
idf_component_tools/file_cache.py
idf_component_tools/file_tools.py
idf_component_tools/git_client.py
idf_component_tools/logging.py
idf_component_tools/manager.py
idf_component_tools/messages.py
idf_component_tools/utils.py
idf_component_tools/hash_tools/__init__.py
idf_component_tools/hash_tools/calculate.py
idf_component_tools/hash_tools/checksums.py
idf_component_tools/hash_tools/constants.py
idf_component_tools/hash_tools/errors.py
idf_component_tools/hash_tools/validate.py
idf_component_tools/lock/__init__.py
idf_component_tools/lock/manager.py
idf_component_tools/manifest/__init__.py
idf_component_tools/manifest/constants.py
idf_component_tools/manifest/if_parser.py
idf_component_tools/manifest/metadata.py
idf_component_tools/manifest/models.py
idf_component_tools/manifest/schemas.py
idf_component_tools/registry/__init__.py
idf_component_tools/registry/api_client.py
idf_component_tools/registry/api_models.py
idf_component_tools/registry/base_client.py
idf_component_tools/registry/client_errors.py
idf_component_tools/registry/multi_storage_client.py
idf_component_tools/registry/request_processor.py
idf_component_tools/registry/service_details.py
idf_component_tools/registry/storage_client.py
idf_component_tools/semver/__init__.py
idf_component_tools/semver/base.py
idf_component_tools/sources/__init__.py
idf_component_tools/sources/base.py
idf_component_tools/sources/fetcher.py
idf_component_tools/sources/git.py
idf_component_tools/sources/idf.py
idf_component_tools/sources/local.py
idf_component_tools/sources/web_service.py
tests/test_api_client.py
tests/test_archive_tools.py
tests/test_cmake_component_requirements.py
tests/test_component_manager_run_counter.py
tests/test_config.py
tests/test_core_utils.py
tests/test_file_tools.py
tests/test_git_client.py
tests/test_hash_tools.py
tests/test_hash_validator.py
tests/test_local_component_list.py
tests/test_lock.py
tests/test_manifest_common_cases.py
tests/test_mirror_sync.py
tests/test_misc.py
tests/test_prepare_copyfile_or_raise.py
tests/test_prepare_dep_dirs.py
tests/test_profile.py
tests/test_registry_url.py
tests/test_utils.py