MANIFEST.in
README.md
setup.py
idf_component_manager/__init__.py
idf_component_manager/__main__.py
idf_component_manager/__version__.py
idf_component_manager/cmake_component_requirements.py
idf_component_manager/config.py
idf_component_manager/core.py
idf_component_manager/dependencies.py
idf_component_manager/idf_extensions.py
idf_component_manager/local_component_list.py
idf_component_manager/service_details.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/requires.txt
idf_component_manager.egg-info/top_level.txt
idf_component_manager/prepare_components/__init__.py
idf_component_manager/prepare_components/__main__.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/version_solver.py
idf_component_tools/__init__.py
idf_component_tools/api_client.py
idf_component_tools/api_schemas.py
idf_component_tools/archive_tools.py
idf_component_tools/build_system_tools.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/hash_tools.py
idf_component_tools/serialization.py
idf_component_tools/lock/__init__.py
idf_component_tools/lock/manager.py
idf_component_tools/manifest/__init__.py
idf_component_tools/manifest/manager.py
idf_component_tools/manifest/manifest.py
idf_component_tools/manifest/solved_component.py
idf_component_tools/manifest/solved_manifest.py
idf_component_tools/manifest/validator.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
integration_tests/__init__.py
integration_tests/conftest.py
integration_tests/test_integration.py