Metadata-Version: 2.1
Name: hipopy
Version: 1.2.4
Summary: UpROOT-Like I/O Interface for CLAS12 HIPO Files
Home-page: https://github.com/mfmceneaney/hipopy.git
License: MIT
Author: Matthew McEneaney
Author-email: matthew.mceneaney@duke.edu
Requires-Python: >=3.7.3,<4.0.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: awkward (>=1.3.0,<2.0.0)
Requires-Dist: hipopybind (>=0.1.1)
Requires-Dist: numpy (>=1.19.2,<2.0.0)
Project-URL: Repository, https://github.com/mfmceneaney/hipopy.git
Description-Content-Type: text/markdown

# HIPOPy: UpROOT-like I/O Interface for CLAS12 HIPO Files

## Installation

To install from source:
```bash
git clone https://github.com/mfmceneaney/hipopy.git
```

Then add to following to your startup script:
```bash
export PYTHONPATH=$PYTHONPATH:/path/to/hipopy
```
You will also need to install the project dependencies:
* [numpy](https://numpy.org)
* [awkward](https://awkward-array.readthedocs.io/en/latest/)
* [hipopybind](https://github.com/mfmceneaney/hipopybind.git)

(All available with pip.)

To install with pip:
```bash
pip install hipopy
```

## Getting Started

Check out the example scripts in `tutorials`.  More functionality coming soon!

## Documentation

Full documentation available on [Read the Docs](https://hipopy.readthedocs.io/en/latest/index.html)!

#

Contact: matthew.mceneaney@duke.edu

