Metadata-Version: 2.4
Name: hepbrowse
Version: 0.1.2
Summary: Interactive TUI for exploring HEP data files
Author: Leonardo Splendori
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
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
Dynamic: license-file

# 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
