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.2.tar.gz
(8.6 kB
view details)
Built Distribution
File details
Details for the file watched-sdk-0.3.2.tar.gz
.
File metadata
- Download URL: watched-sdk-0.3.2.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 | e36c3692b16d805ad4182188cc9e1b725f4d586cf6109bdd2f29b9efe40bea1c |
|
MD5 | 6ef5906dff02a6758df9e0fcd2da2a03 |
|
BLAKE2b-256 | 51e13db283b0cf0290b9281c3b7da097a27fa7c30a2945b9f7ce2b6f3237d8bc |
File details
Details for the file watched_sdk-0.3.2-py2-none-any.whl
.
File metadata
- Download URL: watched_sdk-0.3.2-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 | be36771e7b73c2748397896966f29cd0b2ab4ffc5d6cc17d79ea07fb2ad672b9 |
|
MD5 | 970f4cdb796d0b74b6eea80a67ec2026 |
|
BLAKE2b-256 | fca0d6ef90d422b795465dd52f58b23764bb744fde1c33e9b8899f4419b7fa79 |