ibee-cli 0.1.0__tar.gz → 0.1.1__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.
- {ibee_cli-0.1.0 → ibee_cli-0.1.1}/PKG-INFO +2 -2
- {ibee_cli-0.1.0 → ibee_cli-0.1.1}/pyproject.toml +2 -2
- {ibee_cli-0.1.0 → ibee_cli-0.1.1}/src/ibee_cli.egg-info/PKG-INFO +2 -2
- {ibee_cli-0.1.0 → ibee_cli-0.1.1}/src/ibee_cli.egg-info/requires.txt +1 -1
- {ibee_cli-0.1.0 → ibee_cli-0.1.1}/LICENSE +0 -0
- {ibee_cli-0.1.0 → ibee_cli-0.1.1}/README.md +0 -0
- {ibee_cli-0.1.0 → ibee_cli-0.1.1}/setup.cfg +0 -0
- {ibee_cli-0.1.0 → ibee_cli-0.1.1}/src/ibee_cli/__init__.py +0 -0
- {ibee_cli-0.1.0 → ibee_cli-0.1.1}/src/ibee_cli/commands/__init__.py +0 -0
- {ibee_cli-0.1.0 → ibee_cli-0.1.1}/src/ibee_cli/commands/buckets.py +0 -0
- {ibee_cli-0.1.0 → ibee_cli-0.1.1}/src/ibee_cli/commands/gpus.py +0 -0
- {ibee_cli-0.1.0 → ibee_cli-0.1.1}/src/ibee_cli/commands/secrets.py +0 -0
- {ibee_cli-0.1.0 → ibee_cli-0.1.1}/src/ibee_cli/commands/vms.py +0 -0
- {ibee_cli-0.1.0 → ibee_cli-0.1.1}/src/ibee_cli/context.py +0 -0
- {ibee_cli-0.1.0 → ibee_cli-0.1.1}/src/ibee_cli/main.py +0 -0
- {ibee_cli-0.1.0 → ibee_cli-0.1.1}/src/ibee_cli/render.py +0 -0
- {ibee_cli-0.1.0 → ibee_cli-0.1.1}/src/ibee_cli.egg-info/SOURCES.txt +0 -0
- {ibee_cli-0.1.0 → ibee_cli-0.1.1}/src/ibee_cli.egg-info/dependency_links.txt +0 -0
- {ibee_cli-0.1.0 → ibee_cli-0.1.1}/src/ibee_cli.egg-info/entry_points.txt +0 -0
- {ibee_cli-0.1.0 → ibee_cli-0.1.1}/src/ibee_cli.egg-info/top_level.txt +0 -0
- {ibee_cli-0.1.0 → ibee_cli-0.1.1}/tests/test_cli.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ibee-cli
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Summary: Official command-line interface for the IBEE Solutions cloud platform
|
|
5
5
|
Author-email: IBEE Solutions <support@ibee.ai>
|
|
6
6
|
License: MIT
|
|
@@ -14,7 +14,7 @@ Classifier: Environment :: Console
|
|
|
14
14
|
Requires-Python: >=3.10
|
|
15
15
|
Description-Content-Type: text/markdown
|
|
16
16
|
License-File: LICENSE
|
|
17
|
-
Requires-Dist: ibee>=0.1.
|
|
17
|
+
Requires-Dist: ibee>=0.1.3
|
|
18
18
|
Requires-Dist: typer>=0.12
|
|
19
19
|
Requires-Dist: rich>=13.0
|
|
20
20
|
Provides-Extra: dev
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "ibee-cli"
|
|
7
|
-
version = "0.1.
|
|
7
|
+
version = "0.1.1"
|
|
8
8
|
description = "Official command-line interface for the IBEE Solutions cloud platform"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = {text = "MIT"}
|
|
@@ -19,7 +19,7 @@ classifiers = [
|
|
|
19
19
|
"Environment :: Console",
|
|
20
20
|
]
|
|
21
21
|
dependencies = [
|
|
22
|
-
"ibee>=0.1.
|
|
22
|
+
"ibee>=0.1.3",
|
|
23
23
|
"typer>=0.12",
|
|
24
24
|
"rich>=13.0",
|
|
25
25
|
]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ibee-cli
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Summary: Official command-line interface for the IBEE Solutions cloud platform
|
|
5
5
|
Author-email: IBEE Solutions <support@ibee.ai>
|
|
6
6
|
License: MIT
|
|
@@ -14,7 +14,7 @@ Classifier: Environment :: Console
|
|
|
14
14
|
Requires-Python: >=3.10
|
|
15
15
|
Description-Content-Type: text/markdown
|
|
16
16
|
License-File: LICENSE
|
|
17
|
-
Requires-Dist: ibee>=0.1.
|
|
17
|
+
Requires-Dist: ibee>=0.1.3
|
|
18
18
|
Requires-Dist: typer>=0.12
|
|
19
19
|
Requires-Dist: rich>=13.0
|
|
20
20
|
Provides-Extra: dev
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|