Metadata-Version: 2.1
Name: func-adl-xAOD.backend
Version: 1.0.0a12
Summary: Backend to generate and run C++ files for Functional Analysis Description Language for accessing ATLAS xAOD files.
Home-page: https://github.com/iris-hep/func_adl_xAOD
Author: G. Watts (IRIS-HEP/UW Seattle)
Author-email: gwatts@uw.edu
Maintainer: Gordon Watts (IRIS-HEP/UW Seattle)
Maintainer-email: gwatts@uw.edu
License: TBD
Platform: Any
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
Requires-Dist: requests (~=2.0)
Requires-Dist: pandas (~=0.24)
Requires-Dist: uproot (~=3.7)
Requires-Dist: retry (~=0.9)
Requires-Dist: func-adl-xAOD (==1.0.0a12)

# func_adl_xAOD
 Client interface to send a hierarchical SQL-like query to an xAOD backend

[![Travis Build Badge](https://travis-ci.org/iris-hep/func_adl_xAOD.svg?branch=master)](https://travis-ci.org/iris-hep/func_adl_xAOD)
[![Code Coverage](https://codecov.io/gh/iris-hep/func_adl_xAOD/graph/badge.svg)](https://codecov.io/gh/iris-hep/func_adl_xAOD)

## Introduction

This allows you to query hierarchical data stored in a root file that has been written using the ATLAS xAOD format.
This code allows you to query that.


