You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An additional package provides tools interacting with the ServiceX client: [ServiceX Analysis Utils](https://github.com/ssl-hep/ServiceX_analysis_utils). The Analysis Utils package offers helper functions that streamline the usage of ServiceX and simplify its integration on workflows. It also contains specific use case tools that take advantage from the ServiceX data extraction system.
4
+
5
+
## Instalation
6
+
7
+
The extra package can be installed with:
8
+
9
+
```bash
10
+
$ pip install servicex-analysis-utils
11
+
```
12
+
## Analysis utils documentation
13
+
14
+
A documentation of the available tools with example usages can be found in [readthedocs](https://servicex-analysis-utils.readthedocs.io/en/latest/index.html#)
0 commit comments