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": ""
}
Release files for bigeye-sdk 0.11.12
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| bigeye_sdk-0.11.12.tar.gz | 276.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| bigeye_sdk-0.11.12-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 584.9 kB
Release files / bigeye_sdk-0.11.12.tar.gz
| Download URL | bigeye_sdk-0.11.12.tar.gz |
|---|---|
| Size | 276.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
fdcd8ba48e83d006319b35bc7dfd80f36b0c6189f3c2a3a36b9cca00bf4a711e
|
|
BLAKE2b-256 checksum How to use checksums |
82bc635fd739da7b723676e1d27032182a246e3c8c788d329e2d2aadf15d0491
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.7.0 CPython/3.11.16 Linux/6.17.0-1022-azure
|
Release files / bigeye_sdk-0.11.12-py3-none-any.whl
| Download URL | bigeye_sdk-0.11.12-py3-none-any.whl |
|---|---|
| Size | 308.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
9af6d3451a07966070e68930579078dd97e6698e612edc914b2724e9cf3f10b9
|
|
BLAKE2b-256 checksum How to use checksums |
2034ebfb3fa6afb2e94da9f2d71561a0fe05811b1801d7a788d3eefd7a209173
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.7.0 CPython/3.11.16 Linux/6.17.0-1022-azure
|