Skip to main content

WATCHED.com Python SDK

Project description

WATCHED.com Python SDK

Python SDK to create addons for WATCHED.com.

You can find our overall documentation at https://git.blvck.dev/watched/docs

Example addon

There are two ways to run the example addon.

Just install it

# Install the watched_sdk
python setup.py install
# Start the addon
python example/main.py start

Docker

# Build the container
docker build . -t watched-sdk-example
# Start it
docker run --rm -p 3000:3000 watched-sdk-example
# To run single commands:
docker run --rm -p 3000:3000 watched-sdk-example python example/main.py call
# To develop on the addon, use this:
docker run --rm -p 3000:3000 -v $PWD:/code watched-sdk-example python example/main.py start debug

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

watched-sdk-0.1.5.tar.gz (8.4 kB view hashes)

Uploaded Source

Built Distribution

watched_sdk-0.1.5-py2-none-any.whl (11.4 kB view hashes)

Uploaded Python 2

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