Skip to main content

Watchful API for Interacting with Watchful Environment

Project description

Watchful Python SDK for Interacting with Watchful Environment

Overview

The current Watchful SDK features include the following:

  • Watchful API
  • Data Enrichment

Steps

Create Python Enviroment

Create a Python virtual environment and activate it. The following are a few ways to do it:

For more steps on creating Python environments, refer to Creating Python Environment in our Watchful SDK Github repository.

Install Watchful SDK

Install the latest published Watchful SDK. Add --upgrade if you currently have a previous Watchful SDK version installed.

pip3 install watchful [--upgrade]

Alternatively, install a specific Watchful SDK version if you need to.

pip3 install watchful[==your.desired.version]

Show the installed Watchful SDK.

pip3 show watchful

Run Tests

After you've done the preceding steps correctly, you will be able to print the version of the installed Watchful SDK.

python3 -c 'import watchful; print(watchful.__version__);'

Examples

After you have installed the Watchful SDK, you can use it to empower your workflow in your Watchful application. Refer to our Watchful examples in GitHub for documentation and Jupyter Notebooks to get started.

Please contact a Watchful representative for the Watchful application.

Documentation

Click the following to view the Watchful SDK documentation:

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

watchful-3.1.1.tar.gz (56.4 kB view hashes)

Uploaded Source

Built Distribution

watchful-3.1.1-py3-none-any.whl (30.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page