LICENSE
MANIFEST.in
OWNERS
OWNERS_ALIASES
Pipfile
Pipfile.lock
README.rst
mypy.ini
prepare.py
requirements.txt
setup.py
.s2i/bin/assemble
.s2i/bin/run
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/experimental_features.rst
docs/source/index.rst
docs/source/integration.rst
docs/source/introduction.rst
docs/source/justifications.rst
docs/source/landing_page.rst
docs/source/manifest_changes.rst
docs/source/performance.rst
docs/source/pipeline.rst
docs/source/predictor.rst
docs/source/prescription.rst
docs/source/provenance_checks.rst
docs/source/pseudonyms.rst
docs/source/resolver.rst
docs/source/security.rst
docs/source/sieves.rst
docs/source/steps.rst
docs/source/strides.rst
docs/source/unit.rst
docs/source/wraps.rst
docs/source/_static/asa_data.png
docs/source/_static/asa_no_data.png
docs/source/_static/asa_tc_09.png
docs/source/_static/asa_tc_098.png
docs/source/_static/beam_history_plot.png
docs/source/_static/dm.png
docs/source/_static/hill_climbing.png
docs/source/_static/history_random_data.png
docs/source/_static/mcts.gif
docs/source/_static/mcts_beam.png
docs/source/_static/mcts_predictor.png
docs/source/_static/mcts_resolver.png
docs/source/_static/mdp.dia
docs/source/_static/mdp.png
docs/source/_static/pipeline.dia
docs/source/_static/pipeline.gif
docs/source/_static/pipeline.png
docs/source/_static/pipeline_builder.gif
docs/source/_static/random_walk.gif
docs/source/_static/random_walk.png
docs/source/_static/rl_video.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/_static/td.gif
docs/source/_static/td_beam.png
docs/source/_static/td_predictor.png
docs/source/_static/td_resolver.png
docs/source/_templates/layout.html
docs/source/predictors/annealing.rst
docs/source/predictors/hill_climbing.rst
docs/source/predictors/latest.rst
docs/source/predictors/mcts.rst
docs/source/predictors/neural_network.rst
docs/source/predictors/package_combinations.rst
docs/source/predictors/random_walk.rst
docs/source/predictors/reinforcement_learning.rst
docs/source/predictors/sampling.rst
docs/source/predictors/temporal_difference_learning.rst
docs/source/prescription/boots.rst
docs/source/prescription/pseudonyms.rst
docs/source/prescription/should_include.rst
docs/source/prescription/sieves.rst
docs/source/prescription/steps.rst
docs/source/prescription/strides.rst
docs/source/prescription/wraps.rst
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_cpu_db.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_rules.py
tests/test_solver.py
tests/test_state.py
tests/test_step.py
tests/test_unit.py
tests/boots/__init__.py
tests/boots/test_cve_timestamp.py
tests/boots/test_environment_info.py
tests/boots/test_fully_specified_environment.py
tests/boots/test_labels.py
tests/boots/test_pipfile_hash.py
tests/boots/test_platform.py
tests/boots/test_prescription_release.py
tests/boots/test_python_version.py
tests/boots/test_rhel_version.py
tests/boots/test_solved_software_environment.py
tests/boots/test_solvers_configured.py
tests/boots/test_thoth_s2i.py
tests/boots/test_thoth_s2i_info.py
tests/boots/test_thoth_search.py
tests/boots/test_ubi.py
tests/boots/test_version_check.py
tests/data/constraints/constraints_0.txt
tests/data/constraints/constraints_1.txt
tests/data/graph/db_0.yaml
tests/data/graph/db_1.yaml
tests/data/graph/db_2.yaml
tests/data/prescriptions/_prescription_metadata.yaml
tests/data/prescriptions/units/basic.yaml
tests/data/projects/Pipfile
tests/data/projects/Pipfile.lock
tests/data/projects/Pipfile_project0
tests/data/projects/Pipfile_project1
tests/data/projects/requirements.in
tests/data/projects/requirements.txt
tests/data/projects/dev/Pipfile
tests/data/projects/dev/Pipfile.lock
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/prescription/__init__.py
tests/prescription/v1/__init__.py
tests/prescription/v1/base.py
tests/prescription/v1/test_add_package_step.py
tests/prescription/v1/test_boot.py
tests/prescription/v1/test_gh_release_notes.py
tests/prescription/v1/test_group.py
tests/prescription/v1/test_prescription.py
tests/prescription/v1/test_pseudonym.py
tests/prescription/v1/test_sieve.py
tests/prescription/v1/test_skip_package_sieve.py
tests/prescription/v1/test_skip_package_step.py
tests/prescription/v1/test_step.py
tests/prescription/v1/test_stride.py
tests/prescription/v1/test_unit.py
tests/prescription/v1/test_wrap.py
tests/pseudonyms/__init__.py
tests/pseudonyms/_debug/__init__.py
tests/pseudonyms/_debug/test_alias.py
tests/sieves/__init__.py
tests/sieves/test_constraints.py
tests/sieves/test_cve.py
tests/sieves/test_experimental_conf_index.py
tests/sieves/test_experimental_package_index.py
tests/sieves/test_experimental_prereleases.py
tests/sieves/test_filter_index.py
tests/sieves/test_index_enabled.py
tests/sieves/test_legacy_version.py
tests/sieves/test_locked.py
tests/sieves/test_package_combinations.py
tests/sieves/test_prereleases.py
tests/sieves/test_solved.py
tests/sieves/test_thoth_s2i_abi_compat.py
tests/sieves/test_thoth_s2i_packages.py
tests/sieves/test_update.py
tests/sieves/test_version_constraint.py
tests/sieves/_pulp/__init__.py
tests/sieves/_pulp/test_index_label.py
tests/sieves/_pulp/test_no_index_label.py
tests/sieves/tensorflow/__init__.py
tests/sieves/tensorflow/test_tf_api.py
tests/steps/__init__.py
tests/steps/test_cve.py
tests/steps/test_dropout.py
tests/steps/test_security_indicators.py
tests/steps/tensorflow/__init__.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/pseudonyms.py
tests/units/sieves.py
tests/units/steps.py
tests/units/strides.py
tests/units/wraps.py
tests/wraps/__init__.py
tests/wraps/test_libraries_io.py
tests/wraps/test_pulp_release.py
tests/wraps/test_pypi_release.py
tests/wraps/test_thoth_search_package.py
tests/wraps/test_trove_classifiers.py
tests/wraps/python/__init__.py
tests/wraps/pytorch/__init__.py
tests/wraps/tensorflow/__init__.py
thoth/adviser/__init__.py
thoth/adviser/beam.py
thoth/adviser/boot.py
thoth/adviser/cli.py
thoth/adviser/context.py
thoth/adviser/cpu_db.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/pseudonym.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/unit_types.py
thoth/adviser/utils.py
thoth/adviser/wrap.py
thoth/adviser/boots/__init__.py
thoth/adviser/boots/cve_timestamp.py
thoth/adviser/boots/environment_info.py
thoth/adviser/boots/fully_specified_environment.py
thoth/adviser/boots/labels.py
thoth/adviser/boots/pipfile_hash.py
thoth/adviser/boots/platform.py
thoth/adviser/boots/prescription_release.py
thoth/adviser/boots/python_version.py
thoth/adviser/boots/rhel_version.py
thoth/adviser/boots/solved_software_environment.py
thoth/adviser/boots/solvers_configured.py
thoth/adviser/boots/thoth_s2i.py
thoth/adviser/boots/thoth_s2i_info.py
thoth/adviser/boots/thoth_search.py
thoth/adviser/boots/ubi.py
thoth/adviser/boots/version_check.py
thoth/adviser/boots/_debug/__init__.py
thoth/adviser/boots/_debug/memtrace.py
thoth/adviser/data/cpu_db.yaml
thoth/adviser/data/tensorflow/api.json
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/prescription/__init__.py
thoth/adviser/prescription/v1/__init__.py
thoth/adviser/prescription/v1/add_package_step.py
thoth/adviser/prescription/v1/boot.py
thoth/adviser/prescription/v1/gh_release_notes.py
thoth/adviser/prescription/v1/group.py
thoth/adviser/prescription/v1/prescription.py
thoth/adviser/prescription/v1/pseudonym.py
thoth/adviser/prescription/v1/schema.py
thoth/adviser/prescription/v1/sieve.py
thoth/adviser/prescription/v1/skip_package_sieve.py
thoth/adviser/prescription/v1/skip_package_step.py
thoth/adviser/prescription/v1/step.py
thoth/adviser/prescription/v1/stride.py
thoth/adviser/prescription/v1/unit.py
thoth/adviser/prescription/v1/unit_cache.py
thoth/adviser/prescription/v1/wrap.py
thoth/adviser/pseudonyms/__init__.py
thoth/adviser/pseudonyms/_debug/__init__.py
thoth/adviser/pseudonyms/_debug/alias.py
thoth/adviser/sieves/__init__.py
thoth/adviser/sieves/constraints.py
thoth/adviser/sieves/cve.py
thoth/adviser/sieves/experimental_filter_conf_index.py
thoth/adviser/sieves/experimental_package_index.py
thoth/adviser/sieves/experimental_prereleases.py
thoth/adviser/sieves/filter_index.py
thoth/adviser/sieves/index_enabled.py
thoth/adviser/sieves/legacy_version.py
thoth/adviser/sieves/locked.py
thoth/adviser/sieves/package_combinations.py
thoth/adviser/sieves/prereleases.py
thoth/adviser/sieves/rules.py
thoth/adviser/sieves/solved.py
thoth/adviser/sieves/thoth_s2i_abi_compat.py
thoth/adviser/sieves/thoth_s2i_packages.py
thoth/adviser/sieves/update.py
thoth/adviser/sieves/version_constraint.py
thoth/adviser/sieves/_pulp/__init__.py
thoth/adviser/sieves/_pulp/index_label.py
thoth/adviser/sieves/_pulp/no_index_label.py
thoth/adviser/sieves/tensorflow/__init__.py
thoth/adviser/sieves/tensorflow/tf_api.py
thoth/adviser/steps/__init__.py
thoth/adviser/steps/cve.py
thoth/adviser/steps/dropout.py
thoth/adviser/steps/security_indicators.py
thoth/adviser/steps/_debug/__init__.py
thoth/adviser/steps/_debug/generate_score.py
thoth/adviser/steps/_debug/mock_score.py
thoth/adviser/steps/_debug/set_score.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/libraries_io.py
thoth/adviser/wraps/pulp_release.py
thoth/adviser/wraps/pypi_release.py
thoth/adviser/wraps/thoth_search_package.py
thoth/adviser/wraps/trove_classifiers.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