Metadata-Version: 2.1
Name: streamdeck_sdk_cli
Version: 0.0.2
Summary: Command Line Interface for streamdeck-python-sdk.
Author-email: Grigoriy Gusev <thegrigus@gmail.com>
Project-URL: Homepage, https://github.com/gri-gus/streamdeck-python-sdk-cli
Project-URL: Source, https://github.com/gri-gus/streamdeck-python-sdk-cli
Keywords: streamdeck sdk cli,streamdeck test project,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-cli" target="_blank">
        <img src="https://img.shields.io/pypi/v/streamdeck-sdk-cli" alt="PyPI">
    </a>
    <a href="https://pypi.org/project/streamdeck-sdk-cli" target="_blank">
        <img src="https://static.pepy.tech/badge/streamdeck-sdk-cli" 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-cli

Command Line Interface for [streamdeck-python-sdk](https://github.com/gri-gus/streamdeck-python-sdk).

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

**Supported operating systems:**

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

**Supported Python versions:** 3.8 or later

## Installation

> ⚠️ For correct operation on Windows, it is recommended to enable `LongPaths` support in
> the system: [manual](https://www.backupery.com/how-to-enable-ntfs-long-paths-in-windows/).
> Without this setting, problems with installation and use may occur!

```shell
pip install streamdeck-sdk-cli
```

---

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