LICENSE
README.md
pyproject.toml
src/hepfile/__init__.py
src/hepfile/_version.py
src/hepfile/awkward_tools.py
src/hepfile/constants.py
src/hepfile/csv_tools.py
src/hepfile/df_tools.py
src/hepfile/dict_tools.py
src/hepfile/errors.py
src/hepfile/read.py
src/hepfile/write.py
src/hepfile.egg-info/PKG-INFO
src/hepfile.egg-info/SOURCES.txt
src/hepfile.egg-info/dependency_links.txt
src/hepfile.egg-info/requires.txt
src/hepfile.egg-info/top_level.txt
tests/test_1_package.py
tests/test_2_read.py
tests/test_3_write.py
tests/test_4_awkward_tools.py
tests/test_5_dict_tools.py
tests/test_6_csv_tools.py
tests/test_7_df_tools.py