Metadata-Version: 2.4
Name: umami-preprocessing
Version: 0.2.7
Summary: ATLAS Flavour Tagging Preprocessing - Umami PreProcessing (UPP)
Author: Alexander Froch
License: MIT
Project-URL: Homepage, https://github.com/umami-hep/umami-preprocessing
Project-URL: Issue Tracker, https://github.com/umami-hep/umami-preprocessing/issues
Requires-Python: <3.12,>=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: atlas-ftag-tools==0.2.17
Requires-Dist: dotmap>=1.3.30
Requires-Dist: numpy>=2.2.6
Requires-Dist: puma-hep==0.4.11
Requires-Dist: pyyaml-include==1.3
Requires-Dist: PyYAML>=6.0.2
Requires-Dist: rich>=14.1.0
Requires-Dist: scipy>=1.15.3
Provides-Extra: dev
Requires-Dist: coverage>=7.10.6; extra == "dev"
Requires-Dist: ipykernel>=6.30.1; extra == "dev"
Requires-Dist: mypy>=1.18.1; extra == "dev"
Requires-Dist: pre-commit>=4.3.0; extra == "dev"
Requires-Dist: pydoclint>=0.7.3; extra == "dev"
Requires-Dist: pytest_notebook>=0.10.0; extra == "dev"
Requires-Dist: pytest-cov>=7.0.0; extra == "dev"
Requires-Dist: pytest-randomly>=4.0.1; extra == "dev"
Requires-Dist: pytest>=8.4.2; extra == "dev"
Requires-Dist: ruff>=0.13.0; extra == "dev"
Dynamic: license-file

[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![codecov](https://codecov.io/gh/umami-hep/umami-preprocessing/graph/badge.svg?token=K8MJI20UZO)](https://codecov.io/gh/umami-hep/umami-preprocessing)
[![PyPI version](https://badge.fury.io/py/umami-preprocessing.svg)](https://badge.fury.io/py/umami-preprocessing)
[![docs](https://img.shields.io/badge/info-documentation-informational)](https://umami-hep.github.io/umami-preprocessing//)


# UPP: Umami PreProcessing

This is a modular preprocessing pipeline for jet tagging.
It addresses [several issues](https://gitlab.cern.ch/atlas-flavor-tagging-tools/algorithms/umami/-/issues/?label_name%5B%5D=Preprocessing) with the current umami preprocessing workflow, and uses the [`atlas-ftag-tools`](https://github.com/umami-hep/atlas-ftag-tools/) package extensively.

Documentation is found [here](https://umami-hep.github.io/umami-preprocessing/)
