Metadata-Version: 2.1
Name: streamdeck_sdk_pi
Version: 0.0.1
Summary: Library for creating Stream Deck Property Inspector in Python.
Author-email: Grigoriy Gusev <thegrigus@gmail.com>
Project-URL: Homepage, https://github.com/gri-gus/streamdeck-python-sdk-pi
Project-URL: Source, https://github.com/gri-gus/streamdeck-python-sdk-pi
Keywords: property inspector,property inspector generator,streamdeck property inspector generator,streamdeck property inspector,streamdeck pi,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
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

<p align="center">
    <a href="https://pypi.org/project/streamdeck-sdk-pi" target="_blank">
        <img src="https://img.shields.io/pypi/v/streamdeck-sdk-pi" alt="PyPI">
    </a>
    <a href="https://pypi.org/project/streamdeck-sdk-pi" target="_blank">
        <img src="https://static.pepy.tech/badge/streamdeck-sdk-pi" 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="Apache">
    </a>
    <a href="https://docs.elgato.com/sdk" target="_blank">
        <img src="https://badgen.net/badge/Elgato/doc/blue" alt="Elgato">
    </a>
</p>

# streamdeck-python-sdk-pi

Library for creating Stream Deck Property Inspector in Python. Write code in Python and get HTML and JS for PI.

**PyPi**: https://pypi.org/project/streamdeck-sdk-pi

**Main project**: https://github.com/gri-gus/streamdeck-python-sdk

**Supported operating systems:**

* MacOS: 10.14 or later
* Windows: 10 or later

**Supported Python versions:** 3.8 or later

---

See full description and usage examples on
[GitHub](https://github.com/gri-gus/streamdeck-python-sdk-pi)
