ServiceX Analysis Utilities¶
This package provides tools interacting with ServiceX, a data extraction, transformation and delivery system built for ATLAS and CMS analyses on large datasets. The Analysis Utils package offers helper functions that streamline the usage of ServiceX and simplify its integration on workflows. But it also contains specific use case tools that benefit from the service.
Installation¶
Install the package from PyPI:
pip install servicex-analysis-utils
More information can be found in Instalation and requirements
Documentation Contents¶
Documentation Contents:
Utility Functions¶
to_awk()¶
Load an Awkward Array from ServiceX output easily.
See detailed usage here: Materiazlization documentation
get_structure()¶
Create and send ServiceX requests to retrieve file structures with a CLI implementation.
See detailed usage here: File introspection documentation