entegywrapper

Python SDK for the Entegy API


License
BSD-3-Clause
Install
pip install entegywrapper==9.0.3

Documentation

Python SDK for the Entegy API

Installation

pip install entegywrapper

poetry add entegywrapper

Usage

from entegywrapper import EntegyAPI

api = EntegyAPI("api-key", "api-secret", "project-id", "project-region")
api = EntegyAPI(["api-key-1", "api-key-2", "api-key-3"], ["api-secret-1", "api-secret-2", "api-secret-3"], "project-id", "project-region")

Ported Modules

Modules to Port