Metadata-Version: 2.1
Name: atuproot
Version: 0.1.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
Description: # 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 git+https://github.com/shane-breeze/atuproot.git
        ```
        
        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)
        
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
