Skip to content

sathabbott/rootfilespec

 
 

Repository files navigation

rootfilespec

Actions Status Documentation Status

PyPI version Conda-Forge PyPI platforms

GitHub Discussion

The rootfilespec package is designed to efficiently parse ROOT file binary data into python datastructures. It does not drive I/O and expects materialized bytes buffers as input. It also does not return any types beyond python dataclasses of primitive types (and numpy arrays thereof). The goal of the project is to provide a stable and feature-complete read/write backend for packages such as uproot.

Further details on the design decisions can be found in docs/design.md.

About

ROOT File specification

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%