backend.ai-cli 24.3.5rc1__tar.gz → 24.3.7a1__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-24.3.5rc1 → backend.ai-cli-24.3.7a1}/PKG-INFO +3 -3
  2. backend.ai-cli-24.3.7a1/ai/backend/cli/VERSION +1 -0
  3. {backend.ai-cli-24.3.5rc1 → backend.ai-cli-24.3.7a1}/backend.ai_cli.egg-info/PKG-INFO +3 -3
  4. {backend.ai-cli-24.3.5rc1 → backend.ai-cli-24.3.7a1}/backend.ai_cli.egg-info/requires.txt +1 -1
  5. {backend.ai-cli-24.3.5rc1 → backend.ai-cli-24.3.7a1}/setup.py +3 -3
  6. backend.ai-cli-24.3.5rc1/ai/backend/cli/VERSION +0 -1
  7. {backend.ai-cli-24.3.5rc1 → backend.ai-cli-24.3.7a1}/MANIFEST.in +0 -0
  8. {backend.ai-cli-24.3.5rc1 → backend.ai-cli-24.3.7a1}/ai/backend/cli/__init__.py +0 -0
  9. {backend.ai-cli-24.3.5rc1 → backend.ai-cli-24.3.7a1}/ai/backend/cli/__main__.py +0 -0
  10. {backend.ai-cli-24.3.5rc1 → backend.ai-cli-24.3.7a1}/ai/backend/cli/extensions.py +0 -0
  11. {backend.ai-cli-24.3.5rc1 → backend.ai-cli-24.3.7a1}/ai/backend/cli/interaction.py +0 -0
  12. {backend.ai-cli-24.3.5rc1 → backend.ai-cli-24.3.7a1}/ai/backend/cli/loader.py +0 -0
  13. {backend.ai-cli-24.3.5rc1 → backend.ai-cli-24.3.7a1}/ai/backend/cli/main.py +0 -0
  14. {backend.ai-cli-24.3.5rc1 → backend.ai-cli-24.3.7a1}/ai/backend/cli/params.py +0 -0
  15. {backend.ai-cli-24.3.5rc1 → backend.ai-cli-24.3.7a1}/ai/backend/cli/py.typed +0 -0
  16. {backend.ai-cli-24.3.5rc1 → backend.ai-cli-24.3.7a1}/ai/backend/cli/types.py +0 -0
  17. {backend.ai-cli-24.3.5rc1 → backend.ai-cli-24.3.7a1}/backend.ai_cli.egg-info/SOURCES.txt +0 -0
  18. {backend.ai-cli-24.3.5rc1 → backend.ai-cli-24.3.7a1}/backend.ai_cli.egg-info/dependency_links.txt +0 -0
  19. {backend.ai-cli-24.3.5rc1 → backend.ai-cli-24.3.7a1}/backend.ai_cli.egg-info/entry_points.txt +0 -0
  20. {backend.ai-cli-24.3.5rc1 → backend.ai-cli-24.3.7a1}/backend.ai_cli.egg-info/namespace_packages.txt +0 -0
  21. {backend.ai-cli-24.3.5rc1 → backend.ai-cli-24.3.7a1}/backend.ai_cli.egg-info/not-zip-safe +0 -0
  22. {backend.ai-cli-24.3.5rc1 → backend.ai-cli-24.3.7a1}/backend.ai_cli.egg-info/top_level.txt +0 -0
  23. {backend.ai-cli-24.3.5rc1 → backend.ai-cli-24.3.7a1}/backend_shim.py +0 -0
  24. {backend.ai-cli-24.3.5rc1 → backend.ai-cli-24.3.7a1}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: backend.ai-cli
3
- Version: 24.3.5rc1
3
+ Version: 24.3.7a1
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 :: 3 - Alpha
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
23
  Requires-Dist: attrs>=20.3
24
- Requires-Dist: backend.ai-plugin==24.03.5rc1
24
+ Requires-Dist: backend.ai-plugin==24.03.7a1
25
25
  Requires-Dist: click~=8.1.7
26
26
  Requires-Dist: trafaret~=2.1
27
27
 
@@ -0,0 +1 @@
1
+ 24.03.7a1
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: backend.ai-cli
3
- Version: 24.3.5rc1
3
+ Version: 24.3.7a1
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 :: 3 - Alpha
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
23
  Requires-Dist: attrs>=20.3
24
- Requires-Dist: backend.ai-plugin==24.03.5rc1
24
+ Requires-Dist: backend.ai-plugin==24.03.7a1
25
25
  Requires-Dist: click~=8.1.7
26
26
  Requires-Dist: trafaret~=2.1
27
27
 
@@ -1,4 +1,4 @@
1
1
  attrs>=20.3
2
- backend.ai-plugin==24.03.5rc1
2
+ backend.ai-plugin==24.03.7a1
3
3
  click~=8.1.7
4
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 :: 3 - Alpha',
19
19
  'Programming Language :: Python :: 3.12',
20
20
  'License :: OSI Approved :: MIT License',
21
21
  ],
@@ -27,7 +27,7 @@ setup(**{
27
27
  },
28
28
  'install_requires': (
29
29
  'attrs>=20.3',
30
- """backend.ai-plugin==24.03.5rc1
30
+ """backend.ai-plugin==24.03.7a1
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.5rc1
79
+ 'version': """24.03.7a1
80
80
  """,
81
81
  'zip_safe': False,
82
82
  })
@@ -1 +0,0 @@
1
- 24.03.5rc1