backend.ai-cli 25.15.0rc1__tar.gz → 25.16.0rc1__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 backend.ai-cli might be problematic. Click here for more details.
- {backend_ai_cli-25.15.0rc1 → backend_ai_cli-25.16.0rc1}/PKG-INFO +2 -2
- backend_ai_cli-25.16.0rc1/ai/backend/cli/VERSION +1 -0
- {backend_ai_cli-25.15.0rc1 → backend_ai_cli-25.16.0rc1}/backend.ai_cli.egg-info/PKG-INFO +2 -2
- {backend_ai_cli-25.15.0rc1 → backend_ai_cli-25.16.0rc1}/backend.ai_cli.egg-info/requires.txt +1 -1
- {backend_ai_cli-25.15.0rc1 → backend_ai_cli-25.16.0rc1}/setup.py +2 -2
- backend_ai_cli-25.15.0rc1/ai/backend/cli/VERSION +0 -1
- {backend_ai_cli-25.15.0rc1 → backend_ai_cli-25.16.0rc1}/MANIFEST.in +0 -0
- {backend_ai_cli-25.15.0rc1 → backend_ai_cli-25.16.0rc1}/ai/backend/cli/__init__.py +0 -0
- {backend_ai_cli-25.15.0rc1 → backend_ai_cli-25.16.0rc1}/ai/backend/cli/__main__.py +0 -0
- {backend_ai_cli-25.15.0rc1 → backend_ai_cli-25.16.0rc1}/ai/backend/cli/extensions.py +0 -0
- {backend_ai_cli-25.15.0rc1 → backend_ai_cli-25.16.0rc1}/ai/backend/cli/interaction.py +0 -0
- {backend_ai_cli-25.15.0rc1 → backend_ai_cli-25.16.0rc1}/ai/backend/cli/loader.py +0 -0
- {backend_ai_cli-25.15.0rc1 → backend_ai_cli-25.16.0rc1}/ai/backend/cli/main.py +0 -0
- {backend_ai_cli-25.15.0rc1 → backend_ai_cli-25.16.0rc1}/ai/backend/cli/params.py +0 -0
- {backend_ai_cli-25.15.0rc1 → backend_ai_cli-25.16.0rc1}/ai/backend/cli/py.typed +0 -0
- {backend_ai_cli-25.15.0rc1 → backend_ai_cli-25.16.0rc1}/ai/backend/cli/types.py +0 -0
- {backend_ai_cli-25.15.0rc1 → backend_ai_cli-25.16.0rc1}/backend.ai_cli.egg-info/SOURCES.txt +0 -0
- {backend_ai_cli-25.15.0rc1 → backend_ai_cli-25.16.0rc1}/backend.ai_cli.egg-info/dependency_links.txt +0 -0
- {backend_ai_cli-25.15.0rc1 → backend_ai_cli-25.16.0rc1}/backend.ai_cli.egg-info/entry_points.txt +0 -0
- {backend_ai_cli-25.15.0rc1 → backend_ai_cli-25.16.0rc1}/backend.ai_cli.egg-info/namespace_packages.txt +0 -0
- {backend_ai_cli-25.15.0rc1 → backend_ai_cli-25.16.0rc1}/backend.ai_cli.egg-info/not-zip-safe +0 -0
- {backend_ai_cli-25.15.0rc1 → backend_ai_cli-25.16.0rc1}/backend.ai_cli.egg-info/top_level.txt +0 -0
- {backend_ai_cli-25.15.0rc1 → backend_ai_cli-25.16.0rc1}/backend_shim.py +0 -0
- {backend_ai_cli-25.15.0rc1 → backend_ai_cli-25.16.0rc1}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: backend.ai-cli
|
|
3
|
-
Version: 25.
|
|
3
|
+
Version: 25.16.0rc1
|
|
4
4
|
Summary: Backend.AI Command Line Interface Helper
|
|
5
5
|
Home-page: https://github.com/lablup/backend.ai
|
|
6
6
|
Author: Lablup Inc. and contributors
|
|
@@ -21,7 +21,7 @@ Classifier: License :: OSI Approved :: MIT License
|
|
|
21
21
|
Requires-Python: >=3.13,<3.14
|
|
22
22
|
Description-Content-Type: text/markdown
|
|
23
23
|
Requires-Dist: attrs>=25.3
|
|
24
|
-
Requires-Dist: backend.ai-plugin==25.
|
|
24
|
+
Requires-Dist: backend.ai-plugin==25.16.0rc1
|
|
25
25
|
Requires-Dist: click~=8.1.7
|
|
26
26
|
Requires-Dist: trafaret~=2.1
|
|
27
27
|
Dynamic: author
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
25.16.0rc1
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: backend.ai-cli
|
|
3
|
-
Version: 25.
|
|
3
|
+
Version: 25.16.0rc1
|
|
4
4
|
Summary: Backend.AI Command Line Interface Helper
|
|
5
5
|
Home-page: https://github.com/lablup/backend.ai
|
|
6
6
|
Author: Lablup Inc. and contributors
|
|
@@ -21,7 +21,7 @@ Classifier: License :: OSI Approved :: MIT License
|
|
|
21
21
|
Requires-Python: >=3.13,<3.14
|
|
22
22
|
Description-Content-Type: text/markdown
|
|
23
23
|
Requires-Dist: attrs>=25.3
|
|
24
|
-
Requires-Dist: backend.ai-plugin==25.
|
|
24
|
+
Requires-Dist: backend.ai-plugin==25.16.0rc1
|
|
25
25
|
Requires-Dist: click~=8.1.7
|
|
26
26
|
Requires-Dist: trafaret~=2.1
|
|
27
27
|
Dynamic: author
|
|
@@ -27,7 +27,7 @@ setup(**{
|
|
|
27
27
|
},
|
|
28
28
|
'install_requires': (
|
|
29
29
|
'attrs>=25.3',
|
|
30
|
-
"""backend.ai-plugin==25.
|
|
30
|
+
"""backend.ai-plugin==25.16.0rc1
|
|
31
31
|
""",
|
|
32
32
|
'click~=8.1.7',
|
|
33
33
|
'trafaret~=2.1',
|
|
@@ -76,7 +76,7 @@ You can do the same in `setup.py` as well.
|
|
|
76
76
|
},
|
|
77
77
|
'python_requires': '>=3.13,<3.14',
|
|
78
78
|
'url': 'https://github.com/lablup/backend.ai',
|
|
79
|
-
'version': """25.
|
|
79
|
+
'version': """25.16.0rc1
|
|
80
80
|
""",
|
|
81
81
|
'zip_safe': False,
|
|
82
82
|
})
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
25.15.0rc1
|
|
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
|
{backend_ai_cli-25.15.0rc1 → backend_ai_cli-25.16.0rc1}/backend.ai_cli.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{backend_ai_cli-25.15.0rc1 → backend_ai_cli-25.16.0rc1}/backend.ai_cli.egg-info/entry_points.txt
RENAMED
|
File without changes
|
|
File without changes
|
{backend_ai_cli-25.15.0rc1 → backend_ai_cli-25.16.0rc1}/backend.ai_cli.egg-info/not-zip-safe
RENAMED
|
File without changes
|
{backend_ai_cli-25.15.0rc1 → backend_ai_cli-25.16.0rc1}/backend.ai_cli.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|