Metadata-Version: 2.1
Name: func-adl.ast
Version: 1.1.0b8
Summary: Functional Analysis Description Language - Backend AST Manipulation Packages
Home-page: https://github.com/iris-hep/func_adl
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
Description: # func_adl
        
         Construct hierarchical data queries using SQL-like concepts in python.
        
        [![GitHub Actions Status](https://github.com/iris-hep/func_adl/workflows/CI/CD/badge.svg)](https://github.com/iris-hep/func_adl/actions)
        [![Code Coverage](https://codecov.io/gh/iris-hep/func_adl/graph/badge.svg)](https://codecov.io/gh/iris-hep/func_adl)
        
        [![PyPI version](https://badge.fury.io/py/func-adl.svg)](https://badge.fury.io/py/func-adl)
        [![Supported Python versions](https://img.shields.io/pypi/pyversions/func-adl.svg)](https://pypi.org/project/func-adl/)
        
        `func_adl` Uses an SQL like language, and extracts data and computed values from a ROOT file or an ATLAS xAOD file
        and returns them in a columnar format. It is currently used as a central part of two of the ServiceX transformers.
        
        This is the base package that has the backend-agnostic code to query hierarchical data. In all likelihood you will want to install
        one of the following packages:
        
        - func_adl.xAOD: for running on an ATLAS experiment xAOD file hosted in ServiceX
        - func_adl.xAOD.backend: for running on a local file using docker
        
Platform: Any
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
Requires-Python: >=3.6, <3.8
Description-Content-Type: text/markdown
Provides-Extra: complete
Provides-Extra: develop
