MANIFEST.in
README.md
requirements.txt
setup.py
conan_sword_and_sorcery/__init__.py
conan_sword_and_sorcery/uploader.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/__init__.py
conan_sword_and_sorcery/ci/run.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/ci/runners/__init__.py
conan_sword_and_sorcery/ci/runners/appveyor.py
conan_sword_and_sorcery/ci/runners/base_runner.py
conan_sword_and_sorcery/ci/runners/profiles.py
conan_sword_and_sorcery/ci/runners/registry.py
conan_sword_and_sorcery/ci/runners/travis.py
conan_sword_and_sorcery/ci/runners/mixins/__init__.py
conan_sword_and_sorcery/ci/runners/mixins/_docker.py
conan_sword_and_sorcery/job_generators/__init__.py
conan_sword_and_sorcery/job_generators/base.py
conan_sword_and_sorcery/job_generators/environ_generator.py
conan_sword_and_sorcery/job_generators/printer.py
conan_sword_and_sorcery/job_generators/profiles_generator.py
conan_sword_and_sorcery/parsers/__init__.py
conan_sword_and_sorcery/parsers/conan_conf.py
conan_sword_and_sorcery/parsers/conanfile.py
conan_sword_and_sorcery/parsers/profile.py
conan_sword_and_sorcery/parsers/settings.py
conan_sword_and_sorcery/utils/__init__.py
conan_sword_and_sorcery/utils/cmd.py
conan_sword_and_sorcery/utils/conan.py
conan_sword_and_sorcery/utils/docker.py
conan_sword_and_sorcery/utils/environ.py
tests/requirements.txt
tests/test_ci/__init__.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_ci/test_compilers/test_CompilerVisualStudio.py
tests/test_ci/test_runners/__init__.py
tests/test_ci/test_runners/test_RunnerRegistry.py
tests/test_ci/test_runners/test_StableBranchPattern.py
tests/test_conanfiles/__init__.py
tests/test_conanfiles/test_conanfile01.py
tests/test_conanfiles/test_conanfile02.py
tests/test_job_generators/__init__.py
tests/test_job_generators/test_JobGeneratorEnviron.py
tests/test_parsers/__init__.py
tests/test_parsers/test_ConanConf.py
tests/test_parsers/test_Settings.py
tests/test_parsers/test_conanfile.py
tests/test_utils/__init__.py
tests/test_utils/test_cmd.py
tests/test_utils/test_slice.py