https://github.com/juliahep/uproot.jl
Julia package to access CERN ROOT files, wraps Python package uproot
https://github.com/juliahep/uproot.jl
file-io julia root-cern
Last synced: about 1 year ago
JSON representation
Julia package to access CERN ROOT files, wraps Python package uproot
- Host: GitHub
- URL: https://github.com/juliahep/uproot.jl
- Owner: JuliaHEP
- License: other
- Created: 2019-04-26T08:08:01.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2024-11-17T00:44:32.000Z (over 1 year ago)
- Last Synced: 2025-04-08T02:05:22.402Z (about 1 year ago)
- Topics: file-io, julia, root-cern
- Language: Julia
- Homepage:
- Size: 416 KB
- Stars: 16
- Watchers: 4
- Forks: 3
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
UpROOT.jl
======
# :warning: This package is deprecated :warning:
- For reading/writing `.root` files using Julia package, check out
[UnROOT.jl](https://github.com/JuliaHEP/UnROOT.jl)
- For C++ ROOT wrapper packages, check out [ROOT.jl](https://github.com/JuliaHEP/ROOT.jl) and [RootIO.jl](https://github.com/JuliaHEP/RootIO.jl)
- For awkward array support, check out
[AwkwardArray.jl](https://github.com/JuliaHEP/AwkwardArray.jl)
---
[](https://JuliaHEP.github.io/UpROOT.jl/stable)
[](https://JuliaHEP.github.io/UpROOT.jl/dev)
[](LICENSE.md)
[](https://github.com/JuliaHEP/UpROOT.jl/actions?query=workflow%3ACI)
[](https://codecov.io/gh/JuliaHEP/UpROOT.jl)
UpROOT.jl makes it possible to read and write CERN ROOT files without
requiring a ROOT installation. It is a wrapper around the Python package
[uproot](https://github.com/scikit-hep/uproot), which provides a pure-Python
implementation of ROOT I/O. There also exists a pure-Julia ROOT file reading library
[UnROOT.jl](https://github.com/tamasgal/UnROOT.jl) that is built for speed and memory efficiency.
See the documentation for details:
## Documentation
* [Documentation for stable version](https://JuliaHEP.github.io/UpROOT.jl/stable)
* [Documentation for development version](https://JuliaHEP.github.io/UpROOT.jl/dev)