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.1.4.tar.gz
(8.3 kB
view details)
Built Distribution
File details
Details for the file watched-sdk-0.1.4.tar.gz
.
File metadata
- Download URL: watched-sdk-0.1.4.tar.gz
- Upload date:
- Size: 8.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/2.7.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 91d726c793aaf5d48faf716b42f83563854a536c2e2014c86e5354670b459b3b |
|
MD5 | 6aadb5e81b444b5eb6cbee1c4714fe69 |
|
BLAKE2b-256 | 5ec361201eafdcc35327c43bb9687181b3f04782fe3eb4ddb3438bb14699b3c6 |
File details
Details for the file watched_sdk-0.1.4-py2-none-any.whl
.
File metadata
- Download URL: watched_sdk-0.1.4-py2-none-any.whl
- Upload date:
- Size: 11.4 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/2.7.17
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8eed1c87791eb017378fc4417be8d649d2d20e97535ca6bab0df049c123ff09e |
|
MD5 | bd6e11bd3e8307577c537e1f78f9409c |
|
BLAKE2b-256 | eee69a8aa326c4e586b9ecac9fbd263b7ec7c4286e6d8892937ee92efb4bc149 |