File tree Expand file tree Collapse file tree 4 files changed +26
-2
lines changed
Expand file tree Collapse file tree 4 files changed +26
-2
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,14 @@ Library for creating Stream Deck plugins in Python.
4646pip install " streamdeck-sdk[dev]"
4747```
4848
49+ During this installation, additional libraries needed for development are installed:
50+
51+ * [ streamdeck-sdk-pi] ( https://pypi.org/project/streamdeck-sdk-pi ) - Property Inspector generator in Python
52+
53+ * [ streamdeck-sdk-cli] ( https://pypi.org/project/streamdeck-sdk-cli ) - useful command line utilities
54+
55+ > ⚠️ These libraries should not be present in the plugin's ` requirements.txt ` .
56+
4957## Features
5058
5159* Ease of use. You can quickly create your own plugin without having to understand how websockets and
Original file line number Diff line number Diff line change @@ -53,6 +53,14 @@ Library for creating Stream Deck plugins in Python.
5353pip install " streamdeck-sdk[dev]"
5454```
5555
56+ During this installation, additional libraries needed for development are installed:
57+
58+ * [ streamdeck-sdk-pi] ( https://pypi.org/project/streamdeck-sdk-pi ) - Property Inspector generator in Python
59+
60+ * [ streamdeck-sdk-cli] ( https://pypi.org/project/streamdeck-sdk-cli ) - useful command line utilities
61+
62+ > ⚠️ These libraries should not be present in the plugin's ` requirements.txt ` .
63+
5664## Features
5765
5866* Ease of use. You can quickly create your own plugin without having to understand how websockets and
Original file line number Diff line number Diff line change 5353pip install " streamdeck-sdk[dev]"
5454```
5555
56+ Во время такой установки дополнительно устанавливаются библиотеки, нужные для разработки:
57+
58+ * [ streamdeck-sdk-pi] ( https://pypi.org/project/streamdeck-sdk-pi ) - генератор Property Inspector на Python
59+
60+ * [ streamdeck-sdk-cli] ( https://pypi.org/project/streamdeck-sdk-cli ) - полезные утилиты командной строки
61+
62+ > ⚠️ Эти библиотеки не должны присутствовать в ` requirements.txt ` плагина.
63+
5664## Возможности
5765
5866* Простота использования. Вы можете быстро создать свой собственный плагин, не разбираясь в том,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " streamdeck_sdk"
7- version = " 1.2.0 "
7+ version = " 1.2.1 "
88authors = [
99 {
name =
" Grigoriy Gusev" ,
email =
" [email protected] " },
1010]
@@ -47,7 +47,7 @@ classifiers = [
4747
4848[project .optional-dependencies ]
4949dev = [
50- " streamdeck-sdk-cli>=0.0.1 ,<0.1.0" ,
50+ " streamdeck-sdk-cli>=0.0.2 ,<0.1.0" ,
5151 " streamdeck-sdk-pi>=0.0.1,<0.1.0" ,
5252]
5353
You can’t perform that action at this time.
0 commit comments