Metadata-Version: 2.4
Name: ispynanoaod
Version: 0.1.0
Summary: A simple python event display for CMS nanoaod
Author-email: Thomas McCauley <thomas.mccauley@cern.ch>
Project-URL: Homepage, https://github.com/cms-outreach/ispy-nanoaod
Keywords: visualization,nanoaod,CMS
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: pythreejs
Requires-Dist: uproot
Requires-Dist: awkward
Requires-Dist: jupyter

[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/cms-outreach/ispy-nanoaod/HEAD)

# iSpy NanoAOD: An event display for the CMS NanoAOD format

## Usage

This application allows one to visualize events in the CMS NanoAOD format in a Jupyter notebook.

Clone this repository:
`
git clone https://github.com/cms-outreach/ispy-nanoaod.git
`

Install locally:
`
pip install -e .
`

See the example notebooks in the `examples` dir.


