Plugin SDK models for PhoneStreamDeck
Project description
streamdeck-phone-sdk
Small plugin SDK package used by PhoneStreamDeck plugins.
It provides:
ActionSpecPluginWidget
Example plugin folder:
my_plugin/
config.yaml
widget.py
config.yaml:
dependencies:
- requests
widget.py:
from pathlib import Path
from streamdeck import ActionSpec, PluginWidget
CONFIG_PATH = Path(__file__).with_name("config.yaml")
LOGO = "MY"
def create_widget():
return PluginWidget(
plugin_id="my_plugin",
title="My Plugin",
logo=LOGO,
actions=[ActionSpec("run", "Run")],
)
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file streamdeck_phone_sdk-0.1.0.tar.gz.
File metadata
- Download URL: streamdeck_phone_sdk-0.1.0.tar.gz
- Upload date:
- Size: 2.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e8db7b8a476b09ca51b7beb1d60aa7869c35ce2d2979f9613289af584a480714
|
|
| MD5 |
e7012d53aeb78bf46f3a56d388c25bd8
|
|
| BLAKE2b-256 |
09a5a1856a46b67431ca9b88cb3f54b1c71fb71ce12ee66e871cc661471c3461
|
File details
Details for the file streamdeck_phone_sdk-0.1.0-py3-none-any.whl.
File metadata
- Download URL: streamdeck_phone_sdk-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a536c4ded588d9e46e54e79762c9e87a9ab5a0830074f8df85b8c166d3c6029b
|
|
| MD5 |
8b9f81d5f99d12b87eff6eac41ee3aa6
|
|
| BLAKE2b-256 |
d3d20636ca3c99f4ff2a83142595ccb9c59e8a9b1d8aaadcc48c5770258e9056
|