uproot.writing

This module defines all of the classes and functions that are needed for writing ROOT files. Uproot has a strong asymmetry between reading and writing, with writing defined as a distinct task.

The uproot.writing.writable submodule defines the entry-points for user interaction: uproot.create, uproot.recreate, and uproot.update.