-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5435eb3
commit e4f6b7b
Showing
12 changed files
with
29 additions
and
44 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
[package] | ||
name = "iamai" | ||
version = "0.0.3" | ||
version = "0.0.4" | ||
edition = "2021" | ||
description = "Comprehensive AI Toolkit for Multimodal Learning and Cross-Platform Robotics." | ||
license = "MIT" | ||
documentation = "https://iamai.is-a.dev/" | ||
homepage = "https://iamai.is-a.dev/" | ||
repository = "https://github.com/retrofor/iamai" | ||
authors = ["HsiangNianian <[email protected]>"] | ||
authors = ["HsiangNianian"] | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
[lib] | ||
|
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,6 +1,6 @@ | ||
[project] | ||
name = "iamai-adapter-apscheduler" | ||
version = "0.0.3" | ||
version = "0.0.4" | ||
description = "apscheduler adapter for iamai." | ||
authors = [{ name = "简律纯", email = "[email protected]" }] | ||
license = { text = "MIT" } | ||
|
@@ -16,9 +16,9 @@ classifiers = [ | |
"Programming Language :: Python :: 3", | ||
"Topic :: Communications :: Chat", | ||
] | ||
requires-python = ">=3.8" | ||
requires-python = ">=3.9" | ||
dependencies = [ | ||
"iamai>=0.0.2", | ||
"iamai>=0.0.3", | ||
"apscheduler>=3.10.4", | ||
] | ||
|
||
|
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,6 +1,6 @@ | ||
[project] | ||
name = "iamai-adapter-bililive" | ||
version = "0.0.3" | ||
version = "0.0.4" | ||
description = "bililive adapter for iamai." | ||
authors = [{ name = "简律纯", email = "[email protected]" }] | ||
license = { text = "MIT" } | ||
|
@@ -16,8 +16,8 @@ classifiers = [ | |
"Programming Language :: Python :: 3", | ||
"Topic :: Communications :: Chat", | ||
] | ||
requires-python = ">=3.8" | ||
dependencies = ["iamai>=0.0.2"] | ||
requires-python = ">=3.9" | ||
dependencies = ["iamai>=0.0.3"] | ||
|
||
[project.urls] | ||
Homepage = "https://iamai.is-a.dev/" | ||
|
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,6 +1,6 @@ | ||
[project] | ||
name = "iamai-adapter-console" | ||
version = "0.0.3" | ||
version = "0.0.4" | ||
description = "Console adapter for iamai." | ||
authors = [{ name = "简律纯", email = "[email protected]" }] | ||
license = { text = "MIT" } | ||
|
@@ -16,8 +16,8 @@ classifiers = [ | |
"Programming Language :: Python :: 3", | ||
"Topic :: Communications :: Chat", | ||
] | ||
requires-python = ">=3.8" | ||
dependencies = ["iamai>=0.0.2"] | ||
requires-python = ">=3.9" | ||
dependencies = ["iamai>=0.0.3"] | ||
|
||
[project.urls] | ||
Homepage = "https://iamai.is-a.dev/" | ||
|
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,6 +1,6 @@ | ||
[project] | ||
name = "iamai-adapter-cqhttp" | ||
version = "0.0.3" | ||
version = "0.0.4" | ||
description = "CQHTTP adapter for iamai." | ||
authors = [{ name = "简律纯", email = "[email protected]" }] | ||
license = { text = "MIT" } | ||
|
@@ -16,8 +16,8 @@ classifiers = [ | |
"Programming Language :: Python :: 3", | ||
"Topic :: Communications :: Chat", | ||
] | ||
requires-python = ">=3.8" | ||
dependencies = ["iamai>=0.0.2"] | ||
requires-python = ">=3.9" | ||
dependencies = ["iamai>=0.0.3"] | ||
|
||
[project.urls] | ||
Homepage = "https://iamai.is-a.dev/" | ||
|
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,6 +1,6 @@ | ||
[project] | ||
name = "iamai-adapter-dingtalk" | ||
version = "0.0.3" | ||
version = "0.0.4" | ||
description = "Dingtalk adapter for iamai." | ||
authors = [{ name = "简律纯", email = "[email protected]" }] | ||
license = { text = "MIT" } | ||
|
@@ -16,8 +16,8 @@ classifiers = [ | |
"Programming Language :: Python :: 3", | ||
"Topic :: Communications :: Chat", | ||
] | ||
requires-python = ">=3.8" | ||
dependencies = ["iamai>=0.0.2"] | ||
requires-python = ">=3.9" | ||
dependencies = ["iamai>=0.0.3"] | ||
|
||
[project.urls] | ||
Homepage = "https://iamai.is-a.dev/" | ||
|
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,6 +1,6 @@ | ||
[project] | ||
name = "iamai-adapter-gensokyo" | ||
version = "0.0.3" | ||
version = "0.0.4" | ||
description = "Gensokyo adapter for iamai." | ||
authors = [{ name = "简律纯", email = "[email protected]" }] | ||
license = { text = "MIT" } | ||
|
@@ -16,8 +16,8 @@ classifiers = [ | |
"Programming Language :: Python :: 3", | ||
"Topic :: Communications :: Chat", | ||
] | ||
requires-python = ">=3.8" | ||
dependencies = ["iamai>=0.0.2"] | ||
requires-python = ">=3.9" | ||
dependencies = ["iamai>=0.0.3"] | ||
|
||
[project.urls] | ||
Homepage = "https://iamai.is-a.dev/" | ||
|
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,6 +1,6 @@ | ||
[project] | ||
name = "iamai-adapter-kook" | ||
version = "0.0.3" | ||
version = "0.0.4" | ||
description = "kook adapter for iamai." | ||
authors = [{ name = "简律纯", email = "[email protected]" }] | ||
license = { text = "MIT" } | ||
|
@@ -16,8 +16,8 @@ classifiers = [ | |
"Programming Language :: Python :: 3", | ||
"Topic :: Communications :: Chat", | ||
] | ||
requires-python = ">=3.8" | ||
dependencies = ["iamai>=0.0.2"] | ||
requires-python = ">=3.9" | ||
dependencies = ["iamai>=0.0.3"] | ||
|
||
[project.urls] | ||
Homepage = "https://iamai.is-a.dev/" | ||
|
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,6 +1,6 @@ | ||
[project] | ||
name = "iamai-adapter-red" | ||
version = "0.0.3" | ||
version = "0.0.4" | ||
description = "Red adapter for iamai." | ||
authors = [{ name = "简律纯", email = "[email protected]" }] | ||
license = { text = "MIT" } | ||
|
@@ -16,8 +16,8 @@ classifiers = [ | |
"Programming Language :: Python :: 3", | ||
"Topic :: Communications :: Chat", | ||
] | ||
requires-python = ">=3.8" | ||
dependencies = ["iamai>=0.0.2"] | ||
requires-python = ">=3.9" | ||
dependencies = ["iamai>=0.0.3"] | ||
|
||
[project.urls] | ||
Homepage = "https://iamai.is-a.dev/" | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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