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.

Files changed (61) hide show
  1. {intellif_aihub-0.1.12/src/intellif_aihub.egg-info → intellif_aihub-0.1.13}/PKG-INFO +2 -1
  2. {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/pyproject.toml +3 -2
  3. intellif_aihub-0.1.13/src/aihub/__init__.py +1 -0
  4. {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/aihub/utils/http.py +4 -3
  5. {intellif_aihub-0.1.12 → intellif_aihub-0.1.13/src/intellif_aihub.egg-info}/PKG-INFO +2 -1
  6. {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/intellif_aihub.egg-info/requires.txt +1 -0
  7. intellif_aihub-0.1.12/src/aihub/__init__.py +0 -1
  8. {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/LICENSE +0 -0
  9. {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/README.md +0 -0
  10. {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/setup.cfg +0 -0
  11. {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/aihub/client.py +0 -0
  12. {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/aihub/exceptions.py +0 -0
  13. {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/aihub/models/__init__.py +0 -0
  14. {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/aihub/models/artifact.py +0 -0
  15. {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/aihub/models/common.py +0 -0
  16. {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/aihub/models/data_warehouse.py +0 -0
  17. {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/aihub/models/dataset_management.py +0 -0
  18. {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/aihub/models/document_center.py +0 -0
  19. {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/aihub/models/eval.py +0 -0
  20. {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/aihub/models/labelfree.py +0 -0
  21. {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/aihub/models/model_center.py +0 -0
  22. {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/aihub/models/model_training_platform.py +0 -0
  23. {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/aihub/models/quota_schedule_management.py +0 -0
  24. {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/aihub/models/tag_resource_management.py +0 -0
  25. {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/aihub/models/task_center.py +0 -0
  26. {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/aihub/models/user_system.py +0 -0
  27. {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/aihub/models/workflow_center.py +0 -0
  28. {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/aihub/services/__init__.py +0 -0
  29. {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/aihub/services/artifact.py +0 -0
  30. {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/aihub/services/data_warehouse.py +0 -0
  31. {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/aihub/services/dataset_management.py +0 -0
  32. {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/aihub/services/document_center.py +0 -0
  33. {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/aihub/services/eval.py +0 -0
  34. {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/aihub/services/labelfree.py +0 -0
  35. {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/aihub/services/model_center.py +0 -0
  36. {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/aihub/services/model_training_platform.py +0 -0
  37. {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/aihub/services/quota_schedule_management.py +0 -0
  38. {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/aihub/services/reporter.py +0 -0
  39. {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/aihub/services/tag_resource_management.py +0 -0
  40. {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/aihub/services/task_center.py +0 -0
  41. {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/aihub/services/user_system.py +0 -0
  42. {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/aihub/services/workflow_center.py +0 -0
  43. {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/aihub/utils/__init__.py +0 -0
  44. {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/aihub/utils/download.py +0 -0
  45. {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/aihub/utils/s3.py +0 -0
  46. {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/intellif_aihub.egg-info/SOURCES.txt +0 -0
  47. {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/intellif_aihub.egg-info/dependency_links.txt +0 -0
  48. {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/src/intellif_aihub.egg-info/top_level.txt +0 -0
  49. {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/tests/test_artifact.py +0 -0
  50. {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/tests/test_data_warehouse.py +0 -0
  51. {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/tests/test_dataset_management.py +0 -0
  52. {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/tests/test_document_center.py +0 -0
  53. {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/tests/test_labelfree.py +0 -0
  54. {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/tests/test_model_center.py +0 -0
  55. {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/tests/test_model_training_platform.py +0 -0
  56. {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/tests/test_quota_schedule_management.py +0 -0
  57. {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/tests/test_s3.py +0 -0
  58. {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/tests/test_tag_resource_management.py +0 -0
  59. {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/tests/test_task_center.py +0 -0
  60. {intellif_aihub-0.1.12 → intellif_aihub-0.1.13}/tests/test_user_system.py +0 -0
  61. {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.12
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.12"
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 httpx.stream("GET", url, follow_redirects=True, timeout=None) as r:
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.iter_bytes(chunk):
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.12
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
@@ -5,3 +5,4 @@ pyarrow>=21.0.0
5
5
  tqdm<5.0,>=4.66
6
6
  loguru>=0.7.3
7
7
  minio>=7.2.7
8
+ requests>=2.32.4
@@ -1 +0,0 @@
1
- __version__ = "0.1.12"
File without changes