LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
src/uproot/__init__.py
src/uproot/_util.py
src/uproot/behavior.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/pyroot.py
src/uproot/reading.py
src/uproot/serialization.py
src/uproot/streamers.py
src/uproot/version.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/RooCurve.py
src/uproot/behaviors/RooHist.py
src/uproot/behaviors/TAxis.py
src/uproot/behaviors/TBranch.py
src/uproot/behaviors/TBranchElement.py
src/uproot/behaviors/TDatime.py
src/uproot/behaviors/TGraph.py
src/uproot/behaviors/TGraphAsymmErrors.py
src/uproot/behaviors/TGraphErrors.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/TClonesArray.py
src/uproot/models/TDatime.py
src/uproot/models/TGraph.py
src/uproot/models/TH.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/TTable.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
src/uproot/writing/__init__.py
src/uproot/writing/_cascade.py
src/uproot/writing/_cascadetree.py
src/uproot/writing/identify.py
src/uproot/writing/writable.py
tests/__init__.py
tests/conftest.py
tests/test_0001-source-class.py
tests/test_0006-notify-when-downloaded.py
tests/test_0007-single-chunk-interface.py
tests/test_0008-start-interpretation.py
tests/test_0009-nested-directories.py
tests/test_0010-start-streamers.py
tests/test_0011-generate-classes-from-streamers.py
tests/test_0013-rntuple-anchor.py
tests/test_0014-all-ttree-versions.py
tests/test_0016-interpretations.py
tests/test_0017-multi-basket-multi-branch-fetch.py
tests/test_0018-array-fetching-interface.py
tests/test_0022-number-of-branches.py
tests/test_0023-more-interpretations-1.py
tests/test_0023-ttree-versions.py
tests/test_0028-fallback-to-read-streamer.py
tests/test_0029-more-string-types.py
tests/test_0031-test-stl-containers.py
tests/test_0033-more-interpretations-2.py
tests/test_0034-generic-objects-in-ttrees.py
tests/test_0035-datatype-generality.py
tests/test_0038-memberwise-serialization.py
tests/test_0043-iterate-function.py
tests/test_0044-concatenate-function.py
tests/test_0045-lazy-arrays-1.py
tests/test_0046-histograms-bh-hist.py
tests/test_0053-parents-should-not-be-bases.py
tests/test_0058-detach-model-objects-from-files.py
tests/test_0066-fix-http-fallback-freeze.py
tests/test_0067-common-entry-offsets.py
tests/test_0081-dont-parse-colons.py
tests/test_0087-memberwise-splitting-not-implemented-messages.py
tests/test_0088-read-with-http.py
tests/test_0099-read-from-file-object.py
tests/test_0112-fix-pandas-with-cut.py
tests/test_0118-fix-name-fetch-again.py
tests/test_0123-atlas-issues.py
tests/test_0126-turn-unknown-emptyarrays-into-known-types.py
tests/test_0167-use-the-common-histogram-interface.py
tests/test_0172-allow-allocators-in-vector-typenames.py
tests/test_0173-empty-and-multiprocessing-bugs.py
tests/test_0182-complain-about-missing-files.py
tests/test_0194-fix-lost-cuts-in-iterate.py
tests/test_0220-contiguous-byte-ranges-in-http.py
tests/test_0228_read-TProfiles.py
tests/test_0240-read_TGraphAsymmErrors.py
tests/test_0278-specializations-for-TParameter.py
tests/test_0302-pickle.py
tests/test_0303-empty-jagged-array.py
tests/test_0320-start-working-on-ROOT-writing.py
tests/test_0322-writablefile-infrastructure.py
tests/test_0325-fix-windows-file-uris.py
tests/test_0329-update-existing-root-files.py
tests/test_0335-empty-ttree-division-by-zero.py
tests/test_0341-manipulate-streamer-info.py
tests/test_0344-writabledirectory-can-read.py
tests/test_0345-bulk-copy-method.py
tests/test_0349-write-TObjString.py
tests/test_0350-read-RooCurve-RooHist.py
tests/test_0384-move-behavior_of-and-fix-383.py
tests/test_0398-dimensions-in-leaflist.py
tests/test_0402-remove-at-fields-from-lazy-forms.py
tests/test_0405-write-a-histogram.py
tests/test_0406-write-a-ttree.py
tests/test_0407-read-TDatime.py
tests/test_0412-write-multidimensional-numpy-to-ttree.py
tests/test_0414-write-jagged-arrays.py
tests/test_0416-writing-compressed-data.py
tests/test_0418-read-TTable.py
tests/test_0420-pyroot-uproot-interoperability.py
tests/test_0422-hist-integration.py
tests/test_0430-global_index-for-tuples-of-DataFrames.py
tests/test_0438-TClonesArray-is-not-AsGrouped.py
tests/test_0439-check-awkward-before-numpy.py
tests/test_0442-regular-TClonesArray.py
tests/test_0450-uproot-lazy-zero-entries.py
tests/test_0472-tstreamerinfo-for-ttree.py
tests/test_0475-remember-to-update-freesegments.py
tests/test_0487-implement-asdtypeinplace.py
tests/test_0498-create-leaf-branch-in-extend.py
tests/test_0519-remove-memmap-copy.py
tests/test_0520-dynamic-classes-cant-be-abc-subclasses.py