.gitignore
.readthedocs.yaml
LICENSE.txt
README.md
pyproject.toml
setup.cfg
setup.py
.github/workflows/publish-to-pypi.yml
docs/Makefile
docs/make.bat
docs/source/conf.py
docs/source/index.rst
docs/source/_static/.gitkeep
docs/source/_templates/.gitkeep
examples/Tutorial.ipynb
heparchy/__init__.py
heparchy/_version.py
heparchy/utils.py
heparchy.egg-info/PKG-INFO
heparchy.egg-info/SOURCES.txt
heparchy.egg-info/dependency_links.txt
heparchy.egg-info/requires.txt
heparchy.egg-info/top_level.txt
heparchy/data/__init__.py
heparchy/data/event.py
heparchy/read/__init__.py
heparchy/read/_base.py
heparchy/read/hdf.py
heparchy/read/hepmc.py
heparchy/write/__init__.py
heparchy/write/_base.py
heparchy/write/hdf.py