Metadata-Version: 2.1
Name: heppyness
Version: 1.2.2
Summary: UNKNOWN
Home-page: https://gitlab.cern.ch/strichte/heppy
Author: Stefan Richter
Author-email: stefan.richter@cern.ch
Maintainer: Stefan Richter
Maintainer-email: stefan.richter@cern.ch
License: HEP license, based on MIT license
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: root-numpy
Requires-Dist: uproot
Requires-Dist: uproot-methods
Requires-Dist: pandas

# Heppy

Heppy provides pythonic data structures and a few high-level tools for high energy physics. In particular, it provides very useful histogram classes.

The documentation can be found [here](https://heppy.readthedocs.io).

This package depends on (py)ROOT and this dependency is not automatically handled by pip. Please ensure that you have ROOT with pyROOT installed. Since ROOT is only needed for reading histograms in from ROOT files, it could be made an optional dependency, or eliminated altogether by using [uproot](https://github.com/scikit-hep/uproot). If you'd like me to do either of these things, please get in touch.


