ABEJA Platform SDK

ABEJA Platform provides an SDK to manipulate resources.

ABEJA Platform SDK Documentation

Environment

As ABEJA Platform SDK is a python module, it works only on python installed environment.

Python

ABEJA Platform SDK supports python versions below.

  • 3.5.1 or above
  • 3.6.1 or above

OS

ABEJA Platform SDK works on OS below.

  • macOS
  • Linux

Installation

Pease follow instructions below to install the SDK with pip.

$ pip install abeja-sdk

Update

You can install the newest version of the SDK with the command below.

$ pip install abeja-sdk --upgrade

If the command does not work, please try the command below. The command try to reinstall the SDK without using cache in local.

$ pip --no-cache-dir install -I abeja-sdk