backend.ai-cli 25.6.1__tar.gz → 25.7.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.

Potentially problematic release.


This version of backend.ai-cli might be problematic. Click here for more details.

Files changed (24) hide show
  1. {backend_ai_cli-25.6.1 → backend_ai_cli-25.7.0}/PKG-INFO +13 -3
  2. backend_ai_cli-25.7.0/ai/backend/cli/VERSION +1 -0
  3. {backend_ai_cli-25.6.1 → backend_ai_cli-25.7.0}/backend.ai_cli.egg-info/PKG-INFO +13 -3
  4. {backend_ai_cli-25.6.1 → backend_ai_cli-25.7.0}/backend.ai_cli.egg-info/requires.txt +1 -1
  5. {backend_ai_cli-25.6.1 → backend_ai_cli-25.7.0}/setup.py +2 -2
  6. backend_ai_cli-25.6.1/ai/backend/cli/VERSION +0 -1
  7. {backend_ai_cli-25.6.1 → backend_ai_cli-25.7.0}/MANIFEST.in +0 -0
  8. {backend_ai_cli-25.6.1 → backend_ai_cli-25.7.0}/ai/backend/cli/__init__.py +0 -0
  9. {backend_ai_cli-25.6.1 → backend_ai_cli-25.7.0}/ai/backend/cli/__main__.py +0 -0
  10. {backend_ai_cli-25.6.1 → backend_ai_cli-25.7.0}/ai/backend/cli/extensions.py +0 -0
  11. {backend_ai_cli-25.6.1 → backend_ai_cli-25.7.0}/ai/backend/cli/interaction.py +0 -0
  12. {backend_ai_cli-25.6.1 → backend_ai_cli-25.7.0}/ai/backend/cli/loader.py +0 -0
  13. {backend_ai_cli-25.6.1 → backend_ai_cli-25.7.0}/ai/backend/cli/main.py +0 -0
  14. {backend_ai_cli-25.6.1 → backend_ai_cli-25.7.0}/ai/backend/cli/params.py +0 -0
  15. {backend_ai_cli-25.6.1 → backend_ai_cli-25.7.0}/ai/backend/cli/py.typed +0 -0
  16. {backend_ai_cli-25.6.1 → backend_ai_cli-25.7.0}/ai/backend/cli/types.py +0 -0
  17. {backend_ai_cli-25.6.1 → backend_ai_cli-25.7.0}/backend.ai_cli.egg-info/SOURCES.txt +0 -0
  18. {backend_ai_cli-25.6.1 → backend_ai_cli-25.7.0}/backend.ai_cli.egg-info/dependency_links.txt +0 -0
  19. {backend_ai_cli-25.6.1 → backend_ai_cli-25.7.0}/backend.ai_cli.egg-info/entry_points.txt +0 -0
  20. {backend_ai_cli-25.6.1 → backend_ai_cli-25.7.0}/backend.ai_cli.egg-info/namespace_packages.txt +0 -0
  21. {backend_ai_cli-25.6.1 → backend_ai_cli-25.7.0}/backend.ai_cli.egg-info/not-zip-safe +0 -0
  22. {backend_ai_cli-25.6.1 → backend_ai_cli-25.7.0}/backend.ai_cli.egg-info/top_level.txt +0 -0
  23. {backend_ai_cli-25.6.1 → backend_ai_cli-25.7.0}/backend_shim.py +0 -0
  24. {backend_ai_cli-25.6.1 → backend_ai_cli-25.7.0}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: backend.ai-cli
3
- Version: 25.6.1
3
+ Version: 25.7.0
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,9 +21,19 @@ 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.6.1
24
+ Requires-Dist: backend.ai-plugin==25.7.0
25
25
  Requires-Dist: click~=8.1.7
26
26
  Requires-Dist: trafaret~=2.1
27
+ Dynamic: author
28
+ Dynamic: classifier
29
+ Dynamic: description
30
+ Dynamic: description-content-type
31
+ Dynamic: home-page
32
+ Dynamic: license
33
+ Dynamic: project-url
34
+ Dynamic: requires-dist
35
+ Dynamic: requires-python
36
+ Dynamic: summary
27
37
 
28
38
  # backend.ai-cli
29
39
 
@@ -0,0 +1 @@
1
+ 25.7.0
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: backend.ai-cli
3
- Version: 25.6.1
3
+ Version: 25.7.0
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,9 +21,19 @@ 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.6.1
24
+ Requires-Dist: backend.ai-plugin==25.7.0
25
25
  Requires-Dist: click~=8.1.7
26
26
  Requires-Dist: trafaret~=2.1
27
+ Dynamic: author
28
+ Dynamic: classifier
29
+ Dynamic: description
30
+ Dynamic: description-content-type
31
+ Dynamic: home-page
32
+ Dynamic: license
33
+ Dynamic: project-url
34
+ Dynamic: requires-dist
35
+ Dynamic: requires-python
36
+ Dynamic: summary
27
37
 
28
38
  # backend.ai-cli
29
39
 
@@ -1,4 +1,4 @@
1
1
  attrs>=25.3
2
- backend.ai-plugin==25.6.1
2
+ backend.ai-plugin==25.7.0
3
3
  click~=8.1.7
4
4
  trafaret~=2.1
@@ -27,7 +27,7 @@ setup(**{
27
27
  },
28
28
  'install_requires': (
29
29
  'attrs>=25.3',
30
- 'backend.ai-plugin==25.6.1',
30
+ 'backend.ai-plugin==25.7.0',
31
31
  'click~=8.1.7',
32
32
  'trafaret~=2.1',
33
33
  ),
@@ -75,6 +75,6 @@ You can do the same in `setup.py` as well.
75
75
  },
76
76
  'python_requires': '>=3.13,<3.14',
77
77
  'url': 'https://github.com/lablup/backend.ai',
78
- 'version': '25.6.1',
78
+ 'version': '25.7.0',
79
79
  'zip_safe': False,
80
80
  })
@@ -1 +0,0 @@
1
- 25.6.1