MANIFEST.in
README.md
requirements.txt
setup.py
conan_sword_and_sorcery/__init__.py
conan_sword_and_sorcery/conan_settings.yaml
conan_sword_and_sorcery/utils.py
conan_sword_and_sorcery.egg-info/PKG-INFO
conan_sword_and_sorcery.egg-info/SOURCES.txt
conan_sword_and_sorcery.egg-info/dependency_links.txt
conan_sword_and_sorcery.egg-info/entry_points.txt
conan_sword_and_sorcery.egg-info/requires.txt
conan_sword_and_sorcery.egg-info/top_level.txt
conan_sword_and_sorcery/ci/Executor.py
conan_sword_and_sorcery/ci/__init__.py
conan_sword_and_sorcery/ci/run.py
conan_sword_and_sorcery/ci/settings.py
conan_sword_and_sorcery/ci/compilers/__init__.py
conan_sword_and_sorcery/ci/compilers/base_compiler.py
conan_sword_and_sorcery/ci/compilers/clang.py
conan_sword_and_sorcery/ci/compilers/gcc.py
conan_sword_and_sorcery/ci/compilers/no_compiler.py
conan_sword_and_sorcery/ci/compilers/registry.py
conan_sword_and_sorcery/ci/compilers/visual_studio.py
conan_sword_and_sorcery/parsers/__init__.py
conan_sword_and_sorcery/parsers/conanfile.py
tests/requirements.txt
tests/test_ci/__init__.py
tests/test_ci/test_Executor.py
tests/test_ci/test_compilers/__init__.py
tests/test_ci/test_compilers/test_BaseCompiler.py
tests/test_ci/test_compilers/test_CompilerClassHolder.py
tests/test_ci/test_compilers/test_CompilerRegistry.py
tests/test_conanfiles/__init__.py
tests/test_conanfiles/test_conanfile01.py
tests/test_conanfiles/test_conanfile02.py
tests/test_parsers/__init__.py
tests/test_parsers/test_conanfile.py