Metadata-Version: 2.4
Name: hepbrowse
Version: 0.1.3
Summary: Interactive TUI for exploring HEP data files
Author: Leonardo Splendori
Project-URL: Homepage, https://github.com/Leonardo-Splendori/HEPBrowse
Project-URL: Issues, https://github.com/Leonardo-Splendori/HEPBrowse/issues
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: textual
Requires-Dist: textual-plotext
Requires-Dist: click
Requires-Dist: numpy
Requires-Dist: h5py
Requires-Dist: uproot
Requires-Dist: awkward
Requires-Dist: pyyaml

# Welcome to HEPBrowse

HEPBrowse is a terminal-based browser for High-Energy Physics data files (`.h5` and `.root`).

## Features

- Browse the internal structure of HEP data files
- Visualize datasets with in-terminal plots
- Apply cuts and filters interactively
- Generate boilerplate Python code for data analysis
- Export data subsets and convert formats

## Getting Started

1. Use the **sidebar** to navigate your data files.
2. Switch tabs to access different functionalities:
   - **Plot**: Visualize your datasets
