bigeye-sdk


Namebigeye-sdk JSON
Version 0.6.8 PyPI version JSON
download
home_pagehttps://docs.bigeye.com/docs
SummaryBigeye SDK offers developer tools and clients to interact with Bigeye programmatically.
upload_time2025-08-27 18:10:23
maintainerNone
docs_urlNone
authorBigeye
requires_python<4.0.0,>=3.9.0
licenseProprietary
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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

```shell
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](bigeye_sdk/authentication/api_authentication.py).

```json
{
    "base_url": "https://app.bigeye.com",
    "user": "",
    "password": ""
}
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://docs.bigeye.com/docs",
    "name": "bigeye-sdk",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0.0,>=3.9.0",
    "maintainer_email": null,
    "keywords": null,
    "author": "Bigeye",
    "author_email": "support@bigeye.com",
    "download_url": "https://files.pythonhosted.org/packages/bb/90/4ef8ca9c57b1a290c9464c8b60c71088d82e67fea2f442b7f1c39d4de8d0/bigeye_sdk-0.6.8.tar.gz",
    "platform": null,
    "description": "# Bigeye SDK\n\nBigeye SDK is a collection of protobuf generated code, functions, and models used to interact programmatically\nwith the Bigeye API.  Bigeye currently supports a Python SDK.  The main entry point is the DatawatchClient \nabstraction and, in this core package, a basic auth client has been implemented.  The abstract base class \nincludes core functionality (methods to interact with the API) and each implementation should enable a \ndifferent authorization methods.\n\n## Install\n\n```shell\npip install bigeye_sdk\n```\n\n## Basic Auth\n\nBasic authorization credentials can be stored as Json either on disk or in a secrets/credentials manager.  This\nformat will be marshalled into an instance of [BasicAuthRequestLibApiConf](bigeye_sdk/authentication/api_authentication.py).\n\n```json\n{\n    \"base_url\": \"https://app.bigeye.com\",\n    \"user\": \"\",\n    \"password\": \"\"\n}\n```\n",
    "bugtrack_url": null,
    "license": "Proprietary",
    "summary": "Bigeye SDK offers developer tools and clients to interact with Bigeye programmatically.",
    "version": "0.6.8",
    "project_urls": {
        "Homepage": "https://docs.bigeye.com/docs"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d32163d6fa54fdf155d03f172fbcab6e88d6d2a7b9e3724db5b11f2e38405f0f",
                "md5": "eefd3621b89416f36360b42a60d954b7",
                "sha256": "59cd7baa3d7e7201a1e4dc0052f5650a5b817ef1c9e758e32d48eb56fd1f4cb8"
            },
            "downloads": -1,
            "filename": "bigeye_sdk-0.6.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "eefd3621b89416f36360b42a60d954b7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0.0,>=3.9.0",
            "size": 191201,
            "upload_time": "2025-08-27T18:10:22",
            "upload_time_iso_8601": "2025-08-27T18:10:22.474624Z",
            "url": "https://files.pythonhosted.org/packages/d3/21/63d6fa54fdf155d03f172fbcab6e88d6d2a7b9e3724db5b11f2e38405f0f/bigeye_sdk-0.6.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bb904ef8ca9c57b1a290c9464c8b60c71088d82e67fea2f442b7f1c39d4de8d0",
                "md5": "b40ac90359472f2d8726987c6f9b47c2",
                "sha256": "011a2442310496c6adacab2f0af34872a8a594ab6c4d8e0c6763d00c54238d95"
            },
            "downloads": -1,
            "filename": "bigeye_sdk-0.6.8.tar.gz",
            "has_sig": false,
            "md5_digest": "b40ac90359472f2d8726987c6f9b47c2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0.0,>=3.9.0",
            "size": 166984,
            "upload_time": "2025-08-27T18:10:23",
            "upload_time_iso_8601": "2025-08-27T18:10:23.727167Z",
            "url": "https://files.pythonhosted.org/packages/bb/90/4ef8ca9c57b1a290c9464c8b60c71088d82e67fea2f442b7f1c39d4de8d0/bigeye_sdk-0.6.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-27 18:10:23",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "bigeye-sdk"
}
        
Elapsed time: 1.11780s