AbstractIntegratedModule 0.2.7__tar.gz → 0.3.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {abstractintegratedmodule-0.2.7 → abstractintegratedmodule-0.3.0/AbstractIntegratedModule.egg-info}/PKG-INFO +14 -2
- {abstractintegratedmodule-0.2.7/AbstractIntegratedModule.egg-info → abstractintegratedmodule-0.3.0}/PKG-INFO +14 -2
- {abstractintegratedmodule-0.2.7 → abstractintegratedmodule-0.3.0}/README.md +12 -0
- {abstractintegratedmodule-0.2.7 → abstractintegratedmodule-0.3.0}/setup.py +2 -2
- {abstractintegratedmodule-0.2.7 → abstractintegratedmodule-0.3.0}/AbstractIntegratedModule.cp313-win_amd64.pyd +0 -0
- {abstractintegratedmodule-0.2.7 → abstractintegratedmodule-0.3.0}/AbstractIntegratedModule.cpython-310-aarch64-linux-gnu.so +0 -0
- {abstractintegratedmodule-0.2.7 → abstractintegratedmodule-0.3.0}/AbstractIntegratedModule.cpython-312-x86_64-linux-gnu.so +0 -0
- {abstractintegratedmodule-0.2.7 → abstractintegratedmodule-0.3.0}/AbstractIntegratedModule.egg-info/SOURCES.txt +0 -0
- {abstractintegratedmodule-0.2.7 → abstractintegratedmodule-0.3.0}/AbstractIntegratedModule.egg-info/dependency_links.txt +0 -0
- {abstractintegratedmodule-0.2.7 → abstractintegratedmodule-0.3.0}/AbstractIntegratedModule.egg-info/requires.txt +0 -0
- {abstractintegratedmodule-0.2.7 → abstractintegratedmodule-0.3.0}/AbstractIntegratedModule.egg-info/top_level.txt +0 -0
- {abstractintegratedmodule-0.2.7 → abstractintegratedmodule-0.3.0}/AbstractIntegratedModule.py +0 -0
- {abstractintegratedmodule-0.2.7 → abstractintegratedmodule-0.3.0}/MANIFEST.in +0 -0
- {abstractintegratedmodule-0.2.7 → abstractintegratedmodule-0.3.0}/pyproject.toml +0 -0
- {abstractintegratedmodule-0.2.7 → abstractintegratedmodule-0.3.0}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: AbstractIntegratedModule
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.3.0
|
|
4
4
|
Summary: Framework forAdvanced Integrated Non-LLM AI Module library - Backend Framework for Non-LLM AI Agent Framework
|
|
5
5
|
Author: Micro-Novelty
|
|
6
6
|
Author-email: hernikpuspita5@gmail.com
|
|
@@ -11,7 +11,7 @@ Classifier: Programming Language :: Python :: 3.11
|
|
|
11
11
|
Classifier: Programming Language :: Python :: 3.12
|
|
12
12
|
Classifier: License :: OSI Approved :: MIT License
|
|
13
13
|
Classifier: Operating System :: OS Independent
|
|
14
|
-
Requires-Python:
|
|
14
|
+
Requires-Python: > 3.9
|
|
15
15
|
Description-Content-Type: text/markdown
|
|
16
16
|
Requires-Dist: numpy>=1.21.0
|
|
17
17
|
Requires-Dist: scikit-learn>=1.0.0
|
|
@@ -44,6 +44,18 @@ https://github.com/Micro-Novelty/IntegratedPipeline-Specialized-Non-LLM-AI-Agent
|
|
|
44
44
|
- Maintainer: Micro-Novelty.
|
|
45
45
|
- library Source-Code is Open-sourced on github.
|
|
46
46
|
- Purpose: Specifically Designed for providing Non-LLM AI Agent Framework for edge Devices, Optimized for ARM64 architecture.
|
|
47
|
+
- Library installation:
|
|
48
|
+
```bash
|
|
49
|
+
pip install AbstractIntegratedModule
|
|
50
|
+
python -m install AbstractIntegratedModule
|
|
51
|
+
```
|
|
52
|
+
|
|
53
|
+
- The library also includes precompiled binaries for:
|
|
54
|
+
- x86_64 linux architecture: only supports python version 3.12.
|
|
55
|
+
- aarch64 linux architecture: only supports python version 3.10.
|
|
56
|
+
- win_amd64 windows 64-bit architecture: only supports python version 3.13.
|
|
57
|
+
if you don't have the necessary python, don't worry since you could use our regular pip download.
|
|
58
|
+
|
|
47
59
|
- Proven Capabilities: Works on ARM64 Environment, Training and Prediction works efficient on Docker ARM64 environment with QEMU, good parallelizing behavior is guaranteed.
|
|
48
60
|
-----
|
|
49
61
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: AbstractIntegratedModule
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.3.0
|
|
4
4
|
Summary: Framework forAdvanced Integrated Non-LLM AI Module library - Backend Framework for Non-LLM AI Agent Framework
|
|
5
5
|
Author: Micro-Novelty
|
|
6
6
|
Author-email: hernikpuspita5@gmail.com
|
|
@@ -11,7 +11,7 @@ Classifier: Programming Language :: Python :: 3.11
|
|
|
11
11
|
Classifier: Programming Language :: Python :: 3.12
|
|
12
12
|
Classifier: License :: OSI Approved :: MIT License
|
|
13
13
|
Classifier: Operating System :: OS Independent
|
|
14
|
-
Requires-Python:
|
|
14
|
+
Requires-Python: > 3.9
|
|
15
15
|
Description-Content-Type: text/markdown
|
|
16
16
|
Requires-Dist: numpy>=1.21.0
|
|
17
17
|
Requires-Dist: scikit-learn>=1.0.0
|
|
@@ -44,6 +44,18 @@ https://github.com/Micro-Novelty/IntegratedPipeline-Specialized-Non-LLM-AI-Agent
|
|
|
44
44
|
- Maintainer: Micro-Novelty.
|
|
45
45
|
- library Source-Code is Open-sourced on github.
|
|
46
46
|
- Purpose: Specifically Designed for providing Non-LLM AI Agent Framework for edge Devices, Optimized for ARM64 architecture.
|
|
47
|
+
- Library installation:
|
|
48
|
+
```bash
|
|
49
|
+
pip install AbstractIntegratedModule
|
|
50
|
+
python -m install AbstractIntegratedModule
|
|
51
|
+
```
|
|
52
|
+
|
|
53
|
+
- The library also includes precompiled binaries for:
|
|
54
|
+
- x86_64 linux architecture: only supports python version 3.12.
|
|
55
|
+
- aarch64 linux architecture: only supports python version 3.10.
|
|
56
|
+
- win_amd64 windows 64-bit architecture: only supports python version 3.13.
|
|
57
|
+
if you don't have the necessary python, don't worry since you could use our regular pip download.
|
|
58
|
+
|
|
47
59
|
- Proven Capabilities: Works on ARM64 Environment, Training and Prediction works efficient on Docker ARM64 environment with QEMU, good parallelizing behavior is guaranteed.
|
|
48
60
|
-----
|
|
49
61
|
|
|
@@ -12,6 +12,18 @@ https://github.com/Micro-Novelty/IntegratedPipeline-Specialized-Non-LLM-AI-Agent
|
|
|
12
12
|
- Maintainer: Micro-Novelty.
|
|
13
13
|
- library Source-Code is Open-sourced on github.
|
|
14
14
|
- Purpose: Specifically Designed for providing Non-LLM AI Agent Framework for edge Devices, Optimized for ARM64 architecture.
|
|
15
|
+
- Library installation:
|
|
16
|
+
```bash
|
|
17
|
+
pip install AbstractIntegratedModule
|
|
18
|
+
python -m install AbstractIntegratedModule
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
- The library also includes precompiled binaries for:
|
|
22
|
+
- x86_64 linux architecture: only supports python version 3.12.
|
|
23
|
+
- aarch64 linux architecture: only supports python version 3.10.
|
|
24
|
+
- win_amd64 windows 64-bit architecture: only supports python version 3.13.
|
|
25
|
+
if you don't have the necessary python, don't worry since you could use our regular pip download.
|
|
26
|
+
|
|
15
27
|
- Proven Capabilities: Works on ARM64 Environment, Training and Prediction works efficient on Docker ARM64 environment with QEMU, good parallelizing behavior is guaranteed.
|
|
16
28
|
-----
|
|
17
29
|
|
|
@@ -8,7 +8,7 @@ class BinaryDistribution(Distribution):
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name="AbstractIntegratedModule",
|
|
11
|
-
version="0.
|
|
11
|
+
version="0.3.0",
|
|
12
12
|
description="Framework forAdvanced Integrated Non-LLM AI Module library - Backend Framework for Non-LLM AI Agent Framework",
|
|
13
13
|
long_description=open("README.md", encoding="utf-8").read(),
|
|
14
14
|
long_description_content_type="text/markdown",
|
|
@@ -22,7 +22,7 @@ setup(
|
|
|
22
22
|
"AbstractIntegratedModule.cpython-312-x86_64-linux-gnu.so"])
|
|
23
23
|
],
|
|
24
24
|
distclass=BinaryDistribution,
|
|
25
|
-
python_requires="
|
|
25
|
+
python_requires="> 3.9",
|
|
26
26
|
install_requires=[
|
|
27
27
|
"numpy>=1.21.0",
|
|
28
28
|
"scikit-learn>=1.0.0",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{abstractintegratedmodule-0.2.7 → abstractintegratedmodule-0.3.0}/AbstractIntegratedModule.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|