Skip to content

SituDevelopment/entegy-sdk-python

Repository files navigation

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