Skip to main content

Batchx Python API

Project description

## Contents

  • batchx package containing bx main application module.

## How to use

1. Import library: ` import os from batchx import bx `

2. Connect to server and provide authentication credentials: ` bx.connect("api.batchx.io:8980", os.environ["BATCHX_TOKEN"]) `

3. Instantiate service class. For example: ` user_service = bx.UserService() `

4. Create data request. For example: ` request = user_service.GetUserRequest(user="nacho") `

5. Call remote service. For example: ` response = user_service.GetUser(request) `

## Dependencies - grpc - retry - PyJWT==1.7.1 <– Important! Don’t use PyJWT > 2.0

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

batchx-5.13.3.tar.gz (50.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page