Metadata-Version: 2.1
Name: streamdeck_sdk
Version: 0.1.7
Summary: Library for creating Stream Deck plugins in Python.
Home-page: https://github.com/gri-gus/streamdeck-python-sdk
Author: Grigoriy Gusev
Author-email: thegrigus@gmail.com
License: Apache Software License
Keywords: python,sdk,streamdeck,streamdeck-sdk,streamdeck_sdk,stream deck sdk,stream deck,elgato,elgato sdk,elgato stream deck,streamdeck-python-sdk,streamdeck_python_sdk,streamdeck python sdk
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE

<p align="center">
    <a>
        <img src="https://raw.githubusercontent.com/gri-gus/streamdeck-python-sdk/main/assets/images/cover.png" alt="decohints">
    </a>
</p>

<p align="center">
    <a href="https://pypi.org/project/streamdeck-sdk" target="_blank">
        <img src="https://img.shields.io/pypi/v/streamdeck-sdk" alt="PyPI">
    </a>
    <a href="https://opensource.org/licenses/Apache-2.0" target="_blank">
        <img src="https://img.shields.io/badge/License-Apache_2.0-blue.svg" alt="PyPI">
    </a>
    <a href="https://developer.elgato.com/documentation/stream-deck/sdk/overview/" target="_blank">
        <img src="https://badgen.net/badge/Elgato/doc/blue" alt="PyPI">
    </a>
</p>

# streamdeck-python-sdk

Library for creating Stream Deck plugins in Python.


