An open API service indexing awesome lists of open source software.

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

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)

---

[![Documentation for stable version](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaHEP.github.io/UpROOT.jl/stable)
[![Documentation for development version](https://img.shields.io/badge/docs-dev-blue.svg)](https://JuliaHEP.github.io/UpROOT.jl/dev)
[![License](http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](LICENSE.md)
[![Build Status](https://github.com/JuliaHEP/UpROOT.jl/workflows/CI/badge.svg?branch=main)](https://github.com/JuliaHEP/UpROOT.jl/actions?query=workflow%3ACI)
[![Codecov](https://codecov.io/gh/JuliaHEP/UpROOT.jl/branch/main/graph/badge.svg)](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)