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.0.tar.gz
(8.6 kB
view details)
Built Distribution
File details
Details for the file watched-sdk-0.3.0.tar.gz
.
File metadata
- Download URL: watched-sdk-0.3.0.tar.gz
- Upload date:
- Size: 8.6 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 | a46344452d2c568e25abaf5ae7533b33f3e2a614acd181084c812117df279253 |
|
MD5 | 2cb8388abbbbb49e7d7e1b04932decf4 |
|
BLAKE2b-256 | f19c4c13cad2c7f110a3af29bcecd73d4bde13936faee85f670f2902fd21c318 |
File details
Details for the file watched_sdk-0.3.0-py2-none-any.whl
.
File metadata
- Download URL: watched_sdk-0.3.0-py2-none-any.whl
- Upload date:
- Size: 12.6 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 | af513fa2f0a1450fd2400083005a5014b4d65b12f5c63ceac36926e93e2ff8f4 |
|
MD5 | d097eaf609beb95f7120cc114e8898e2 |
|
BLAKE2b-256 | 3f2f0edcf0c04a1ccbb7f02f1620d699e5c807d3a98eef2fc861ca56a174a113 |