LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
src/cabinetry/__init__.py
src/cabinetry/_typing.py
src/cabinetry/configuration.py
src/cabinetry/histo.py
src/cabinetry/model_utils.py
src/cabinetry/py.typed
src/cabinetry/route.py
src/cabinetry/smooth.py
src/cabinetry/tabulate.py
src/cabinetry/workspace.py
src/cabinetry.egg-info/PKG-INFO
src/cabinetry.egg-info/SOURCES.txt
src/cabinetry.egg-info/dependency_links.txt
src/cabinetry.egg-info/entry_points.txt
src/cabinetry.egg-info/requires.txt
src/cabinetry.egg-info/top_level.txt
src/cabinetry/cli/__init__.py
src/cabinetry/contrib/__init__.py
src/cabinetry/contrib/histogram_creator.py
src/cabinetry/contrib/histogram_reader.py
src/cabinetry/fit/__init__.py
src/cabinetry/fit/results_containers.py
src/cabinetry/schemas/config.json
src/cabinetry/templates/__init__.py
src/cabinetry/templates/builder.py
src/cabinetry/templates/collector.py
src/cabinetry/templates/postprocessor.py
src/cabinetry/templates/utils.py
src/cabinetry/visualize/__init__.py
src/cabinetry/visualize/plot_model.py
src/cabinetry/visualize/plot_result.py
src/cabinetry/visualize/utils.py
tests/__init__.py
tests/conftest.py
tests/test_backends.py
tests/test_cabinetry.py
tests/test_configuration.py
tests/test_histo.py
tests/test_integration.py
tests/test_model_utils.py
tests/test_route.py
tests/test_smooth.py
tests/test_tabulate.py
tests/test_workspace.py
tests/cli/test_cli.py
tests/contrib/test_contrib_histogram_creator.py
tests/contrib/test_contrib_histogram_reader.py
tests/fit/test_fit.py
tests/fit/test_fit_results_containers.py
tests/templates/test_templates.py
tests/templates/test_templates_builder.py
tests/templates/test_templates_collector.py
tests/templates/test_templates_postprocessor.py
tests/templates/test_templates_utils.py
tests/visualize/test_visualize.py
tests/visualize/test_visualize_plot_model.py
tests/visualize/test_visualize_plot_result.py
tests/visualize/test_visualize_utils.py
utils/config_histograms.yml
utils/create_histograms.py
utils/create_ntuples.py