LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
src/uproot/__init__.py
src/uproot/_util.py
src/uproot/_writing.py
src/uproot/cache.py
src/uproot/compression.py
src/uproot/const.py
src/uproot/containers.py
src/uproot/deserialization.py
src/uproot/dynamic.py
src/uproot/exceptions.py
src/uproot/extras.py
src/uproot/model.py
src/uproot/reading.py
src/uproot/streamers.py
src/uproot/version.py
src/uproot/writing.py
src/uproot.egg-info/PKG-INFO
src/uproot.egg-info/SOURCES.txt
src/uproot.egg-info/dependency_links.txt
src/uproot.egg-info/requires.txt
src/uproot.egg-info/top_level.txt
src/uproot/behaviors/TAxis.py
src/uproot/behaviors/TBranch.py
src/uproot/behaviors/TBranchElement.py
src/uproot/behaviors/TGraphAsymmErrors.py
src/uproot/behaviors/TH1.py
src/uproot/behaviors/TH2.py
src/uproot/behaviors/TH2Poly.py
src/uproot/behaviors/TH3.py
src/uproot/behaviors/TParameter.py
src/uproot/behaviors/TProfile.py
src/uproot/behaviors/TProfile2D.py
src/uproot/behaviors/TProfile3D.py
src/uproot/behaviors/TTree.py
src/uproot/behaviors/__init__.py
src/uproot/interpretation/__init__.py
src/uproot/interpretation/grouped.py
src/uproot/interpretation/identify.py
src/uproot/interpretation/jagged.py
src/uproot/interpretation/library.py
src/uproot/interpretation/numerical.py
src/uproot/interpretation/objects.py
src/uproot/interpretation/strings.py
src/uproot/language/__init__.py
src/uproot/language/python.py
src/uproot/models/RNTuple.py
src/uproot/models/TArray.py
src/uproot/models/TAtt.py
src/uproot/models/TBasket.py
src/uproot/models/TBranch.py
src/uproot/models/THashList.py
src/uproot/models/TLeaf.py
src/uproot/models/TList.py
src/uproot/models/TNamed.py
src/uproot/models/TObjArray.py
src/uproot/models/TObjString.py
src/uproot/models/TObject.py
src/uproot/models/TRef.py
src/uproot/models/TString.py
src/uproot/models/TTree.py
src/uproot/models/__init__.py
src/uproot/sink/__init__.py
src/uproot/sink/file.py
src/uproot/source/__init__.py
src/uproot/source/chunk.py
src/uproot/source/cursor.py
src/uproot/source/file.py
src/uproot/source/futures.py
src/uproot/source/http.py
src/uproot/source/object.py
src/uproot/source/xrootd.py