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
File details
Details for the file bigeye_sdk-0.4.92.tar.gz
.
File metadata
- Download URL: bigeye_sdk-0.4.92.tar.gz
- Upload date:
- Size: 147.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.9.13 Linux/6.5.0-1025-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6bb248741d1629eb39fef3f3781050d94b86071c14e1a77656a400e2d1eea166 |
|
MD5 | 6e62fd3449b9d64b41f2b6316e44e22c |
|
BLAKE2b-256 | 3396380af6db3ca3ff599450155b30cb28234ef1726e09c6a1519b1896cc07ec |
File details
Details for the file bigeye_sdk-0.4.92-py3-none-any.whl
.
File metadata
- Download URL: bigeye_sdk-0.4.92-py3-none-any.whl
- Upload date:
- Size: 171.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.5.1 CPython/3.9.13 Linux/6.5.0-1025-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3ccd40062e431bfa00126429c7b04aeae2a4185b544f1ad27f060f478a52453b |
|
MD5 | df689dcaa2674b97cbb0f50b8acf38ec |
|
BLAKE2b-256 | c03a9b4eac66fd526c6bace9c3febb802ce427d7bd8065d8416976d2d7cb6001 |