Metadata-Version: 2.1
Name: umami-preprocessing
Version: 0.0.2
Summary: Preprocessing for jet tagging
License: MIT
Project-URL: Homepage, https://github.com/umami-hep/umami-preprocessing
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: pyyaml-include ==1.3
Requires-Dist: PyYAML ==6.0
Requires-Dist: rich ==12.6.0
Requires-Dist: scipy ==1.9.3
Requires-Dist: puma-hep ==0.2.8
Requires-Dist: atlas-ftag-tools ==0.1.9
Provides-Extra: dev
Requires-Dist: black ==23.9.1 ; extra == 'dev'
Requires-Dist: ruff ==0.0.289 ; extra == 'dev'
Requires-Dist: mypy ==1.5.1 ; extra == 'dev'
Requires-Dist: pre-commit ==3.1.1 ; extra == 'dev'
Requires-Dist: pytest ==7.2.2 ; extra == 'dev'
Requires-Dist: pytest-mock ==3.11.1 ; extra == 'dev'
Requires-Dist: pytest-cov ==4.0.0 ; extra == 'dev'

[![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/)
