backend.ai-cli 24.3.10b3__tar.gz → 24.3.11__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 (25) hide show
  1. {backend_ai_cli-24.3.10b3 → backend_ai_cli-24.3.11}/PKG-INFO +4 -4
  2. backend_ai_cli-24.3.11/ai/backend/cli/VERSION +1 -0
  3. {backend_ai_cli-24.3.10b3 → backend_ai_cli-24.3.11}/backend.ai_cli.egg-info/PKG-INFO +4 -4
  4. backend_ai_cli-24.3.11/backend.ai_cli.egg-info/requires.txt +4 -0
  5. {backend_ai_cli-24.3.10b3 → backend_ai_cli-24.3.11}/setup.py +4 -4
  6. backend_ai_cli-24.3.10b3/ai/backend/cli/VERSION +0 -1
  7. backend_ai_cli-24.3.10b3/backend.ai_cli.egg-info/requires.txt +0 -4
  8. {backend_ai_cli-24.3.10b3 → backend_ai_cli-24.3.11}/MANIFEST.in +0 -0
  9. {backend_ai_cli-24.3.10b3 → backend_ai_cli-24.3.11}/ai/backend/cli/__init__.py +0 -0
  10. {backend_ai_cli-24.3.10b3 → backend_ai_cli-24.3.11}/ai/backend/cli/__main__.py +0 -0
  11. {backend_ai_cli-24.3.10b3 → backend_ai_cli-24.3.11}/ai/backend/cli/extensions.py +0 -0
  12. {backend_ai_cli-24.3.10b3 → backend_ai_cli-24.3.11}/ai/backend/cli/interaction.py +0 -0
  13. {backend_ai_cli-24.3.10b3 → backend_ai_cli-24.3.11}/ai/backend/cli/loader.py +0 -0
  14. {backend_ai_cli-24.3.10b3 → backend_ai_cli-24.3.11}/ai/backend/cli/main.py +0 -0
  15. {backend_ai_cli-24.3.10b3 → backend_ai_cli-24.3.11}/ai/backend/cli/params.py +0 -0
  16. {backend_ai_cli-24.3.10b3 → backend_ai_cli-24.3.11}/ai/backend/cli/py.typed +0 -0
  17. {backend_ai_cli-24.3.10b3 → backend_ai_cli-24.3.11}/ai/backend/cli/types.py +0 -0
  18. {backend_ai_cli-24.3.10b3 → backend_ai_cli-24.3.11}/backend.ai_cli.egg-info/SOURCES.txt +0 -0
  19. {backend_ai_cli-24.3.10b3 → backend_ai_cli-24.3.11}/backend.ai_cli.egg-info/dependency_links.txt +0 -0
  20. {backend_ai_cli-24.3.10b3 → backend_ai_cli-24.3.11}/backend.ai_cli.egg-info/entry_points.txt +0 -0
  21. {backend_ai_cli-24.3.10b3 → backend_ai_cli-24.3.11}/backend.ai_cli.egg-info/namespace_packages.txt +0 -0
  22. {backend_ai_cli-24.3.10b3 → backend_ai_cli-24.3.11}/backend.ai_cli.egg-info/not-zip-safe +0 -0
  23. {backend_ai_cli-24.3.10b3 → backend_ai_cli-24.3.11}/backend.ai_cli.egg-info/top_level.txt +0 -0
  24. {backend_ai_cli-24.3.10b3 → backend_ai_cli-24.3.11}/backend_shim.py +0 -0
  25. {backend_ai_cli-24.3.10b3 → backend_ai_cli-24.3.11}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: backend.ai-cli
3
- Version: 24.3.10b3
3
+ Version: 24.3.11
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
@@ -15,13 +15,13 @@ Classifier: Programming Language :: Python :: 3
15
15
  Classifier: Environment :: No Input/Output (Daemon)
16
16
  Classifier: Topic :: Scientific/Engineering
17
17
  Classifier: Topic :: Software Development
18
- Classifier: Development Status :: 4 - Beta
18
+ Classifier: Development Status :: 5 - Production/Stable
19
19
  Classifier: Programming Language :: Python :: 3.12
20
20
  Classifier: License :: OSI Approved :: MIT License
21
21
  Requires-Python: >=3.12,<3.13
22
22
  Description-Content-Type: text/markdown
23
- Requires-Dist: attrs>=20.3
24
- Requires-Dist: backend.ai-plugin==24.03.10b3
23
+ Requires-Dist: attrs>=24.2
24
+ Requires-Dist: backend.ai-plugin==24.03.11
25
25
  Requires-Dist: click~=8.1.7
26
26
  Requires-Dist: trafaret~=2.1
27
27
 
@@ -0,0 +1 @@
1
+ 24.03.11
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: backend.ai-cli
3
- Version: 24.3.10b3
3
+ Version: 24.3.11
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
@@ -15,13 +15,13 @@ Classifier: Programming Language :: Python :: 3
15
15
  Classifier: Environment :: No Input/Output (Daemon)
16
16
  Classifier: Topic :: Scientific/Engineering
17
17
  Classifier: Topic :: Software Development
18
- Classifier: Development Status :: 4 - Beta
18
+ Classifier: Development Status :: 5 - Production/Stable
19
19
  Classifier: Programming Language :: Python :: 3.12
20
20
  Classifier: License :: OSI Approved :: MIT License
21
21
  Requires-Python: >=3.12,<3.13
22
22
  Description-Content-Type: text/markdown
23
- Requires-Dist: attrs>=20.3
24
- Requires-Dist: backend.ai-plugin==24.03.10b3
23
+ Requires-Dist: attrs>=24.2
24
+ Requires-Dist: backend.ai-plugin==24.03.11
25
25
  Requires-Dist: click~=8.1.7
26
26
  Requires-Dist: trafaret~=2.1
27
27
 
@@ -0,0 +1,4 @@
1
+ attrs>=24.2
2
+ backend.ai-plugin==24.03.11
3
+ click~=8.1.7
4
+ trafaret~=2.1
@@ -15,7 +15,7 @@ setup(**{
15
15
  'Environment :: No Input/Output (Daemon)',
16
16
  'Topic :: Scientific/Engineering',
17
17
  'Topic :: Software Development',
18
- 'Development Status :: 4 - Beta',
18
+ 'Development Status :: 5 - Production/Stable',
19
19
  'Programming Language :: Python :: 3.12',
20
20
  'License :: OSI Approved :: MIT License',
21
21
  ],
@@ -26,8 +26,8 @@ setup(**{
26
26
  ],
27
27
  },
28
28
  'install_requires': (
29
- 'attrs>=20.3',
30
- """backend.ai-plugin==24.03.10b3
29
+ 'attrs>=24.2',
30
+ """backend.ai-plugin==24.03.11
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.12,<3.13',
78
78
  'url': 'https://github.com/lablup/backend.ai',
79
- 'version': """24.03.10b3
79
+ 'version': """24.03.11
80
80
  """,
81
81
  'zip_safe': False,
82
82
  })
@@ -1 +0,0 @@
1
- 24.03.10b3
@@ -1,4 +0,0 @@
1
- attrs>=20.3
2
- backend.ai-plugin==24.03.10b3
3
- click~=8.1.7
4
- trafaret~=2.1