Skip to content

Commit

Permalink
Merge pull request #17 from gri-gus/1.2.1
Browse files Browse the repository at this point in the history
1.2.1
  • Loading branch information
gri-gus authored Sep 24, 2024
2 parents c4efa55 + 600d83d commit 322de2a
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 2 deletions.
8 changes: 8 additions & 0 deletions README-PYPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,14 @@ Library for creating Stream Deck plugins in Python.
pip install "streamdeck-sdk[dev]"
```

During this installation, additional libraries needed for development are installed:

* [streamdeck-sdk-pi](https://pypi.org/project/streamdeck-sdk-pi) - Property Inspector generator in Python

* [streamdeck-sdk-cli](https://pypi.org/project/streamdeck-sdk-cli) - useful command line utilities

> ⚠️ These libraries should not be present in the plugin's `requirements.txt`.
## Features

* Ease of use. You can quickly create your own plugin without having to understand how websockets and
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,14 @@ Library for creating Stream Deck plugins in Python.
pip install "streamdeck-sdk[dev]"
```

During this installation, additional libraries needed for development are installed:

* [streamdeck-sdk-pi](https://pypi.org/project/streamdeck-sdk-pi) - Property Inspector generator in Python

* [streamdeck-sdk-cli](https://pypi.org/project/streamdeck-sdk-cli) - useful command line utilities

> ⚠️ These libraries should not be present in the plugin's `requirements.txt`.
## Features

* Ease of use. You can quickly create your own plugin without having to understand how websockets and
Expand Down
8 changes: 8 additions & 0 deletions README.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,14 @@
pip install "streamdeck-sdk[dev]"
```

Во время такой установки дополнительно устанавливаются библиотеки, нужные для разработки:

* [streamdeck-sdk-pi](https://pypi.org/project/streamdeck-sdk-pi) - генератор Property Inspector на Python

* [streamdeck-sdk-cli](https://pypi.org/project/streamdeck-sdk-cli) - полезные утилиты командной строки

> ⚠️ Эти библиотеки не должны присутствовать в `requirements.txt` плагина.
## Возможности

* Простота использования. Вы можете быстро создать свой собственный плагин, не разбираясь в том,
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "streamdeck_sdk"
version = "1.2.0"
version = "1.2.1"
authors = [
{ name = "Grigoriy Gusev", email = "[email protected]" },
]
Expand Down Expand Up @@ -47,7 +47,7 @@ classifiers = [

[project.optional-dependencies]
dev = [
"streamdeck-sdk-cli>=0.0.1,<0.1.0",
"streamdeck-sdk-cli>=0.0.2,<0.1.0",
"streamdeck-sdk-pi>=0.0.1,<0.1.0",
]

Expand Down

0 comments on commit 322de2a

Please sign in to comment.