Welcome to ServiceX Client Library’s documentation!#

ServiceX Client Library#

Client access library for ServiceX

GitHub Actions Status Code Coverage

PyPI version Supported Python versions

Introduction#

Given you have a selection string, this library will manage submitting it to a ServiceX instance and retrieving the data locally for you. The selection string is often generated by another front-end library, for example:

Prerequisites#

Before you can use this library you’ll need:

  • An environment based on python 3.7 or later. 3.11 is highest supported at the moment.

  • A ServiceX end-point. This is usually gotten by logging into and getting approved at the servicex endpoint. Once you do that, you’ll have an API token, which this library needs to access the ServiceX endpoint, and the web address where you got that token (the endpoint address).

Indices and tables#