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.4.50
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.4.50.tar.gz | 106.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| bigeye_sdk-0.4.50-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 229.2 kB
Release files / bigeye_sdk-0.4.50.tar.gz
| Download URL | bigeye_sdk-0.4.50.tar.gz |
|---|---|
| Size | 106.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
881420f47cccd9953fcdd56ffcadcf58bdc77d588a6fb23324e4d917350b07ed
|
|
BLAKE2b-256 checksum How to use checksums |
126963ec40a3a9eba3ca9ab598cdbc63c5fcf80dd1645f831452e880aef75a55
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.3.2 CPython/3.10.9 Darwin/22.3.0
|
Release files / bigeye_sdk-0.4.50-py3-none-any.whl
| Download URL | bigeye_sdk-0.4.50-py3-none-any.whl |
|---|---|
| Size | 123.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
852dce4d626c11539273a3e4394dd4505b630ef9bd375f593f496aafa6bec41b
|
|
BLAKE2b-256 checksum How to use checksums |
2cee1bd62d562125d134f66f70f4c1739a3bad837501a97b52f9cafc18a5d534
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.3.2 CPython/3.10.9 Darwin/22.3.0
|