Bigeye SDK offers developer tools and clients to interact with Bigeye programmatically.
Project description
Bigeye SDK
Bigeye SDK is a collection of protobuf generated code, functions, and models used to interact programmatically with the Bigeye API. Bigeye currently supports a Python SDK. The main entry point is the DatawatchClient abstraction and, in this core package, a basic auth client has been implemented. The abstract base class includes core functionality (methods to interact with the API) and each implementation should enable a different authorization methods.
Install
pip install bigeye_sdk
Basic Auth
Basic authorization credentials can be stored as Json either on disk or in a secrets/credentials manager. This format will be marshalled into an instance of BasicAuthRequestLibApiConf.
{
"base_url": "https://app.bigeye.com",
"user": "",
"password": ""
}
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
Built Distribution
Hashes for bigeye_sdk-0.4.65-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1486660bebb28376117e4bc2f7c3ba92380f74e1213a65ead44620d408475b75 |
|
MD5 | 47945e1558920078effd4a1282f10e8d |
|
BLAKE2b-256 | 4aa327e991f416bae78b68d0142d660f83e8a547ed52691509cda76d3537f109 |