intellif-aihub 0.1.12__tar.gz → 0.1.13__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.
Potentially problematic release.
This version of intellif-aihub might be problematic. Click here for more details.
- {intellif_aihub-0.1.12/src/intellif_aihub.egg-info → intellif_aihub-0.1.13}/PKG-INFO +2 -1
- {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/pyproject.toml +3 -2
- intellif_aihub-0.1.13/src/aihub/__init__.py +1 -0
- {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/aihub/utils/http.py +4 -3
- {intellif_aihub-0.1.12 → intellif_aihub-0.1.13/src/intellif_aihub.egg-info}/PKG-INFO +2 -1
- {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/intellif_aihub.egg-info/requires.txt +1 -0
- intellif_aihub-0.1.12/src/aihub/__init__.py +0 -1
- {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/LICENSE +0 -0
- {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/README.md +0 -0
- {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/setup.cfg +0 -0
- {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/aihub/client.py +0 -0
- {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/aihub/exceptions.py +0 -0
- {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/aihub/models/__init__.py +0 -0
- {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/aihub/models/artifact.py +0 -0
- {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/aihub/models/common.py +0 -0
- {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/aihub/models/data_warehouse.py +0 -0
- {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/aihub/models/dataset_management.py +0 -0
- {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/aihub/models/document_center.py +0 -0
- {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/aihub/models/eval.py +0 -0
- {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/aihub/models/labelfree.py +0 -0
- {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/aihub/models/model_center.py +0 -0
- {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/aihub/models/model_training_platform.py +0 -0
- {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/aihub/models/quota_schedule_management.py +0 -0
- {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/aihub/models/tag_resource_management.py +0 -0
- {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/aihub/models/task_center.py +0 -0
- {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/aihub/models/user_system.py +0 -0
- {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/aihub/models/workflow_center.py +0 -0
- {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/aihub/services/__init__.py +0 -0
- {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/aihub/services/artifact.py +0 -0
- {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/aihub/services/data_warehouse.py +0 -0
- {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/aihub/services/dataset_management.py +0 -0
- {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/aihub/services/document_center.py +0 -0
- {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/aihub/services/eval.py +0 -0
- {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/aihub/services/labelfree.py +0 -0
- {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/aihub/services/model_center.py +0 -0
- {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/aihub/services/model_training_platform.py +0 -0
- {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/aihub/services/quota_schedule_management.py +0 -0
- {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/aihub/services/reporter.py +0 -0
- {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/aihub/services/tag_resource_management.py +0 -0
- {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/aihub/services/task_center.py +0 -0
- {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/aihub/services/user_system.py +0 -0
- {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/aihub/services/workflow_center.py +0 -0
- {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/aihub/utils/__init__.py +0 -0
- {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/aihub/utils/download.py +0 -0
- {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/aihub/utils/s3.py +0 -0
- {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/intellif_aihub.egg-info/SOURCES.txt +0 -0
- {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/intellif_aihub.egg-info/dependency_links.txt +0 -0
- {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/intellif_aihub.egg-info/top_level.txt +0 -0
- {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/tests/test_artifact.py +0 -0
- {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/tests/test_data_warehouse.py +0 -0
- {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/tests/test_dataset_management.py +0 -0
- {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/tests/test_document_center.py +0 -0
- {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/tests/test_labelfree.py +0 -0
- {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/tests/test_model_center.py +0 -0
- {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/tests/test_model_training_platform.py +0 -0
- {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/tests/test_quota_schedule_management.py +0 -0
- {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/tests/test_s3.py +0 -0
- {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/tests/test_tag_resource_management.py +0 -0
- {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/tests/test_task_center.py +0 -0
- {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/tests/test_user_system.py +0 -0
- {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/tests/test_workflow_center.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: intellif-aihub
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.13
|
|
4
4
|
Summary: Intellif AI-hub SDK.
|
|
5
5
|
Author-email: Platform Team <aihub@example.com>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -17,6 +17,7 @@ Requires-Dist: pyarrow>=21.0.0
|
|
|
17
17
|
Requires-Dist: tqdm<5.0,>=4.66
|
|
18
18
|
Requires-Dist: loguru>=0.7.3
|
|
19
19
|
Requires-Dist: minio>=7.2.7
|
|
20
|
+
Requires-Dist: requests>=2.32.4
|
|
20
21
|
Dynamic: license-file
|
|
21
22
|
|
|
22
23
|
# Intellif AI-Hub SDK
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "intellif-aihub"
|
|
3
|
-
version = "0.1.
|
|
3
|
+
version = "0.1.13"
|
|
4
4
|
description = "Intellif AI-hub SDK."
|
|
5
5
|
readme = {file = "README.md", content-type = "text/markdown"}
|
|
6
6
|
requires-python = ">=3.9"
|
|
@@ -19,6 +19,7 @@ dependencies = [
|
|
|
19
19
|
"tqdm>=4.66,<5.0",
|
|
20
20
|
"loguru>=0.7.3",
|
|
21
21
|
"minio>=7.2.7",
|
|
22
|
+
"requests>=2.32.4",
|
|
22
23
|
]
|
|
23
24
|
|
|
24
25
|
|
|
@@ -64,4 +65,4 @@ exclude = '''
|
|
|
64
65
|
| build
|
|
65
66
|
| dist
|
|
66
67
|
)/
|
|
67
|
-
'''
|
|
68
|
+
'''
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.1.13"
|
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
from __future__ import annotations
|
|
2
2
|
|
|
3
|
-
import httpx
|
|
4
3
|
import os
|
|
5
4
|
|
|
5
|
+
import requests
|
|
6
|
+
|
|
6
7
|
|
|
7
8
|
def http_download_file(url: str, dst_path: str, chunk: int = 1 << 16) -> None:
|
|
8
9
|
os.makedirs(os.path.dirname(dst_path), exist_ok=True)
|
|
9
|
-
with
|
|
10
|
+
with requests.get(url, timeout=None, stream=True) as r:
|
|
10
11
|
r.raise_for_status()
|
|
11
12
|
with open(dst_path, "wb") as f:
|
|
12
|
-
for block in r.
|
|
13
|
+
for block in r.iter_content(chunk):
|
|
13
14
|
f.write(block)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: intellif-aihub
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.13
|
|
4
4
|
Summary: Intellif AI-hub SDK.
|
|
5
5
|
Author-email: Platform Team <aihub@example.com>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -17,6 +17,7 @@ Requires-Dist: pyarrow>=21.0.0
|
|
|
17
17
|
Requires-Dist: tqdm<5.0,>=4.66
|
|
18
18
|
Requires-Dist: loguru>=0.7.3
|
|
19
19
|
Requires-Dist: minio>=7.2.7
|
|
20
|
+
Requires-Dist: requests>=2.32.4
|
|
20
21
|
Dynamic: license-file
|
|
21
22
|
|
|
22
23
|
# Intellif AI-Hub SDK
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.1.12"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/aihub/models/quota_schedule_management.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/aihub/services/model_training_platform.py
RENAMED
|
File without changes
|
{intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/aihub/services/quota_schedule_management.py
RENAMED
|
File without changes
|
|
File without changes
|
{intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/aihub/services/tag_resource_management.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/intellif_aihub.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|