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.1.3-py2-none-any.whl (11.3 kB) | File type Wheel | Python version py2 | Upload date | Hashes View |
Filename, size watched-sdk-0.1.3.tar.gz (8.2 kB) | File type Source | Python version None | Upload date | Hashes View |
Close
Hashes for watched_sdk-0.1.3-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | abcc9c8aa97440840f098953cd3ced05dddbcbe33e6d155f77b53ec6942b52b4 |
|
MD5 | 757bc351b8dbda2444984462a1151522 |
|
BLAKE2-256 | f19b8a024ef89471d4711be091b7d684342de4ae48bb482953688c8cf75e5b21 |