.gitignore
.readthedocs.yaml
.yamllint.yaml
LICENSE
README.md
pyproject.toml
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/0-general_issue.md
.github/ISSUE_TEMPLATE/1-bug_report.md
.github/ISSUE_TEMPLATE/2-feature_request.md
.github/workflows/linting.yml
.github/workflows/publish-to-pypi.yml
.github/workflows/smoke-test.yml
.github/workflows/testing-and-coverage.yml
docs/Makefile
docs/conf.py
docs/demos.rst
docs/index.rst
docs/requirements.txt
docs/_static/css/notebooks.css
docs/source/analysis_components.rst
docs/source/components.rst
docs/source/contributing.rst
docs/source/factories.rst
docs/source/fix_an_issue.rst
docs/source/flavors.rst
docs/source/installation.rst
docs/source/interactive.rsl
docs/source/interactive.rst
docs/source/new_dataset.rst
docs/source/new_dataset_holder.rst
docs/source/new_plotter.rst
docs/source/overview.rst
docs/source/pipelines.rst
docs/source/rail_plot_cli.rst
docs/source/rail_project.rst
docs/source/rail_project_cli.rst
examples/rail_plotting_control.ipynb
examples/rail_project_example.ipynb
examples/rail_project_library.ipynb
examples/rail_project_new_flavor.ipynb
sonnet/charge.md
src/pz_rail_projects.egg-info/PKG-INFO
src/pz_rail_projects.egg-info/SOURCES.txt
src/pz_rail_projects.egg-info/dependency_links.txt
src/pz_rail_projects.egg-info/entry_points.txt
src/pz_rail_projects.egg-info/requires.txt
src/pz_rail_projects.egg-info/top_level.txt
src/rail/cli/rail_plot/__init__.py
src/rail/cli/rail_plot/__main__.py
src/rail/cli/rail_plot/plot_commands.py
src/rail/cli/rail_plot/plot_options.py
src/rail/cli/rail_project/__init__.py
src/rail/cli/rail_project/__main__.py
src/rail/cli/rail_project/project_commands.py
src/rail/cli/rail_project/project_options.py
src/rail/cli/rail_project/project_scripts.py
src/rail/plotting/__init__.py
src/rail/plotting/cat_data_holders.py
src/rail/plotting/cat_plotters.py
src/rail/plotting/control.py
src/rail/plotting/data_extraction_funcs.py
src/rail/plotting/dataset.py
src/rail/plotting/dataset_factory.py
src/rail/plotting/dataset_holder.py
src/rail/plotting/nz_data_holders.py
src/rail/plotting/nz_plotters.py
src/rail/plotting/plot_group.py
src/rail/plotting/plot_group_factory.py
src/rail/plotting/plot_holder.py
src/rail/plotting/plotter.py
src/rail/plotting/plotter_factory.py
src/rail/plotting/plotting_functions.py
src/rail/plotting/pz_data_holders.py
src/rail/plotting/pz_plotters.py
src/rail/plotting/utility_functions.py
src/rail/plotting/validation.py
src/rail/plotting/html_templates/bootstrap.min.css
src/rail/plotting/html_templates/plot_group_index.html
src/rail/plotting/html_templates/plot_group_table.html
src/rail/projects/__init__.py
src/rail/projects/_version.py
src/rail/projects/algorithm_factory.py
src/rail/projects/algorithm_holder.py
src/rail/projects/arrow_utils.py
src/rail/projects/catalog_factory.py
src/rail/projects/catalog_template.py
src/rail/projects/dynamic_class.py
src/rail/projects/execution.py
src/rail/projects/file_template.py
src/rail/projects/library.py
src/rail/projects/name_utils.py
src/rail/projects/path_funcs.py
src/rail/projects/pipeline_factory.py
src/rail/projects/pipeline_holder.py
src/rail/projects/project.py
src/rail/projects/project_file_factory.py
src/rail/projects/reducer.py
src/rail/projects/selection_factory.py
src/rail/projects/splitter.py
src/rail/projects/subsample_factory.py
src/rail/projects/subsampler.py
tests/ci_algorithms.yaml
tests/ci_catalogs.yaml
tests/ci_datasets.yaml
tests/ci_pipelines.yaml
tests/ci_plot_groups.yaml
tests/ci_plots.yaml
tests/ci_project.yaml
tests/ci_project_files.yaml
tests/ci_project_library.yaml
tests/ci_selections.yaml
tests/ci_subsamples.yaml
tests/conftest.py
tests/minimal.yaml
tests/minimal_library.yaml
tests/cli/plot/test_plot_cli.py
tests/cli/project/test_project_cli.py
tests/plotting/test_control.py
tests/plotting/test_dataset_factory.py
tests/plotting/test_plot_group_factory.py
tests/plotting/test_plotter_factory.py
tests/projects/test_algorithm_factory.py
tests/projects/test_arrow_utils.py
tests/projects/test_catalog_factory.py
tests/projects/test_file_factory.py
tests/projects/test_library.py
tests/projects/test_name_utils.py
tests/projects/test_pipeline_factory.py
tests/projects/test_project.py
tests/projects/test_selection_factory.py
tests/projects/test_subsample_factory.py