knotctl 0.1.4__tar.gz → 0.1.6__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.
- {knotctl-0.1.4 → knotctl-0.1.6}/PKG-INFO +1 -1
- {knotctl-0.1.4 → knotctl-0.1.6}/pyproject.toml +2 -2
- knotctl-0.1.6/requirements.txt +5 -0
- {knotctl-0.1.4 → knotctl-0.1.6}/src/knotctl/__init__.py +1 -1
- knotctl-0.1.4/requirements.txt +0 -5
- {knotctl-0.1.4 → knotctl-0.1.6}/.gitignore +0 -0
- {knotctl-0.1.4 → knotctl-0.1.6}/CHANGELOG +0 -0
- {knotctl-0.1.4 → knotctl-0.1.6}/LICENSE +0 -0
- {knotctl-0.1.4 → knotctl-0.1.6}/Makefile +0 -0
- {knotctl-0.1.4 → knotctl-0.1.6}/README.md +0 -0
- {knotctl-0.1.4 → knotctl-0.1.6}/publiccode.yml +0 -0
- {knotctl-0.1.4 → knotctl-0.1.6}/src/knotctl/__main__.py +0 -0
- {knotctl-0.1.4 → knotctl-0.1.6}/src/knotctl/config/__init__.py +0 -0
- {knotctl-0.1.4 → knotctl-0.1.6}/src/knotctl/openstack/__init__.py +0 -0
- {knotctl-0.1.4 → knotctl-0.1.6}/src/knotctl/runners/__init__.py +0 -0
- {knotctl-0.1.4 → knotctl-0.1.6}/src/knotctl/utils/__init__.py +0 -0
- {knotctl-0.1.4 → knotctl-0.1.6}/stdeb.cfg +0 -0
|
@@ -16,7 +16,7 @@ classifiers=[
|
|
|
16
16
|
"Operating System :: OS Independent",
|
|
17
17
|
]
|
|
18
18
|
requires-python= ">=3.9"
|
|
19
|
-
version = "0.1.
|
|
19
|
+
version = "0.1.6"
|
|
20
20
|
|
|
21
21
|
dependencies = [
|
|
22
22
|
"argcomplete==2.0.0",
|
|
@@ -40,7 +40,7 @@ include = ["LICENSE", "README.md"]
|
|
|
40
40
|
[tool.briefcase]
|
|
41
41
|
project_name = "knotctl"
|
|
42
42
|
bundle = "org.smolnet"
|
|
43
|
-
version = "0.1.
|
|
43
|
+
version = "0.1.6"
|
|
44
44
|
|
|
45
45
|
[tool.briefcase.app.knotctl]
|
|
46
46
|
formal_name = "knotctl"
|
|
@@ -163,7 +163,7 @@ def main() -> int:
|
|
|
163
163
|
user = config["username"]
|
|
164
164
|
if "ttl" in args:
|
|
165
165
|
ttl = args.ttl
|
|
166
|
-
if "data" in args:
|
|
166
|
+
if "data" in args and args.data is not None:
|
|
167
167
|
quotedata = quote(args.data, safe="")
|
|
168
168
|
if args.command != "update":
|
|
169
169
|
args.argument = None
|
knotctl-0.1.4/requirements.txt
DELETED
|
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
|