{
"info": {
"author": "Jim Pivarski",
"author_email": "pivarski@princeton.edu",
"bugtrack_url": null,
"classifiers": [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Intended Audience :: Information Technology",
"Intended Audience :: Science/Research",
"License :: OSI Approved :: BSD License",
"Operating System :: MacOS",
"Operating System :: POSIX",
"Operating System :: Unix",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Topic :: Scientific/Engineering",
"Topic :: Scientific/Engineering :: Information Analysis",
"Topic :: Scientific/Engineering :: Mathematics",
"Topic :: Scientific/Engineering :: Physics",
"Topic :: Software Development",
"Topic :: Utilities"
],
"description": "\n\n[](https://pypi.org/project/uproot)\n[](https://github.com/conda-forge/uproot-feedstock)\n[](https://www.python.org)\n[](https://opensource.org/licenses/BSD-3-Clause)\n[](https://github.com/scikit-hep/uproot4/actions)\n\n[](https://scikit-hep.org/)\n[](https://nsf.gov/awardsearch/showAward?AWD_ID=1836650)\n[](https://doi.org/10.5281/zenodo.4340632)\n[](https://uproot.readthedocs.io/)\n[](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