-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix license and readme and requires-python
- Loading branch information
1 parent
d3fdbf5
commit 9e3142d
Showing
30 changed files
with
77 additions
and
42 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -3,9 +3,9 @@ name = "__node-name__" | |
version = "0.0.0" | ||
authors = [{ name = "Your Name", email = "[email protected]" }] | ||
description = "Node Name" | ||
license = "MIT License" | ||
license = { text = "MIT" } | ||
readme = "README.md" | ||
|
||
requires-python = ">=3.7" | ||
|
||
dependencies = ["dora-rs >= 0.3.6", "numpy < 2.0.0", "pyarrow >= 15.0.0"] | ||
|
||
|
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 |
---|---|---|
|
@@ -2,13 +2,14 @@ | |
name = "dora-argotranslate" | ||
version = "0.3.8" | ||
description = "Dora Node for Text translating using Argostranslate" | ||
readme = "README.md" | ||
authors = [ | ||
{ name = "Haixuan Xavier Tao", email = "[email protected]" }, | ||
{ name = "Enzo Le Van", email = "[email protected]" }, | ||
{ name = "Félix Huang", email = "[email protected]" }, | ||
] | ||
|
||
license = { text = "MIT" } | ||
readme = "README.md" | ||
requires-python = ">=3.7" | ||
|
||
dependencies = ["dora-rs >= 0.3.6", "numpy < 2.0.0", "argostranslate >= 1.9.6"] | ||
|
||
|
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 |
---|---|---|
|
@@ -6,9 +6,9 @@ authors = [ | |
{ name = "Enzo Le Van", email = "[email protected]" }, | ||
] | ||
description = "Dora dora-distil-whisper" | ||
license = "MIT License" | ||
license = { text = "MIT" } | ||
readme = "README.md" | ||
|
||
requires-python = ">=3.7" | ||
|
||
dependencies = [ | ||
"dora-rs >= 0.3.6", | ||
|
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 |
---|---|---|
|
@@ -6,7 +6,9 @@ authors = [ | |
{ name = "Enzo Le Van", email = "[email protected]" }, | ||
] | ||
description = "Dora echo" | ||
license = "MIT License" | ||
license = { text = "MIT" } | ||
readme = "README.md" | ||
requires-python = ">=3.7" | ||
|
||
dependencies = ["dora-rs >= 0.3.6", "numpy < 2.0.0", "pyarrow >= 5.0.0"] | ||
|
||
|
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 |
---|---|---|
|
@@ -6,8 +6,9 @@ authors = [ | |
{ name = "Enzo Le Van", email = "[email protected]" }, | ||
] | ||
description = "Dora Node for VLM" | ||
license = { text = "MIT" } | ||
readme = "README.md" | ||
|
||
requires-python = ">=3.7" | ||
|
||
dependencies = [ | ||
|
||
|
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 |
---|---|---|
|
@@ -6,7 +6,9 @@ authors = [ | |
{ name = "Enzo Le Van", email = "[email protected]" }, | ||
] | ||
description = "Dora dora-keyboard" | ||
license = "MIT License" | ||
license = { text = "MIT" } | ||
readme = "README.md" | ||
requires-python = ">=3.7" | ||
|
||
dependencies = [ | ||
"dora-rs >= 0.3.6", | ||
|
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 |
---|---|---|
|
@@ -7,7 +7,9 @@ name = "dora-kit-car" | |
dynamic = ["version"] | ||
authors = [{ name = "Leon", email = "[email protected]" }] | ||
description = "Dora Node for dora kit car" | ||
license = { text = "MIT" } | ||
readme = "README.md" | ||
requires-python = ">=3.7" | ||
|
||
scripts = { "dora-kit-car" = "dora_kit_car:py_main" } | ||
|
||
|
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 |
---|---|---|
|
@@ -6,7 +6,9 @@ authors = [ | |
{ name = "Enzo Le Van", email = "[email protected]" }, | ||
] | ||
description = "Dora dora-microphone" | ||
license = "MIT License" | ||
license = { text = "MIT" } | ||
readme = "README.md" | ||
requires-python = ">=3.7" | ||
|
||
dependencies = [ | ||
"dora-rs >= 0.3.6", | ||
|
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 |
---|---|---|
|
@@ -6,7 +6,9 @@ authors = [ | |
{ name = "Enzo Le Van", email = "[email protected]" }, | ||
] | ||
description = "Dora OpenAI API Server" | ||
license = "MIT License" | ||
license = { text = "MIT" } | ||
readme = "README.md" | ||
requires-python = ">=3.7" | ||
|
||
dependencies = [ | ||
"dora-rs >= 0.3.6", | ||
|
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 |
---|---|---|
|
@@ -2,13 +2,15 @@ | |
name = "dora-opus" | ||
version = "0.3.8" | ||
description = "Dora Node for Text translating using Opus" | ||
readme = "README.md" | ||
authors = [ | ||
{ name = "Haixuan Xavier Tao", email = "[email protected]" }, | ||
{ name = "Enzo Le Van", email = "[email protected]" }, | ||
{ name = "Félix Huang", email = "[email protected]" }, | ||
] | ||
|
||
license = { text = "MIT" } | ||
readme = "README.md" | ||
requires-python = ">=3.7" | ||
|
||
dependencies = [ | ||
"dora-rs >= 0.3.6", | ||
|
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 |
---|---|---|
|
@@ -6,8 +6,9 @@ authors = [ | |
{ name = "Enzo Le Van", email = "[email protected]" }, | ||
] | ||
description = "Dora Node for Text to speech with dora Parler-TTS" | ||
license = { text = "MIT" } | ||
readme = "README.md" | ||
|
||
requires-python = ">=3.7" | ||
|
||
dependencies = [ | ||
"dora-rs >= 0.3.6", | ||
|
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 |
---|---|---|
|
@@ -3,8 +3,9 @@ name = "dora-piper" | |
version = "0.3.8" | ||
authors = [{ name = "Haixuan Xavier Tao", email = "[email protected]" }] | ||
description = "Dora Node for using Agilex piper" | ||
license = { text = "MIT" } | ||
readme = "README.md" | ||
|
||
requires-python = ">=3.7" | ||
|
||
dependencies = ["dora-rs >= 0.3.6", "piper_sdk >= 0.0.8", "numpy < 2.0.0"] | ||
|
||
|
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 |
---|---|---|
@@ -1,16 +1,16 @@ | ||
[project] | ||
name = "dora-pyaudio" | ||
version = "0.0.0" | ||
version = "0.0.1" | ||
authors = [{ name = "Haixuan Xavier Tao", email = "[email protected]" }] | ||
license = { text = "MIT" } | ||
readme = "README.md" | ||
requires-python = ">=3.7" | ||
description = "dora-pyaudio" | ||
license = "MIT License" | ||
|
||
|
||
dependencies = [ | ||
"dora-rs >= 0.3.6", | ||
"numpy >= 1.0.0", | ||
"pyarrow >= 5.0.0", | ||
"python >= 3.8", | ||
"pyaudio >= 0.1.0", | ||
] | ||
|
||
|
@@ -19,7 +19,3 @@ dev = ["pytest >=8.1.1", "ruff >=0.9.1"] | |
|
||
[project.scripts] | ||
dora-pyaudio = "dora_pyaudio.main:main" | ||
|
||
[build-system] | ||
requires = ["poetry-core>=1.8.0"] | ||
build-backend = "poetry.core.masonry.api" |
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 |
---|---|---|
|
@@ -6,8 +6,9 @@ authors = [ | |
{ name = "Xiang Yang", email = "[email protected]" }, | ||
] | ||
description = "Dora Node for capturing video with PyOrbbeck SDK" | ||
license = { text = "MIT" } | ||
readme = "README.md" | ||
|
||
requires-python = ">=3.7" | ||
|
||
dependencies = ["dora-rs >= 0.3.6", "numpy < 2.0.0", "opencv-python >= 4.1.1"] | ||
|
||
|
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 |
---|---|---|
|
@@ -3,8 +3,9 @@ name = "dora-pyrealsense" | |
version = "0.3.8" | ||
authors = [{ name = "Haixuan Xavier Tao", email = "[email protected]" }] | ||
description = "Dora Node for capturing video with Pyrealsense" | ||
license = { text = "MIT" } | ||
readme = "README.md" | ||
|
||
requires-python = ">=3.7" | ||
|
||
dependencies = [ | ||
"dora-rs >= 0.3.6", | ||
|
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 |
---|---|---|
|
@@ -6,8 +6,9 @@ authors = [ | |
{ name = "Enzo Le Van", email = "[email protected]" }, | ||
] | ||
description = "Dora Node for VLM" | ||
license = { text = "MIT" } | ||
readme = "README.md" | ||
|
||
requires-python = ">=3.7" | ||
|
||
dependencies = [ | ||
"dora-rs >= 0.3.6", | ||
|
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 |
---|---|---|
|
@@ -3,8 +3,9 @@ name = "dora-rdt-1b" | |
version = "0.3.8" | ||
authors = [{ name = "Haixuan Xavier Tao", email = "[email protected]" }] | ||
description = "Dora Node for RDT 1B" | ||
license = { text = "MIT" } | ||
readme = "README.md" | ||
|
||
requires-python = ">=3.7" | ||
|
||
dependencies = [ | ||
"dora-rs >= 0.3.6", | ||
|
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 |
---|---|---|
|
@@ -3,8 +3,9 @@ name = "dora-ugv" | |
version = "0.3.6" | ||
authors = [{ name = "Haixuan Xavier Tao", email = "[email protected]" }] | ||
description = "Dora Node for using Agilex UGV" | ||
license = { text = "MIT" } | ||
readme = "README.md" | ||
|
||
requires-python = ">=3.7" | ||
|
||
dependencies = ["dora-rs >= 0.3.6", "python >= 3.7"] | ||
|
||
|
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 |
---|---|---|
|
@@ -2,9 +2,10 @@ | |
name = "dora-vad" | ||
version = "0.3.8" | ||
description = "Dora Node for Text translating using Argostranslate" | ||
readme = "README.md" | ||
authors = [{ name = "Haixuan Xavier Tao", email = "[email protected]" }] | ||
|
||
license = { text = "MIT" } | ||
readme = "README.md" | ||
requires-python = ">=3.7" | ||
|
||
dependencies = ["dora-rs >= 0.3.6", "numpy < 2.0.0", "silero-vad >= 5.1"] | ||
|
||
|
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 |
---|---|---|
|
@@ -6,8 +6,9 @@ authors = [ | |
{ name = "Enzo Le Van", email = "[email protected]" }, | ||
] | ||
description = "Dora Node for object detection with dora YOLOv8" | ||
license = { text = "MIT" } | ||
readme = "README.md" | ||
|
||
requires-python = ">=3.7" | ||
|
||
dependencies = ["dora-rs >= 0.3.6", "numpy < 2.0.0", "ultralytics >= 8.3.24"] | ||
|
||
|
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 |
---|---|---|
|
@@ -6,9 +6,10 @@ authors = [ | |
{ name = "Enzo Le Van", email = "[email protected]" }, | ||
] | ||
description = "Dora Node for VLM" | ||
readme = "README.md" | ||
|
||
|
||
requires-python = ">=3.7" | ||
|
||
dependencies = [ | ||
"dora-rs >= 0.3.6", | ||
"pillow >= 10.4.0", | ||
|
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 |
---|---|---|
|
@@ -6,9 +6,10 @@ authors = [ | |
{ name = "Enzo Le Van", email = "[email protected]" }, | ||
] | ||
description = "Dora Node for plotting text and bbox on image with OpenCV" | ||
readme = "README.md" | ||
|
||
|
||
requires-python = ">=3.7" | ||
|
||
dependencies = ["dora-rs >= 0.3.6", "numpy < 2.0.0", "opencv-python >= 4.1.1"] | ||
|
||
[dependency-groups] | ||
|
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 |
---|---|---|
|
@@ -6,8 +6,9 @@ authors = [ | |
{ name = "Enzo Le Van", email = "[email protected]" }, | ||
] | ||
description = "Dora Node for capturing video with OpenCV" | ||
license = { text = "MIT" } | ||
readme = "README.md" | ||
|
||
requires-python = ">=3.7" | ||
|
||
dependencies = ["dora-rs >= 0.3.6", "numpy < 2.0.0", "opencv-python >= 4.1.1"] | ||
|
||
|
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 |
---|---|---|
@@ -1,13 +1,15 @@ | ||
[project] | ||
readme = "README.md" | ||
name = "pyarrow-assert" | ||
version = "0.3.8" | ||
authors = [ | ||
{ name = "Haixuan Xavier Tao", email = "[email protected]" }, | ||
{ name = "Enzo Le Van", email = "[email protected]" }, | ||
] | ||
description = "Dora Node for plotting text and bbox on image with OpenCV" | ||
license = "MIT License" | ||
license = { text = "MIT" } | ||
readme = "README.md" | ||
|
||
requires-python = ">=3.7" | ||
|
||
dependencies = ["dora-rs >= 0.3.6", "numpy < 2.0.0", "pyarrow >= 5.0.0"] | ||
|
||
|
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 |
---|---|---|
|
@@ -6,10 +6,12 @@ authors = [ | |
{ name = "Enzo Le Van", email = "[email protected]" }, | ||
] | ||
description = "Dora pyarrow Sender" | ||
license = "MIT License" | ||
|
||
license = { text = "MIT" } | ||
readme = "README.md" | ||
|
||
|
||
requires-python = ">=3.7" | ||
|
||
dependencies = ["dora-rs >= 0.3.6", "numpy < 2.0.0", "pyarrow >= 5.0.0"] | ||
|
||
[dependency-groups] | ||
|
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 |
---|---|---|
|
@@ -6,10 +6,12 @@ authors = [ | |
{ name = "Enzo Le Van", email = "[email protected]" }, | ||
] | ||
description = "Dora terminal input" | ||
license = "MIT License" | ||
license = { text = "MIT" } | ||
readme = "README.md" | ||
|
||
|
||
requires-python = ">=3.7" | ||
|
||
dependencies = ["dora-rs >= 0.3.6", "numpy < 2.0.0", "pyarrow >= 5.0.0"] | ||
|
||
[dependency-groups] | ||
|