{"id":19098259,"url":"https://github.com/scikit-hep/uproot5","last_synced_at":"2025-05-14T16:02:45.850Z","repository":{"id":37076716,"uuid":"262422450","full_name":"scikit-hep/uproot5","owner":"scikit-hep","description":"ROOT I/O in pure Python and NumPy.","archived":false,"fork":false,"pushed_at":"2025-04-11T14:54:21.000Z","size":4383,"stargazers_count":246,"open_issues_count":68,"forks_count":78,"subscribers_count":19,"default_branch":"main","last_synced_at":"2025-04-13T05:54:38.770Z","etag":null,"topics":["analysis","big-data","bigdata","file-format","hep","hep-ex","hep-py","numpy","python","root","root-cern","scikit-hep"],"latest_commit_sha":null,"homepage":"https://uproot.readthedocs.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/scikit-hep.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-05-08T20:30:09.000Z","updated_at":"2025-04-11T14:53:38.000Z","dependencies_parsed_at":"2024-02-05T15:30:39.204Z","dependency_job_id":"807204b7-4317-4ea9-9e82-1f651c9e5b55","html_url":"https://github.com/scikit-hep/uproot5","commit_stats":{"total_commits":917,"total_committers":56,"mean_commits":16.375,"dds":"0.46346782988004365","last_synced_commit":"8a71b73dde4526cb7411261ec0de2f2850df05ca"},"previous_names":["scikit-hep/uproot4"],"tags_count":137,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scikit-hep%2Fuproot5","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scikit-hep%2Fuproot5/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scikit-hep%2Fuproot5/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scikit-hep%2Fuproot5/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scikit-hep","download_url":"https://codeload.github.com/scikit-hep/uproot5/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248702315,"owners_count":21148115,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["analysis","big-data","bigdata","file-format","hep","hep-ex","hep-py","numpy","python","root","root-cern","scikit-hep"],"created_at":"2024-11-09T03:44:48.271Z","updated_at":"2025-04-13T10:45:29.568Z","avatar_url":"https://github.com/scikit-hep.png","language":"Python","readme":"\u003cimg src=\"https://raw.githubusercontent.com/scikit-hep/uproot5/main/docs-img/logo/logo.svg\" width=\"300px\"\u003e\n\n[![PyPI version](https://badge.fury.io/py/uproot.svg)](https://pypi.org/project/uproot)\n[![Conda-Forge](https://img.shields.io/conda/vn/conda-forge/uproot)](https://github.com/conda-forge/uproot-feedstock)\n[![Python 3.9‒3.13](https://img.shields.io/badge/python-3.9%E2%80%923.13-blue)](https://www.python.org)\n[![BSD-3 Clause License](https://img.shields.io/badge/license-BSD%203--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)\n[![Continuous integration tests](https://github.com/scikit-hep/uproot5/actions/workflows/build-test.yml/badge.svg)](https://github.com/scikit-hep/uproot5/actions)\n\n[![Scikit-HEP](https://scikit-hep.org/assets/images/Scikit--HEP-Project-blue.svg)](https://scikit-hep.org/)\n[![NSF-1836650](https://img.shields.io/badge/NSF-1836650-blue.svg)](https://nsf.gov/awardsearch/showAward?AWD_ID=1836650)\n[![DOI 10.5281/zenodo.4340632](https://zenodo.org/badge/DOI/10.5281/zenodo.4340632.svg)](https://doi.org/10.5281/zenodo.4340632)\n[![Documentation](https://img.shields.io/badge/docs-online-success)](https://uproot.readthedocs.io/)\n[![Gitter](https://img.shields.io/badge/chat-online-success)](https://gitter.im/Scikit-HEP/uproot)\n\nUproot is a library for reading and writing [ROOT files](https://root.cern/) in pure Python and NumPy.\n\nUnlike the standard C++ ROOT implementation, Uproot is only an I/O library, primarily intended to stream data into machine learning libraries in Python. Unlike PyROOT and root_numpy, Uproot does not depend on C++ ROOT. Instead, it uses Numpy to cast blocks of data from the ROOT file as Numpy arrays.\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/scikit-hep/uproot5/main/docs-img/diagrams/abstraction-layers.svg\" width=\"700px\"\u003e\u003c/p\u003e\n\n# Installation\n\nUproot can be installed [from PyPI](https://pypi.org/project/uproot) using pip.\n\n```bash\npip install uproot\n```\n\nUproot is also available using [conda](https://anaconda.org/conda-forge/uproot).\n\n```bash\nconda install -c conda-forge uproot\n```\n\nIf you have already added `conda-forge` as a channel, the `-c conda-forge` is unnecessary. Adding the channel is recommended because it ensures that all of your packages use compatible versions (see [conda-forge docs](https://conda-forge.org/docs/user/introduction.html#how-can-i-install-packages-from-conda-forge)):\n\n```bash\nconda config --add channels conda-forge\nconda update --all\n```\n\n## Getting help\n\n**Start with the [tutorials and reference documentation](https://uproot.readthedocs.io/).**\n\n   * Report bugs, request features, and ask for additional documentation on [GitHub Issues](https://github.com/scikit-hep/uproot5/issues).\n   * If you have a \"How do I...?\" question, start a [GitHub Discussion](https://github.com/scikit-hep/uproot5/discussions) with category \"Q\u0026A\".\n   * Alternatively, ask about it on [StackOverflow with the [uproot] tag](https://stackoverflow.com/questions/tagged/uproot). Be sure to include tags for any other libraries that you use, such as Pandas or PyTorch.\n   * To ask questions in real time, try the Gitter [Scikit-HEP/uproot](https://gitter.im/Scikit-HEP/uproot) chat room.\n\n## Installation for developers\n\nUproot is an ordinary Python library; you can get a copy of the code with\n\n```bash\ngit clone https://github.com/scikit-hep/uproot5.git\n```\n\nand install it locally by calling `pip install -e .` in the repository directory.\n\nIf you need to develop Awkward Array as well, see its [installation for developers](https://github.com/scikit-hep/awkward-1.0#installation-for-developers).\n\n# Dependencies\n\n**Uproot's only strict dependencies are NumPy and packaging.** Strict dependencies are automatically installed by pip (or conda).\n\n**[Awkward Array](https://anaconda.org/conda-forge/awkward) is highly recommended** and is automatically installed by pip (or conda), though it is _possible_ to use Uproot without it. If you need a minimal installation, pass `--no-deps` to pip and pass `library=\"np\"` to every array-fetching function, or globally set `uproot.default_library` to get NumPy arrays instead of Awkward Arrays.\n\n   * `awkward`: Uproot 5.x requires Awkward 2.x.\n\nThe following libraries are also useful in conjunction with Uproot, but are not necessary. If you call a function that needs one, you'll be prompted to install it. (Conda installs most of these automatically.)\n\n**For ROOT files, compressed different ways:**\n\n   * `lz4` and `xxhash`: if reading ROOT files that have been LZ4-compressed.\n   * `zstandard`: if reading ROOT files that have been ZSTD-compressed.\n   * ZLIB and LZMA are built in (Python standard library).\n\n**For accessing remote files:**\n\n   * `minio`: if reading files with `s3://` URIs.\n   * `xrootd`: if reading files with `root://` URIs.\n   * HTTP/S access is built in (Python standard library).\n\n**For distributed computing with [Dask](https://www.dask.org/):**\n\n   * `dask`: see [uproot.dask](https://uproot.readthedocs.io/en/latest/uproot._dask.dask.html).\n   * `dask-awkward`: for data with irregular structure (\"jagged\" arrays), see [dask-awkward](https://github.com/dask-contrib/dask-awkward).\n\n**For exporting TTrees to [Pandas](https://pandas.pydata.org/):**\n\n   * `pandas`: if `library=\"pd\"`.\n   * `awkward-pandas`: if `library=\"pd\"` and the data have irregular structure (\"jagged\" arrays), see [awkward-pandas](https://github.com/intake/awkward-pandas).\n\n**For exporting histograms:**\n\n   * `boost-histogram`: if converting histograms to [boost-histogram](https://github.com/scikit-hep/boost-histogram) with `histogram.to_boost()`.\n   * `hist`: if converting histograms to [hist](https://github.com/scikit-hep/hist) with `histogram.to_hist()`.\n\n# Acknowledgements\n\nSupport for this work was provided by NSF cooperative agreements [OAC-1836650](https://www.nsf.gov/awardsearch/showAward?AWD_ID=1836650) and [PHY-2323298](https://www.nsf.gov/awardsearch/showAward?AWD_ID=2323298) (IRIS-HEP), grant [OAC-1450377](https://nsf.gov/awardsearch/showAward?AWD_ID=1450377) (DIANA/HEP), and [PHY-2121686](https://www.nsf.gov/awardsearch/showAward?AWD_ID=2121686) (US-CMS LHC Ops).\n\n\nThanks especially to the gracious help of Uproot contributors (including the [original repository](https://github.com/scikit-hep/uproot)).\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/jpivarski\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/1852447?v=4?s=100\" width=\"100px;\" alt=\"Jim Pivarski\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJim Pivarski\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/scikit-hep/uproot5/commits?author=jpivarski\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/scikit-hep/uproot5/commits?author=jpivarski\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"#infra-jpivarski\" title=\"Infrastructure (Hosting, Build-Tools, etc)\"\u003e🚇\u003c/a\u003e \u003ca href=\"#maintenance-jpivarski\" title=\"Maintenance\"\u003e🚧\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/reikdas\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/11775615?v=4?s=100\" width=\"100px;\" alt=\"Pratyush Das\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ePratyush Das\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/scikit-hep/uproot5/commits?author=reikdas\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#infra-reikdas\" title=\"Infrastructure (Hosting, Build-Tools, etc)\"\u003e🚇\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/chrisburr\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/5220533?v=4?s=100\" width=\"100px;\" alt=\"Chris Burr\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eChris Burr\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/scikit-hep/uproot5/commits?author=chrisburr\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#infra-chrisburr\" title=\"Infrastructure (Hosting, Build-Tools, etc)\"\u003e🚇\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/plexoos\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/5005079?v=4?s=100\" width=\"100px;\" alt=\"Dmitri Smirnov\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eDmitri Smirnov\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/scikit-hep/uproot5/commits?author=plexoos\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://www.matthewfeickert.com/\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/5142394?v=4?s=100\" width=\"100px;\" alt=\"Matthew Feickert\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMatthew Feickert\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#infra-matthewfeickert\" title=\"Infrastructure (Hosting, Build-Tools, etc)\"\u003e🚇\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://www.tamasgal.com\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/1730350?v=4?s=100\" width=\"100px;\" alt=\"Tamas Gal\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eTamas Gal\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/scikit-hep/uproot5/commits?author=tamasgal\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/kreczko\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/1213276?v=4?s=100\" width=\"100px;\" alt=\"Luke Kreczko\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eLuke Kreczko\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/scikit-hep/uproot5/commits?author=kreczko\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/scikit-hep/uproot5/commits?author=kreczko\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/nsmith-\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/6587412?v=4?s=100\" width=\"100px;\" alt=\"Nicholas Smith\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eNicholas Smith\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/scikit-hep/uproot5/commits?author=nsmith-\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/nbiederbeck\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/15156697?v=4?s=100\" width=\"100px;\" alt=\"Noah Biederbeck\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eNoah Biederbeck\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/scikit-hep/uproot5/commits?author=nbiederbeck\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/oshadura\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/7012420?v=4?s=100\" width=\"100px;\" alt=\"Oksana Shadura\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eOksana Shadura\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/scikit-hep/uproot5/commits?author=oshadura\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#infra-oshadura\" title=\"Infrastructure (Hosting, Build-Tools, etc)\"\u003e🚇\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://iscinumpy.gitlab.io\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/4616906?v=4?s=100\" width=\"100px;\" alt=\"Henry Schreiner\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eHenry Schreiner\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/scikit-hep/uproot5/commits?author=henryiii\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#infra-henryiii\" title=\"Infrastructure (Hosting, Build-Tools, etc)\"\u003e🚇\u003c/a\u003e \u003ca href=\"https://github.com/scikit-hep/uproot5/commits?author=henryiii\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/masonproffitt\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/32773304?v=4?s=100\" width=\"100px;\" alt=\"Mason Proffitt\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMason Proffitt\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/scikit-hep/uproot5/commits?author=masonproffitt\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"https://github.com/scikit-hep/uproot5/commits?author=masonproffitt\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://www.linkedin.com/in/jonas-rembser/\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/6578603?v=4?s=100\" width=\"100px;\" alt=\"Jonas Rembser\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJonas Rembser\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/scikit-hep/uproot5/commits?author=guitargeek\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/benkrikler\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/4083697?v=4?s=100\" width=\"100px;\" alt=\"benkrikler\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ebenkrikler\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/scikit-hep/uproot5/commits?author=benkrikler\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/HDembinski\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/2631586?v=4?s=100\" width=\"100px;\" alt=\"Hans Dembinski\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eHans Dembinski\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/scikit-hep/uproot5/commits?author=HDembinski\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://marcelrieger.com\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/1908734?v=4?s=100\" width=\"100px;\" alt=\"Marcel R.\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMarcel R.\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/scikit-hep/uproot5/commits?author=riga\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://turra.web.cern.ch/turra/\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/143389?v=4?s=100\" width=\"100px;\" alt=\"Ruggero Turra\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eRuggero Turra\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/scikit-hep/uproot5/commits?author=wiso\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/jrueb\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/30041073?v=4?s=100\" width=\"100px;\" alt=\"Jonas Rübenach\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJonas Rübenach\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/scikit-hep/uproot5/commits?author=jrueb\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/bfis\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/15651150?v=4?s=100\" width=\"100px;\" alt=\"bfis\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ebfis\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/scikit-hep/uproot5/commits?author=bfis\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/raymondEhlers\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/1571927?v=4?s=100\" width=\"100px;\" alt=\"Raymond Ehlers\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eRaymond Ehlers\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/scikit-hep/uproot5/commits?author=raymondEhlers\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://andrzejnovak.github.io/\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/13226500?v=4?s=100\" width=\"100px;\" alt=\"Andrzej Novak\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAndrzej Novak\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/scikit-hep/uproot5/commits?author=andrzejnovak\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/bendavid\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/4920798?v=4?s=100\" width=\"100px;\" alt=\"Josh Bendavid\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJosh Bendavid\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/scikit-hep/uproot5/commits?author=bendavid\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://ddavis.io/\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/3202090?v=4?s=100\" width=\"100px;\" alt=\"Doug Davis\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eDoug Davis\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/scikit-hep/uproot5/commits?author=douglasdavis\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/asymmetry\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/679529?v=4?s=100\" width=\"100px;\" alt=\"Chao Gu\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eChao Gu\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/scikit-hep/uproot5/commits?author=asymmetry\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/ast0815\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/5884065?v=4?s=100\" width=\"100px;\" alt=\"Lukas Koch\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eLukas Koch\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/scikit-hep/uproot5/commits?author=ast0815\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://irfu.cea.fr/dap/\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/17836610?v=4?s=100\" width=\"100px;\" alt=\"Michele Peresano\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMichele Peresano\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/scikit-hep/uproot5/commits?author=HealthyPear\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/EdoPro98\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/57357892?v=4?s=100\" width=\"100px;\" alt=\"Edoardo\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eEdoardo\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/scikit-hep/uproot5/commits?author=EdoPro98\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/JMSchoeffmann\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/26558330?v=4?s=100\" width=\"100px;\" alt=\"JMSchoeffmann\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJMSchoeffmann\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/scikit-hep/uproot5/commits?author=JMSchoeffmann\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/alexander-held\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/45009355?v=4?s=100\" width=\"100px;\" alt=\"alexander-held\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ealexander-held\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/scikit-hep/uproot5/commits?author=alexander-held\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://giordonstark.com/\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/761483?v=4?s=100\" width=\"100px;\" alt=\"Giordon Stark\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eGiordon Stark\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/scikit-hep/uproot5/commits?author=kratsg\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://roneil.xyz\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/56410978?v=4?s=100\" width=\"100px;\" alt=\"Ryunosuke O'Neil\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eRyunosuke O'Neil\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/scikit-hep/uproot5/commits?author=ryuwd\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://christopherappold.netlify.app/index.html\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/28101201?v=4?s=100\" width=\"100px;\" alt=\"ChristopheRappold\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eChristopheRappold\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/scikit-hep/uproot5/commits?author=ChristopheRappold\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://cozzyd.net\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/9206569?v=4?s=100\" width=\"100px;\" alt=\"Cosmin Deaconu\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eCosmin Deaconu\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/scikit-hep/uproot5/commits?author=cozzyd\" title=\"Tests\"\u003e⚠️\u003c/a\u003e \u003ca href=\"https://github.com/scikit-hep/uproot5/commits?author=cozzyd\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://peguerosdc.github.io/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/7889726?v=4?s=100\" width=\"100px;\" alt=\"Carlos Pegueros\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eCarlos Pegueros\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/scikit-hep/uproot5/commits?author=peguerosdc\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"#example-peguerosdc\" title=\"Examples\"\u003e💡\u003c/a\u003e \u003ca href=\"https://github.com/scikit-hep/uproot5/commits?author=peguerosdc\" title=\"Tests\"\u003e⚠️\u003c/a\u003e \u003ca href=\"#tutorial-peguerosdc\" title=\"Tutorials\"\u003e✅\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/btovar\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/3081826?v=4?s=100\" width=\"100px;\" alt=\"Benjamin Tovar\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eBenjamin Tovar\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/scikit-hep/uproot5/commits?author=btovar\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://duncanmmacleod.github.io\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/1618530?v=4?s=100\" width=\"100px;\" alt=\"Duncan Macleod\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eDuncan Macleod\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#infra-duncanmmacleod\" title=\"Infrastructure (Hosting, Build-Tools, etc)\"\u003e🚇\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/mpad\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/1219868?v=4?s=100\" width=\"100px;\" alt=\"mpad\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003empad\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/scikit-hep/uproot5/commits?author=mpad\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/pfackeldey\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/18463582?v=4?s=100\" width=\"100px;\" alt=\"Peter Fackeldey\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ePeter Fackeldey\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/scikit-hep/uproot5/commits?author=pfackeldey\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://blog.kushkothari.in\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/53650538?v=4?s=100\" width=\"100px;\" alt=\"Kush Kothari\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eKush Kothari\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/scikit-hep/uproot5/commits?author=kkothari2001\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/aryan26roy\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/50577809?v=4?s=100\" width=\"100px;\" alt=\"Aryan Roy\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAryan Roy\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/scikit-hep/uproot5/commits?author=aryan26roy\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://blog.jling.dev\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/5306213?v=4?s=100\" width=\"100px;\" alt=\"Jerry Ling\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJerry Ling\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/scikit-hep/uproot5/commits?author=Moelf\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/kakwok\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/12798013?v=4?s=100\" width=\"100px;\" alt=\"kakwok\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ekakwok\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/scikit-hep/uproot5/commits?author=kakwok\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/veprbl\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/245573?v=4?s=100\" width=\"100px;\" alt=\"Dmitry Kalinkin\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eDmitry Kalinkin\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/scikit-hep/uproot5/commits?author=veprbl\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#infra-veprbl\" title=\"Infrastructure (Hosting, Build-Tools, etc)\"\u003e🚇\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/nikoladze\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/3707225?v=4?s=100\" width=\"100px;\" alt=\"Nikolai Hartmann\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eNikolai Hartmann\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/scikit-hep/uproot5/commits?author=nikoladze\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://www.lieret.net\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/13602468?v=4?s=100\" width=\"100px;\" alt=\"Kilian Lieret\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eKilian Lieret\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/scikit-hep/uproot5/commits?author=klieret\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/dcervenkov\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/23052054?v=4?s=100\" width=\"100px;\" alt=\"Daniel Cervenkov\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eDaniel Cervenkov\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/scikit-hep/uproot5/commits?author=dcervenkov\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/beojan\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/3727925?v=4?s=100\" width=\"100px;\" alt=\"Beojan Stanislaus\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eBeojan Stanislaus\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/scikit-hep/uproot5/commits?author=beojan\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/agoose77\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/1248413?v=4?s=100\" width=\"100px;\" alt=\"Angus Hollands\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAngus Hollands\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/scikit-hep/uproot5/commits?author=agoose77\" title=\"Code\"\u003e💻\u003c/a\u003e \u003ca href=\"#maintenance-agoose77\" title=\"Maintenance\"\u003e🚧\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/lobis\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/35803280?v=4?s=100\" width=\"100px;\" alt=\"Luis Antonio Obis Aparicio\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eLuis Antonio Obis Aparicio\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/scikit-hep/uproot5/commits?author=lobis\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/renyhp\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/20142663?v=4?s=100\" width=\"100px;\" alt=\"renyhp\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003erenyhp\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/scikit-hep/uproot5/commits?author=renyhp\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/lgray\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/1068089?v=4?s=100\" width=\"100px;\" alt=\"Lindsey Gray\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eLindsey Gray\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/scikit-hep/uproot5/commits?author=lgray\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/ioanaif\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/9751871?v=4?s=100\" width=\"100px;\" alt=\"ioanaif\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eioanaif\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/scikit-hep/uproot5/commits?author=ioanaif\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/natsukium\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/25083790?v=4?s=100\" width=\"100px;\" alt=\"OTABI Tomoya\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eOTABI Tomoya\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/scikit-hep/uproot5/commits?author=natsukium\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/JostMigenda\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/16189747?v=4?s=100\" width=\"100px;\" alt=\"Jost Migenda\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJost Migenda\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/scikit-hep/uproot5/commits?author=JostMigenda\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://glepage.com\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/33058747?v=4?s=100\" width=\"100px;\" alt=\"Gaétan Lepage\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eGaétan Lepage\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/scikit-hep/uproot5/commits?author=GaetanLepage\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/HaarigerHarald\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/8050292?v=4?s=100\" width=\"100px;\" alt=\"HaarigerHarald\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eHaarigerHarald\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/scikit-hep/uproot5/commits?author=HaarigerHarald\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/bnavigator\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/4623504?v=4?s=100\" width=\"100px;\" alt=\"Ben Greiner\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eBen Greiner\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/scikit-hep/uproot5/commits?author=bnavigator\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://tooldev.de\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/1640386?v=4?s=100\" width=\"100px;\" alt=\"Robin Sonnabend\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eRobin Sonnabend\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/scikit-hep/uproot5/commits?author=YSelfTool\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/bojohnson5\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/20647190?v=4?s=100\" width=\"100px;\" alt=\"Bo Johnson\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eBo Johnson\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/scikit-hep/uproot5/commits?author=bojohnson5\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/milesgranger\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/13764397?v=4?s=100\" width=\"100px;\" alt=\"Miles\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMiles\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/scikit-hep/uproot5/commits?author=milesgranger\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/djw9497\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/51672890?v=4?s=100\" width=\"100px;\" alt=\"djw9497\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003edjw9497\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/scikit-hep/uproot5/commits?author=djw9497\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/Pepesob\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/113636251?v=4?s=100\" width=\"100px;\" alt=\"Piotr Sobczyński\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ePiotr Sobczyński\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/scikit-hep/uproot5/commits?author=Pepesob\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/giedrius2020\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/71819123?v=4?s=100\" width=\"100px;\" alt=\"Giedrius Juškevičius\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eGiedrius Juškevičius\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/scikit-hep/uproot5/commits?author=giedrius2020\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/MatousVozak\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/33348191?v=4?s=100\" width=\"100px;\" alt=\"MatousVozak\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMatousVozak\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/scikit-hep/uproot5/commits?author=MatousVozak\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/rossodisera\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/46961664?v=4?s=100\" width=\"100px;\" alt=\"Andrea Serafini\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAndrea Serafini\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/scikit-hep/uproot5/commits?author=rossodisera\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://www.ariostas.com\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/7596837?v=4?s=100\" width=\"100px;\" alt=\"Andres Rios Tascon\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAndres Rios Tascon\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/scikit-hep/uproot5/commits?author=ariostas\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/ikrommyd\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/82155404?v=4?s=100\" width=\"100px;\" alt=\"Iason Krommydas\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eIason Krommydas\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/scikit-hep/uproot5/commits?author=ikrommyd\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n  \u003c/tbody\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-restore --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\n💻: code, 📖: documentation, 🚇: infrastructure, 🚧: maintainance, ⚠: tests/feedback, 🤔: foundational ideas.\n","funding_links":[],"categories":["Library"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscikit-hep%2Fuproot5","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscikit-hep%2Fuproot5","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscikit-hep%2Fuproot5/lists"}