.ci-ignore
.gitignore
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE.txt
MANIFEST.in
README.md
bl-predictor_logo.svg
requirements.txt
setup.py
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/coverage.yml
.github/workflows/pep8.yml
.github/workflows/pytest.yml
bl_predictor/__init__.py
bl_predictor/__main__.py
bl_predictor/crawler.py
bl_predictor/gui.py
bl_predictor/gui_slider_widget.py
bl_predictor/models.py
bl_predictor/prediction_evaluation.py
bl_predictor.egg-info/PKG-INFO
bl_predictor.egg-info/SOURCES.txt
bl_predictor.egg-info/dependency_links.txt
bl_predictor.egg-info/entry_points.txt
bl_predictor.egg-info/requires.txt
bl_predictor.egg-info/top_level.txt
tests/test_crawler+model_combo.py
tests/test_crawler.py
tests/test_evaluation.py
tests/test_gui.py
tests/test_models.py