-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from gri-gus/feature/1.2.0
Feature/1.2.0
- Loading branch information
Showing
127 changed files
with
88 additions
and
5,648 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
[build-system] | ||
requires = ["setuptools >= 60.0"] | ||
build-backend = "setuptools.build_meta" | ||
|
||
[project] | ||
name = "streamdeck_sdk" | ||
version = "1.2.0.dev8" | ||
authors = [ | ||
{ name = "Grigoriy Gusev", email = "[email protected]" }, | ||
] | ||
description = "Library for creating Stream Deck plugins in Python." | ||
readme = "README-PYPI.md" | ||
dependencies = [ | ||
"annotated-types==0.7.0", | ||
"decohints==1.0.9", | ||
"pydantic==2.8.2", | ||
"pydantic_core==2.20.1", | ||
"typing_extensions==4.12.2", | ||
"websockets==13.0.1", | ||
] | ||
requires-python = ">=3.8" | ||
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", | ||
] | ||
classifiers = [ | ||
"Programming Language :: Python :: 3.10", | ||
"License :: OSI Approved :: Apache Software License", | ||
"Operating System :: OS Independent", | ||
] | ||
|
||
[project.optional-dependencies] | ||
dev = [ | ||
"streamdeck-sdk-cli>=0.0.1.dev6,<0.0.2", | ||
"streamdeck-sdk-pi>=0.0.1.dev1,<0.0.2", | ||
] | ||
|
||
[project.urls] | ||
Homepage = "https://github.com/gri-gus/streamdeck-python-sdk" | ||
Source = "https://github.com/gri-gus/streamdeck-python-sdk" | ||
|
||
[tool.setuptools.packages.find] | ||
where = ["src"] |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file not shown.
Binary file not shown.
12 changes: 0 additions & 12 deletions
12
...s/base_project/com.bestdeveloper.mytestplugin.sdPlugin/assets/category_icon.svg
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
...project/com.bestdeveloper.mytestplugin.sdPlugin/assets/myaction/action_icon.svg
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
...se_project/com.bestdeveloper.mytestplugin.sdPlugin/assets/myaction/key_icon.svg
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.