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.3.1.tar.gz
(8.6 kB
view hashes)
Built Distribution
Close
Hashes for watched_sdk-0.3.1-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e3c1bc2c45eecc8c844ebc86dadca0741757bff37fa432a2b7c4731663eeaefa |
|
MD5 | b8d704e93c8ac8a038ead9980bc32937 |
|
BLAKE2b-256 | 1afde1eb7888ad17f3df7fbe7966e2e555902a039240ccd75503bf1c4b00ddd5 |