.coverage
.coveragerc
.flake8
.gitignore
CHANGELOG.md
COPYRIGHTS
Dockerfile
LICENSE
MANIFEST.in
README.md
manage.py
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
.github/workflows/test.yml
examples/build_report.py
examples/build_report_template.html
examples/example_report.py
examples/example_template.html
examples/my_template.html.jinja2
examples/report.yml
scripts/release
scripts/upload
squad_client/__init__.py
squad_client/exceptions.py
squad_client/logging.py
squad_client/manage.py
squad_client/report.py
squad_client/settings.py
squad_client/shortcuts.py
squad_client/utils.py
squad_client/version.py
squad_client.egg-info/PKG-INFO
squad_client.egg-info/SOURCES.txt
squad_client.egg-info/dependency_links.txt
squad_client.egg-info/entry_points.txt
squad_client.egg-info/requires.txt
squad_client.egg-info/top_level.txt
squad_client/__pycache__/__init__.cpython-38.pyc
squad_client/__pycache__/exceptions.cpython-38.pyc
squad_client/__pycache__/logging.cpython-38.pyc
squad_client/__pycache__/manage.cpython-38.pyc
squad_client/__pycache__/report.cpython-38.pyc
squad_client/__pycache__/settings.cpython-38.pyc
squad_client/__pycache__/shortcuts.cpython-38.pyc
squad_client/__pycache__/utils.cpython-38.pyc
squad_client/__pycache__/version.cpython-38.pyc
squad_client/commands/__init__.py
squad_client/commands/create_or_update_project.py
squad_client/commands/report.py
squad_client/commands/shell.py
squad_client/commands/submit.py
squad_client/commands/submit_job.py
squad_client/commands/submit_tuxbuild.py
squad_client/commands/test.py
squad_client/commands/__pycache__/__init__.cpython-38.pyc
squad_client/commands/__pycache__/create_or_update_project.cpython-38.pyc
squad_client/commands/__pycache__/object.cpython-38.pyc
squad_client/commands/__pycache__/report.cpython-38.pyc
squad_client/commands/__pycache__/shell.cpython-38.pyc
squad_client/commands/__pycache__/submit.cpython-38.pyc
squad_client/commands/__pycache__/submit_job.cpython-38.pyc
squad_client/commands/__pycache__/submit_tux.cpython-38.pyc
squad_client/commands/__pycache__/submit_tuxbuild.cpython-38.pyc
squad_client/commands/__pycache__/test.cpython-38.pyc
squad_client/core/api.py
squad_client/core/command.py
squad_client/core/models.py
squad_client/core/__pycache__/api.cpython-38.pyc
squad_client/core/__pycache__/command.cpython-38.pyc
squad_client/core/__pycache__/models.cpython-38.pyc
tests/__init__.py
tests/fixtures.py
tests/sample_script.py
tests/settings.py
tests/squad.sqlite3
tests/squad_service.py
tests/squad_settings.py
tests/test_api.py
tests/test_code_quality.py
tests/test_docker.py
tests/test_models.py
tests/test_report.py
tests/test_shortcuts.py
tests/test_submit.py
tests/test_submit_tuxbuild.py
tests/test_utils.py
tests/__pycache__/__init__.cpython-38.pyc
tests/__pycache__/settings.cpython-38.pyc
tests/__pycache__/squad_service.cpython-38.pyc
tests/__pycache__/test_api.cpython-38.pyc
tests/__pycache__/test_code_quality.cpython-38.pyc
tests/__pycache__/test_docker.cpython-38.pyc
tests/__pycache__/test_models.cpython-38.pyc
tests/__pycache__/test_report.cpython-38.pyc
tests/__pycache__/test_shortcuts.cpython-38.pyc
tests/__pycache__/test_submit.cpython-38.pyc
tests/__pycache__/test_submit_tuxbuild.cpython-38.pyc
tests/__pycache__/test_utils.cpython-38.pyc
tests/commands/test_create_or_update_project.py
tests/data/dummy-definition.yaml
tests/data/submit/tuxbuild/build.json
tests/data/submit/tuxbuild/buildset.json
tests/data/submit/tuxbuild/empty_build_status.json
tests/data/submit/tuxbuild/empty_kconfig.json
tests/data/submit/tuxbuild/malformed.json
tests/data/submit/tuxbuild/malformed_build_status.json
tests/data/submit/tuxbuild/malformed_kconfig.json
tests/data/submit/tuxbuild/missing_build_status.json
tests/data/submit/tuxbuild/missing_kconfig.json
tests/submit_results/sample_log.log
tests/submit_results/sample_metadata.json
tests/submit_results/sample_metrics.json
tests/submit_results/sample_results.json
tests/submit_results/sample_results.txt
tests/submit_results/sample_results.yaml
tests/submit_results/sample_results_malformed.json
tests/submit_results/sample_results_malformed.yaml