Metadata-Version: 2.1
Name: hipopy
Version: 0.1.6
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.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: awkward (>=1.3.0,<2.0.0)
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 --recurse-submodules clone https://github.com/mfmceneaney/hippy.git
cd hippy
cd hipo; cd lz4; make CFLAGS=-fPIC; cd ..; cmake .; make; cd ..
```
Then add to following to your startup script:
```bash
export PYTHONPATH=$PYTHONPATH:/path/to/hipopy
```

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

## Getting Started

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

#

Contact: matthew.mceneaney@duke.edu

