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.3.tar.gz
(8.2 kB
view details)
Built Distribution
File details
Details for the file watched-sdk-0.1.3.tar.gz
.
File metadata
- Download URL: watched-sdk-0.1.3.tar.gz
- Upload date:
- Size: 8.2 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 | 2bcf9c1be95d6dcdac7e6d8852f25cfc67f6b4c6ee11763e9ad28efcedfe4768 |
|
MD5 | 109dd373b1c439dba5b55cd0cf81e12b |
|
BLAKE2b-256 | 44ebfbbd279542c7bc5f6186fcccb398336ebef370bc154ca71e7e2c7629ebe9 |
File details
Details for the file watched_sdk-0.1.3-py2-none-any.whl
.
File metadata
- Download URL: watched_sdk-0.1.3-py2-none-any.whl
- Upload date:
- Size: 11.3 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 | abcc9c8aa97440840f098953cd3ced05dddbcbe33e6d155f77b53ec6942b52b4 |
|
MD5 | 757bc351b8dbda2444984462a1151522 |
|
BLAKE2b-256 | f19b8a024ef89471d4711be091b7d684342de4ae48bb482953688c8cf75e5b21 |