Skip to content

Commit

Permalink
Merge pull request #16 from gri-gus/feature/1.2.0
Browse files Browse the repository at this point in the history
Feature/1.2.0
  • Loading branch information
gri-gus authored Sep 22, 2024
2 parents 83a161a + fe96d5a commit e8d41ed
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README-PYPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Library for creating Stream Deck plugins in Python.
> Without this setting, problems with installation and use may occur!
```shell
pip install streamdeck-sdk[dev]
pip install "streamdeck-sdk[dev]"
```

## Features
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Library for creating Stream Deck plugins in Python.
> Without this setting, problems with installation and use may occur!
```shell
pip install streamdeck-sdk[dev]
pip install "streamdeck-sdk[dev]"
```

## Features
Expand Down Expand Up @@ -224,6 +224,8 @@ Instead of `"com.ggusev.keyboard.write"` you need to substitute the name of your

## Property Inspector Generator

[streamdeck-python-sdk-pi](https://github.com/gri-gus/streamdeck-python-sdk-pi)

With this tool you can quickly write your Property Inspector in Python.
HTML and JS code will be generated.

Expand Down
4 changes: 3 additions & 1 deletion README.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
> Без этой настройки возможны проблемы с установкой и использованием!
```shell
pip install streamdeck-sdk[dev]
pip install "streamdeck-sdk[dev]"
```

## Возможности
Expand Down Expand Up @@ -224,6 +224,8 @@ $PI.onSendToPropertyInspector("com.ggusev.keyboard.write", jsn => {

## Генератор Property Inspector

[streamdeck-python-sdk-pi](https://github.com/gri-gus/streamdeck-python-sdk-pi)

С помощью этого инструмента вы можете быстро писать свой Property Inspector на Python.
Код на html и js будет сгенерирован.

Expand Down
6 changes: 3 additions & 3 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.dev8"
version = "1.2.0"
authors = [
{ name = "Grigoriy Gusev", email = "[email protected]" },
]
Expand Down Expand Up @@ -47,8 +47,8 @@ classifiers = [

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

[project.urls]
Expand Down

0 comments on commit e8d41ed

Please sign in to comment.