AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
docs/Makefile
docs/authors.rst
docs/commands.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/quickstart.rst
docs/readme.rst
docs/reporting.rst
docs/_static/sk_logo.png
docs/_static/root_diff/test.a.png
docs/_static/root_diff/test.y.png
scikit_validate.egg-info/PKG-INFO
scikit_validate.egg-info/SOURCES.txt
scikit_validate.egg-info/dependency_links.txt
scikit_validate.egg-info/entry_points.txt
scikit_validate.egg-info/not-zip-safe
scikit_validate.egg-info/requires.txt
scikit_validate.egg-info/top_level.txt
skvalidate/__init__.py
skvalidate/clang_tidy.py
skvalidate/cli.py
skvalidate/git.py
skvalidate/skvalidate.py
skvalidate/commands/__init__.py
skvalidate/commands/absolute_to_relative_path.py
skvalidate/commands/cpp_check_format.py
skvalidate/commands/detect_software_versions.py
skvalidate/commands/execute.py
skvalidate/commands/file_info.py
skvalidate/commands/get_artifact_url.py
skvalidate/commands/get_target_branch.py
skvalidate/commands/make_demo_report.py
skvalidate/commands/make_report.py
skvalidate/commands/merge_json.py
skvalidate/commands/metric_diff.py
skvalidate/commands/remove_from_env.py
skvalidate/commands/root_diff.py
skvalidate/commands/root_info.py
skvalidate/commands/submit_report_to_mr.py
skvalidate/commands/version.py
skvalidate/compare/__init__.py
skvalidate/compare/metrics.py
skvalidate/data/config/report/demo.yml
skvalidate/data/config/report/gitlab_report.yml
skvalidate/data/examples/file_metrics.json
skvalidate/data/examples/file_metrics_ref.json
skvalidate/data/examples/memory_profile.dat
skvalidate/data/examples/memory_profile_ref.dat
skvalidate/data/examples/performance_metrics.json
skvalidate/data/examples/performance_metrics_ref.json
skvalidate/data/examples/software_versions.json
skvalidate/data/examples/validation.json
skvalidate/data/examples/root_diff/test_1_2/generate.sh
skvalidate/data/examples/root_diff/test_1_2/root_diff.json
skvalidate/data/examples/root_diff/test_1_2/test.a.png
skvalidate/data/examples/root_diff/test_1_2/test.x.png
skvalidate/data/examples/root_diff/test_1_2/test.y.png
skvalidate/data/examples/root_diff/test_1_2/test.z.png
skvalidate/data/examples/root_diff/test_1_3/generate.sh
skvalidate/data/examples/root_diff/test_1_3/root_diff.json
skvalidate/data/examples/root_diff/test_1_3/test.a.png
skvalidate/data/examples/root_diff/test_1_3/test.x.png
skvalidate/data/examples/root_diff/test_1_3/test.y.png
skvalidate/data/examples/root_diff/test_1_3/test.z.png
skvalidate/data/templates/report/default/cpp_check_format.md
skvalidate/data/templates/report/default/file_metrics.md
skvalidate/data/templates/report/default/performance.md
skvalidate/data/templates/report/default/pipeline.md
skvalidate/data/templates/report/default/summary.md
skvalidate/data/templates/report/default/validation.md
skvalidate/data/templates/report/default/validation_detail.md
skvalidate/gitlab/__init__.py
skvalidate/io/__init__.py
skvalidate/report/__init__.py
skvalidate/report/cpp_check_format.py
skvalidate/report/demo.py
skvalidate/report/validation.py
skvalidate/software/__init__.py
skvalidate/software/detect.py
skvalidate/vis/__init__.py
skvalidate/vis/profile.py
tests/__init__.py
tests/conftest.py
tests/test_remove_from_path.py
tests/test_skvalidate.py
tests/commands/__init__.py
tests/commands/test_execute.py
tests/commands/test_file_info.py
tests/commands/test_get_target_branch.py
tests/compare/__init__.py
tests/compare/test_compare.py
tests/compare/test_compare_metrics.py
tests/compare/test_metrics.py
tests/dependencies/__init__.py
tests/dependencies/awkward_array/__init__.py
tests/dependencies/awkward_array/test_operations.py
tests/dependencies/awkward_array/test_restructuring.py
tests/gitlab/__init__.py
tests/gitlab/test_gitlab.py
tests/io/__init__.py
tests/io/test_io.py
tests/io/test_resolve_wildcard_path.py
tests/report/__init__.py
tests/report/test_format_software_versions.py
tests/report/test_validation.py
tests/samples/generate_samples.py
tests/samples/non_tree_objects.root
tests/samples/objects.cpp
tests/samples/objects.root
tests/samples/test_1.root
tests/samples/test_2.root
tests/samples/test_3.root
tests/vis/__init__.py
tests/vis/test_vis.py