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.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size watched_sdk-0.2.1-py2-none-any.whl (12.6 kB) | File type Wheel | Python version py2 | Upload date | Hashes View |
Filename, size watched-sdk-0.2.1.tar.gz (8.5 kB) | File type Source | Python version None | Upload date | Hashes View |
Close
Hashes for watched_sdk-0.2.1-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 152d1dcf3ff339698739d96fb0cdf6fb1a91d5a83593cc19b8641e6c277cfbf5 |
|
MD5 | 6586ba5f404e013d434bd51bcea83e4c |
|
BLAKE2-256 | c68a34d1ee0e9e09323972c2313a5384bfd7f03a3804bfd6303f3590586b732f |