LICENSE
README.md
pyproject.toml
setup.cfg
setup.py
cpm/__init__.py
cpm/argument_parser.py
cpm/api/__init__.py
cpm/api/build.py
cpm/api/clean.py
cpm/api/create.py
cpm/api/init.py
cpm/api/install.py
cpm/api/prep.py
cpm/api/publish.py
cpm/api/result.py
cpm/api/test.py
cpm/domain/__init__.py
cpm/domain/bit_download.py
cpm/domain/bit_installer.py
cpm/domain/cmake_builder.py
cpm/domain/compilation_service.py
cpm/domain/constants.py
cpm/domain/creation_service.py
cpm/domain/install_service.py
cpm/domain/project_commands.py
cpm/domain/project_packager.py
cpm/domain/publish_service.py
cpm/domain/sample_code.py
cpm/domain/template_download.py
cpm/domain/template_installer.py
cpm/domain/template_packager.py
cpm/domain/test_service.py
cpm/domain/cmake/__init__.py
cpm/domain/cmake/cmakelists_builder.py
cpm/domain/project/__init__.py
cpm/domain/project/project.py
cpm/domain/project/project_composer.py
cpm/domain/project/project_descriptor.py
cpm/domain/project/project_descriptor_editor.py
cpm/domain/project/project_descriptor_parser.py
cpm/domain/project/project_loader.py
cpm/domain/project/project_template.py
cpm/infrastructure/__init__.py
cpm/infrastructure/cpm_hub_connector_v1.py
cpm/infrastructure/cpm_user_configuration.py
cpm/infrastructure/filesystem.py
cpm/infrastructure/http_client.py
cpm/infrastructure/yaml_parser.py
cpm_cli.egg-info/PKG-INFO
cpm_cli.egg-info/SOURCES.txt
cpm_cli.egg-info/dependency_links.txt
cpm_cli.egg-info/requires.txt
cpm_cli.egg-info/top_level.txt
scripts/cpm
test/__init__.py
test/api/__init__.py
test/api/test_api_build.py
test/api/test_api_clean.py
test/api/test_api_create.py
test/api/test_api_init.py
test/api/test_api_install.py
test/api/test_api_prep.py
test/api/test_api_publish.py
test/api/test_api_test.py
test/domain/__init__.py
test/domain/test_bit_installer.py
test/domain/test_bit_packager.py
test/domain/test_cmakelists_builder.py
test/domain/test_compilation_plan_parser.py
test/domain/test_compilation_service.py
test/domain/test_creation_service.py
test/domain/test_project_composer.py
test/domain/test_project_descriptor_editor.py
test/domain/test_project_descriptor_parser.py
test/domain/test_project_loader.py
test/domain/test_publish_service.py
test/domain/test_template_installer.py
test/domain/test_template_packager.py
test/domain/test_test_service.py
test/e2e/__init__.py
test/e2e/conftest.py
test/e2e/test_cpm.py
test/e2e/test_schema_validation.py
test/e2e/environment/__init__.py
test/e2e/environment/cpmhub_mock.py
test/infrastructure/__init__.py
test/infrastructure/test_cpm_hub_connector_v1.py
test/infrastructure/test_cpm_user_configuration.py