Skip to content

Commit

Permalink
refactor(iamai)!: update license and refactor code structure
Browse files Browse the repository at this point in the history
  • Loading branch information
HsiangNianian committed Nov 26, 2024
1 parent adaaeb5 commit 64e7661
Show file tree
Hide file tree
Showing 31 changed files with 8 additions and 238 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,19 @@ name = "iamai"
version = "0.1.8"
edition = "2021"
description = "Comprehensive AI Toolkit for Multimodal Learning and Cross-Platform Robotics."
license = "MIT"
license = "AGPL-3.0"
documentation = "https://iamai.is-a.dev/"
homepage = "https://iamai.is-a.dev/"
repository = "https://github.com/retrofor/iamai"
authors = ["HsiangNianian"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
name = "_core"
crate-type = ["cdylib"]

[dependencies]
image = "0.25.5"
num-complex = "0.4.6"
pyo3 = { version = "0.19.2", features = ["abi3-py39"] }
pyo3 = { version = "0.19.2", features = ["extension-module", "abi3-py39"] }
time = "0.3.36"
Binary file removed iamai/.DS_Store
Binary file not shown.
Binary file removed iamai/locale/.DS_Store
Binary file not shown.
231 changes: 0 additions & 231 deletions iamai/locale/fr/LC_MESSAGES/i18n.po~

This file was deleted.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ iamai-adapter-red = { workspace = true }
[tool.maturin]
features = ["pyo3/extension-module"]
module-name = "iamai._core"
# include = [{ path = "iamai/**/*", format = "sdist" }, "README.rst"]

python-package = "iamai"
python-source = "src"

[tool.ruff]
# Exclude a variety of commonly ignored directories.
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
from iamai.utils import is_config_class

if TYPE_CHECKING:
from ..bot import Bot
from iamai.bot import Bot

__all__ = ["Adapter"]

Expand Down
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.
4 changes: 2 additions & 2 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 64e7661

Please sign in to comment.