devstack-cli 10.0.158__tar.gz → 10.0.159__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.
- {devstack_cli-10.0.158/src/devstack_cli.egg-info → devstack_cli-10.0.159}/PKG-INFO +3 -3
- {devstack_cli-10.0.158 → devstack_cli-10.0.159}/README.md +1 -1
- {devstack_cli-10.0.158 → devstack_cli-10.0.159}/pyproject.toml +2 -2
- {devstack_cli-10.0.158 → devstack_cli-10.0.159/src/devstack_cli.egg-info}/PKG-INFO +3 -3
- devstack_cli-10.0.159/src/version.py +9 -0
- devstack_cli-10.0.158/src/version.py +0 -9
- {devstack_cli-10.0.158 → devstack_cli-10.0.159}/LICENSE +0 -0
- {devstack_cli-10.0.158 → devstack_cli-10.0.159}/setup.cfg +0 -0
- {devstack_cli-10.0.158 → devstack_cli-10.0.159}/src/__init__.py +0 -0
- {devstack_cli-10.0.158 → devstack_cli-10.0.159}/src/cli.py +0 -0
- {devstack_cli-10.0.158 → devstack_cli-10.0.159}/src/devstack_cli.egg-info/SOURCES.txt +0 -0
- {devstack_cli-10.0.158 → devstack_cli-10.0.159}/src/devstack_cli.egg-info/dependency_links.txt +0 -0
- {devstack_cli-10.0.158 → devstack_cli-10.0.159}/src/devstack_cli.egg-info/entry_points.txt +0 -0
- {devstack_cli-10.0.158 → devstack_cli-10.0.159}/src/devstack_cli.egg-info/requires.txt +0 -0
- {devstack_cli-10.0.158 → devstack_cli-10.0.159}/src/devstack_cli.egg-info/top_level.txt +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: devstack-cli
|
|
3
|
-
Version: 10.0.
|
|
4
|
-
Summary: Command-line access to
|
|
3
|
+
Version: 10.0.159
|
|
4
|
+
Summary: Command-line access to Cloud Development Environments (CDEs) created by Cloudomation DevStack
|
|
5
5
|
Author-email: Stefan Mückstein <stefan@cloudomation.com>
|
|
6
6
|
Project-URL: Homepage, https://cloudomation.com/
|
|
7
7
|
Project-URL: Documentation, https://docs.cloudomation.com/devstack/
|
|
@@ -22,7 +22,7 @@ Requires-Dist: yarl
|
|
|
22
22
|
|
|
23
23
|
# DevStack CLI
|
|
24
24
|
|
|
25
|
-
The `devstack-cli` provides command-line access to
|
|
25
|
+
The `devstack-cli` provides command-line access to Cloud Development Environments (CDEs) created by Cloudomation DevStack. Learn more about [Cloudomation DevStack](https://docs.cloudomation.com/devstack/docs/overview-and-concept).
|
|
26
26
|
|
|
27
27
|
## Installation
|
|
28
28
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# DevStack CLI
|
|
2
2
|
|
|
3
|
-
The `devstack-cli` provides command-line access to
|
|
3
|
+
The `devstack-cli` provides command-line access to Cloud Development Environments (CDEs) created by Cloudomation DevStack. Learn more about [Cloudomation DevStack](https://docs.cloudomation.com/devstack/docs/overview-and-concept).
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "devstack-cli"
|
|
3
|
-
version = "10.0.
|
|
3
|
+
version = "10.0.159"
|
|
4
4
|
authors = [
|
|
5
5
|
{ name="Stefan Mückstein", email="stefan@cloudomation.com" },
|
|
6
6
|
]
|
|
7
|
-
description = "Command-line access to
|
|
7
|
+
description = "Command-line access to Cloud Development Environments (CDEs) created by Cloudomation DevStack"
|
|
8
8
|
readme = "README.md"
|
|
9
9
|
requires-python = ">=3.8"
|
|
10
10
|
classifiers = [
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: devstack-cli
|
|
3
|
-
Version: 10.0.
|
|
4
|
-
Summary: Command-line access to
|
|
3
|
+
Version: 10.0.159
|
|
4
|
+
Summary: Command-line access to Cloud Development Environments (CDEs) created by Cloudomation DevStack
|
|
5
5
|
Author-email: Stefan Mückstein <stefan@cloudomation.com>
|
|
6
6
|
Project-URL: Homepage, https://cloudomation.com/
|
|
7
7
|
Project-URL: Documentation, https://docs.cloudomation.com/devstack/
|
|
@@ -22,7 +22,7 @@ Requires-Dist: yarl
|
|
|
22
22
|
|
|
23
23
|
# DevStack CLI
|
|
24
24
|
|
|
25
|
-
The `devstack-cli` provides command-line access to
|
|
25
|
+
The `devstack-cli` provides command-line access to Cloud Development Environments (CDEs) created by Cloudomation DevStack. Learn more about [Cloudomation DevStack](https://docs.cloudomation.com/devstack/docs/overview-and-concept).
|
|
26
26
|
|
|
27
27
|
## Installation
|
|
28
28
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{devstack_cli-10.0.158 → devstack_cli-10.0.159}/src/devstack_cli.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|