Skip to main content

Batchx Python API

Project description

## Contents

  • batchx package containing bx main application module.

## How to use

1. Import library: ` from batchx import bx ` 2. Connect to server and provide authentication credentials: ` bx.connect(<BATCHX_ENDPOINT>, <BATCHX_TOKEN>) ` 3. Instantiate service class. For example: ` user_service = bx.UserService() ` 4. Create data request. For example: ` request = user_service.GetUserDataRequest(user="nacho") ` 5. Call remote service. For example: ` response = user_service.GetUserData(request) `

## Install from git repository. Please change <BRANCH> for the correct branch name: ` $ pip install git+ssh://git@github.com/batchx/api.git@<BRANCH>#subdirectory=python/dist `

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

Project details


Release history Release notifications | RSS feed

This version

0.0.0

Download files

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

Source Distribution

batchx-0.0.0.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