LICENSE
MANIFEST.in
OWNERS
OWNERS_ALIASES
Pipfile
Pipfile.lock
README.rst
gdbheap.py
mypy.ini
requirements.txt
setup.py
docs/source/architecture.rst
docs/source/boots.rst
docs/source/compatibility.rst
docs/source/conf.py
docs/source/dependency_monkey.rst
docs/source/deployment.rst
docs/source/developers_guide.rst
docs/source/index.rst
docs/source/integration.rst
docs/source/introduction.rst
docs/source/performance.rst
docs/source/pipeline.rst
docs/source/predictor.rst
docs/source/provenance_checks.rst
docs/source/resolver.rst
docs/source/sieves.rst
docs/source/steps.rst
docs/source/strides.rst
docs/source/unit.rst
docs/source/wraps.rst
docs/source/_static/architecture.dia
docs/source/_static/architecture.png
docs/source/_static/beam_history_plot.png
docs/source/_static/dm.png
docs/source/_static/history_no_data.png
docs/source/_static/history_random_data.png
docs/source/_static/mdp.dia
docs/source/_static/mdp.png
docs/source/_static/pipeline.dia
docs/source/_static/pipeline.png
docs/source/_static/shared_dependencies.dia
docs/source/_static/shared_dependencies.png
docs/source/_static/state_space.png
docs/source/_static/state_space_guided.png
docs/source/_static/state_space_interpolated.png
docs/source/_static/state_space_spikes.png
docs/source/_templates/layout.html
docs/source/predictors/annealing.rst
docs/source/predictors/hill_climbing.rst
docs/source/predictors/random_walk.rst
docs/source/predictors/rl.rst
docs/source/predictors/sampling.rst
openshift/buildlogParser-template.yaml
openshift/dependencyMonkey-template.yaml
openshift/packageExtract-template.yaml
openshift/provenanceChecker-template.yaml
tests/__init__.py
tests/base.py
tests/conftest.py
tests/graph_mock.py
tests/helpers.py
tests/test_beam.py
tests/test_context.py
tests/test_dependency_monkey.py
tests/test_dm_report.py
tests/test_exceptions.py
tests/test_pipeline_builder.py
tests/test_pipeline_config.py
tests/test_predictor.py
tests/test_product.py
tests/test_report.py
tests/test_resolver.py
tests/test_solver.py
tests/test_state.py
tests/test_step.py
tests/test_unit.py
tests/boots/__init__.py
tests/boots/test_fully_specified_environment.py
tests/boots/test_platform.py
tests/boots/test_python_version.py
tests/boots/test_rhel_version.py
tests/boots/test_solved_software_environment.py
tests/boots/test_ubi.py
tests/boots/test_version_clash.py
tests/data/graph/db_0.yaml
tests/data/graph/db_1.yaml
tests/data/graph/db_2.yaml
tests/data/projects/Pipfile
tests/data/projects/Pipfile.lock
tests/data/projects/Pipfile_project0
tests/data/projects/Pipfile_project1
tests/predictors/__init__.py
tests/predictors/test_annealing.py
tests/predictors/test_hill_climbing.py
tests/predictors/test_latest.py
tests/predictors/test_mcts.py
tests/predictors/test_package_combinations.py
tests/predictors/test_random_walk.py
tests/predictors/test_sampling.py
tests/predictors/test_td.py
tests/sieves/__init__.py
tests/sieves/test_abi_compat.py
tests/sieves/test_filter_index.py
tests/sieves/test_index_enabled.py
tests/sieves/test_locked.py
tests/sieves/test_prereleases.py
tests/sieves/test_py36_setuptools.py
tests/sieves/test_solved.py
tests/sieves/test_version_constraint.py
tests/sieves/backports/__init__.py
tests/sieves/backports/test_enum34.py
tests/sieves/backports/test_functools32.py
tests/sieves/backports/test_importlib_metadata.py
tests/sieves/backports/test_importlib_resources.py
tests/sieves/backports/test_mock.py
tests/steps/__init__.py
tests/steps/test_aicoe.py
tests/steps/test_cve.py
tests/steps/test_dropout.py
tests/steps/test_security_indicators.py
tests/steps/test_tensorflow_avx2.py
tests/strides/__init__.py
tests/strides/test_one_version.py
tests/strides/test_random_decision.py
tests/strides/test_unique_stack.py
tests/units/__init__.py
tests/units/boots.py
tests/units/sieves.py
tests/units/steps.py
tests/units/strides.py
tests/units/wraps.py
tests/wraps/__init__.py
tests/wraps/test_intel_tensorflow.py
tests/wraps/test_mkl_threads.py
tests/wraps/test_no_observation.py
tests/wraps/test_no_semantic_interposition.py
thoth/adviser/__init__.py
thoth/adviser/beam.py
thoth/adviser/beam_bac2.py
thoth/adviser/beam_bac3.py
thoth/adviser/beam_fext.py
thoth/adviser/beam_fext_py.py
thoth/adviser/boot.py
thoth/adviser/cli.py
thoth/adviser/context.py
thoth/adviser/dependency_monkey.py
thoth/adviser/digests_fetcher.py
thoth/adviser/dm_report.py
thoth/adviser/enums.py
thoth/adviser/exceptions.py
thoth/adviser/pipeline_builder.py
thoth/adviser/pipeline_config.py
thoth/adviser/predictor.py
thoth/adviser/product.py
thoth/adviser/py.typed
thoth/adviser/report.py
thoth/adviser/resolver.py
thoth/adviser/run.py
thoth/adviser/sieve.py
thoth/adviser/solver.py
thoth/adviser/state.py
thoth/adviser/step.py
thoth/adviser/stride.py
thoth/adviser/unit.py
thoth/adviser/utils.py
thoth/adviser/wrap.py
thoth/adviser/boots/__init__.py
thoth/adviser/boots/fully_specified_environment.py
thoth/adviser/boots/memtrace.py
thoth/adviser/boots/platform.py
thoth/adviser/boots/python_version.py
thoth/adviser/boots/rhel_version.py
thoth/adviser/boots/solved_software_environment.py
thoth/adviser/boots/ubi.py
thoth/adviser/boots/version_clash.py
thoth/adviser/predictors/__init__.py
thoth/adviser/predictors/annealing.py
thoth/adviser/predictors/hill_climbing.py
thoth/adviser/predictors/latest.py
thoth/adviser/predictors/mcts.py
thoth/adviser/predictors/package_combinations.py
thoth/adviser/predictors/random_walk.py
thoth/adviser/predictors/sampling.py
thoth/adviser/predictors/td.py
thoth/adviser/sieves/__init__.py
thoth/adviser/sieves/abi_compat.py
thoth/adviser/sieves/filter_index.py
thoth/adviser/sieves/index_enabled.py
thoth/adviser/sieves/locked.py
thoth/adviser/sieves/prereleases.py
thoth/adviser/sieves/py36_setuptools.py
thoth/adviser/sieves/solved.py
thoth/adviser/sieves/version_constraint.py
thoth/adviser/sieves/backports/__init__.py
thoth/adviser/sieves/backports/enum34.py
thoth/adviser/sieves/backports/functools32.py
thoth/adviser/sieves/backports/importlib_metadata.py
thoth/adviser/sieves/backports/importlib_resources.py
thoth/adviser/sieves/backports/mock.py
thoth/adviser/steps/__init__.py
thoth/adviser/steps/aicoe.py
thoth/adviser/steps/cve.py
thoth/adviser/steps/dropout.py
thoth/adviser/steps/mock_score.py
thoth/adviser/steps/security_indicators.py
thoth/adviser/steps/tensorflow_avx2.py
thoth/adviser/strides/__init__.py
thoth/adviser/strides/one_version.py
thoth/adviser/strides/random_decision.py
thoth/adviser/strides/unique_stack.py
thoth/adviser/wraps/__init__.py
thoth/adviser/wraps/intel_tensorflow.py
thoth/adviser/wraps/mkl_threads.py
thoth/adviser/wraps/no_onservation.py
thoth/adviser/wraps/no_semantic_interposition.py
thoth_adviser.egg-info/PKG-INFO
thoth_adviser.egg-info/SOURCES.txt
thoth_adviser.egg-info/dependency_links.txt
thoth_adviser.egg-info/entry_points.txt
thoth_adviser.egg-info/not-zip-safe
thoth_adviser.egg-info/requires.txt
thoth_adviser.egg-info/top_level.txt
workflows/templates/dependency-monkey-template.yaml
workflows/templates/provenance-check-template.yaml