Metadata-Version: 2.1
Name: atuproot
Version: 0.3.0
Summary: AlphaTwirl + uproot = FAST analysis code
Home-page: https://github.com/shane-breeze/atuproot
Author: Shane Breeze
Author-email: sdb15@ic.ac.uk
License: UNKNOWN
Download-URL: https://github.com/shane-breeze/atuproot/archive/0.1.13.tar.gz
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Classifier: Development Status :: 3 - Alpha
Description-Content-Type: text/markdown
Requires-Dist: six
Requires-Dist: numpy
Requires-Dist: alphatwirl (>=0.20.1)
Requires-Dist: uproot (>=2.9.7)

# atuproot

[alphatwirl](https://github.com/alphatwirl/alphatwirl) interface to process and read [ROOT](https://root.cern.ch/) `TTrees` with [uproot](https://github.com/scikit-hep/uproot).

## How to use

Can be installed via pip
```
pip install atuproot
```

or for developing:
```
git clone git@github.com:shane-breeze/atuproot.git
cd atuproot
python setup.py install
```

## Binder tutorial

An example of how to use this is shown in a binder tutorial linked below.

[![Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/shane-breeze/atuproot/master?filepath=binder%2Ftutorial.ipynb)


