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
Release history Release notifications | RSS feed
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.2.0.tar.gz
(8.5 kB
view hashes)
Built Distribution
Close
Hashes for watched_sdk-0.2.0-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | dd41ea6b51e0724b5a4451cfe07e140dd8d87727a735c9a80b1f4cf5371af83a |
|
MD5 | 8e3603deff33231f79eef9f785d9693e |
|
BLAKE2b-256 | 460b7162dca3ed055cafc7b8109a181270149f495fdcb29a0076ccc0cbc7aa85 |