hmd-cli-python 0.2.97__py3-none-any.whl → 0.2.115__py3-none-any.whl

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.
@@ -0,0 +1,82 @@
1
+ Metadata-Version: 2.1
2
+ Name: hmd-cli-python
3
+ Version: 0.2.115
4
+ Summary: Implementation for python cli command
5
+ Author: Jim Majure
6
+ Author-email: jim.majure@hmdlabs.io
7
+ License: Apache 2.0
8
+ Requires-Dist: attrs==24.2.0
9
+ Requires-Dist: aws-secretsmanager-caching==1.1.3
10
+ Requires-Dist: backports-tarfile==1.2.0
11
+ Requires-Dist: boto3==1.36.22
12
+ Requires-Dist: botocore==1.36.23
13
+ Requires-Dist: build==1.2.2.post1
14
+ Requires-Dist: cachetools==5.2.0
15
+ Requires-Dist: cement==3.0.6
16
+ Requires-Dist: certifi==2025.4.26
17
+ Requires-Dist: cffi==2.0.0
18
+ Requires-Dist: charset-normalizer==2.0.12
19
+ Requires-Dist: click==8.1.8
20
+ Requires-Dist: colorlog==6.6.0
21
+ Requires-Dist: coverage[toml]==7.8.0
22
+ Requires-Dist: cryptography==46.0.2
23
+ Requires-Dist: docutils==0.21.2
24
+ Requires-Dist: durationpy==0.10
25
+ Requires-Dist: google-auth==2.9.1
26
+ Requires-Dist: hmd-cli-app~=1.2.616
27
+ Requires-Dist: hmd-cli-tools~=1.2.242
28
+ Requires-Dist: id==1.5.0
29
+ Requires-Dist: idna==3.10
30
+ Requires-Dist: importlib-metadata==8.7.0
31
+ Requires-Dist: iniconfig==2.1.0
32
+ Requires-Dist: inquirerpy==0.3.4
33
+ Requires-Dist: jaraco-classes==3.4.0
34
+ Requires-Dist: jaraco-context==6.0.1
35
+ Requires-Dist: jaraco-functools==4.1.0
36
+ Requires-Dist: jeepney==0.9.0
37
+ Requires-Dist: jinja2==3.1.6
38
+ Requires-Dist: jmespath==0.10.0
39
+ Requires-Dist: keyring==25.6.0
40
+ Requires-Dist: kubernetes==34.1.0
41
+ Requires-Dist: markdown-it-py==3.0.0
42
+ Requires-Dist: markupsafe==3.0.2
43
+ Requires-Dist: mdurl==0.1.2
44
+ Requires-Dist: more-itertools==10.7.0
45
+ Requires-Dist: nh3==0.2.21
46
+ Requires-Dist: oauthlib==3.3.1
47
+ Requires-Dist: packaging==25.0
48
+ Requires-Dist: pfzy==0.3.4
49
+ Requires-Dist: pip-compile-multi==3.2.2
50
+ Requires-Dist: pip-tools==7.4.1
51
+ Requires-Dist: pluggy==1.5.0
52
+ Requires-Dist: prompt-toolkit==3.0.38
53
+ Requires-Dist: py==1.11.0
54
+ Requires-Dist: pyasn1==0.6.1
55
+ Requires-Dist: pyasn1-modules==0.4.2
56
+ Requires-Dist: pycparser==2.23
57
+ Requires-Dist: pygments==2.19.1
58
+ Requires-Dist: pyproject-hooks==1.2.0
59
+ Requires-Dist: pytest==7.0.1
60
+ Requires-Dist: pytest-cov==3.0.0
61
+ Requires-Dist: python-dateutil==2.8.2
62
+ Requires-Dist: python-dotenv==1.1.1
63
+ Requires-Dist: pyyaml==6.0.1
64
+ Requires-Dist: readme-renderer==44.0
65
+ Requires-Dist: requests==2.32.3
66
+ Requires-Dist: requests-oauthlib==1.3.1
67
+ Requires-Dist: requests-toolbelt==1.0.0
68
+ Requires-Dist: rfc3986==2.0.0
69
+ Requires-Dist: rich==14.0.0
70
+ Requires-Dist: rsa==4.8
71
+ Requires-Dist: s3transfer==0.11.2
72
+ Requires-Dist: secretstorage==3.3.3
73
+ Requires-Dist: six==1.16.0
74
+ Requires-Dist: tomli==2.2.1
75
+ Requires-Dist: toposort==1.10
76
+ Requires-Dist: twine==6.1.0
77
+ Requires-Dist: urllib3==1.26.8
78
+ Requires-Dist: wcwidth==0.2.6
79
+ Requires-Dist: websocket-client==1.3.3
80
+ Requires-Dist: wheel==0.45.1
81
+ Requires-Dist: zipp==3.21.0
82
+
@@ -0,0 +1,7 @@
1
+ hmd_cli_python/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ hmd_cli_python/controller.py,sha256=GOi6QDDC0d42eG6ohwWifCYlgkFzoFzIwzjPrW1jqiM,3675
3
+ hmd_cli_python/hmd_cli_python.py,sha256=6crcYGArjGZXSGpIImDfOBTUC_6y8SCFaBSyACWctNk,9276
4
+ hmd_cli_python-0.2.115.dist-info/METADATA,sha256=vyJtzqdz7ThWDeY61mE7v3f8IAyCi5OuXkiMh3VRYjc,2613
5
+ hmd_cli_python-0.2.115.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
6
+ hmd_cli_python-0.2.115.dist-info/top_level.txt,sha256=i2ZCGVJeOkzYWeWmczts0Y8Yv2QsTWcueX0_qWGbs7M,15
7
+ hmd_cli_python-0.2.115.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.38.0)
2
+ Generator: bdist_wheel (0.45.1)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,82 +0,0 @@
1
- Metadata-Version: 2.1
2
- Name: hmd-cli-python
3
- Version: 0.2.97
4
- Summary: Implementation for python cli command
5
- Home-page: UNKNOWN
6
- Author: Jim Majure
7
- Author-email: jim.majure@hmdlabs.io
8
- License: Apache 2.0
9
- Platform: UNKNOWN
10
- Requires-Dist: attrs (==24.2.0)
11
- Requires-Dist: aws-secretsmanager-caching (==1.1.1.5)
12
- Requires-Dist: bleach (==4.1.0)
13
- Requires-Dist: boto3 (==1.36.22)
14
- Requires-Dist: botocore (==1.36.23)
15
- Requires-Dist: build (==1.2.2.post1)
16
- Requires-Dist: cachetools (==5.2.0)
17
- Requires-Dist: cement (==3.0.6)
18
- Requires-Dist: certifi (==2022.12.7)
19
- Requires-Dist: cffi (==1.15.0)
20
- Requires-Dist: charset-normalizer (==2.0.12)
21
- Requires-Dist: click (==8.0.4)
22
- Requires-Dist: colorlog (==6.6.0)
23
- Requires-Dist: coverage[toml] (==6.3.2)
24
- Requires-Dist: cryptography (==39.0.1)
25
- Requires-Dist: docutils (==0.18.1)
26
- Requires-Dist: google-auth (==2.9.1)
27
- Requires-Dist: hmd-cli-app (~=1.2.603)
28
- Requires-Dist: hmd-cli-tools (~=1.2.236)
29
- Requires-Dist: id (==1.5.0)
30
- Requires-Dist: idna (==3.3)
31
- Requires-Dist: importlib-metadata (==8.4.0)
32
- Requires-Dist: iniconfig (==1.1.1)
33
- Requires-Dist: inquirerpy (==0.3.4)
34
- Requires-Dist: jeepney (==0.8.0)
35
- Requires-Dist: jinja2 (==3.0.3)
36
- Requires-Dist: jmespath (==0.10.0)
37
- Requires-Dist: keyring (==23.5.0)
38
- Requires-Dist: kubernetes (==24.2.0)
39
- Requires-Dist: markdown-it-py (==2.2.0)
40
- Requires-Dist: markupsafe (==3.0.2)
41
- Requires-Dist: mdurl (==0.1.2)
42
- Requires-Dist: oauthlib (==3.2.2)
43
- Requires-Dist: packaging (==24.2)
44
- Requires-Dist: pfzy (==0.3.4)
45
- Requires-Dist: pip-compile-multi (==2.6.3)
46
- Requires-Dist: pip-tools (==7.4.1)
47
- Requires-Dist: pluggy (==1.0.0)
48
- Requires-Dist: prompt-toolkit (==3.0.38)
49
- Requires-Dist: py (==1.11.0)
50
- Requires-Dist: pyasn1 (==0.4.8)
51
- Requires-Dist: pyasn1-modules (==0.2.8)
52
- Requires-Dist: pycparser (==2.21)
53
- Requires-Dist: pygments (==2.14.0)
54
- Requires-Dist: pyopenssl (==23.0.0)
55
- Requires-Dist: pyproject-hooks (==1.2.0)
56
- Requires-Dist: pytest (==7.0.1)
57
- Requires-Dist: pytest-cov (==3.0.0)
58
- Requires-Dist: python-dateutil (==2.8.2)
59
- Requires-Dist: python-dotenv (==0.19.2)
60
- Requires-Dist: pyyaml (==6.0.1)
61
- Requires-Dist: readme-renderer (==37.3)
62
- Requires-Dist: requests (==2.32.3)
63
- Requires-Dist: requests-oauthlib (==1.3.1)
64
- Requires-Dist: requests-toolbelt (==0.9.1)
65
- Requires-Dist: rfc3986 (==2.0.0)
66
- Requires-Dist: rich (==13.3.5)
67
- Requires-Dist: rsa (==4.8)
68
- Requires-Dist: s3transfer (==0.11.2)
69
- Requires-Dist: secretstorage (==3.3.3)
70
- Requires-Dist: six (==1.16.0)
71
- Requires-Dist: tomli (==2.0.1)
72
- Requires-Dist: toposort (==1.10)
73
- Requires-Dist: twine (==6.1.0)
74
- Requires-Dist: urllib3 (==1.26.8)
75
- Requires-Dist: wcwidth (==0.2.6)
76
- Requires-Dist: webencodings (==0.5.1)
77
- Requires-Dist: websocket-client (==1.3.3)
78
- Requires-Dist: wheel (==0.45.1)
79
- Requires-Dist: zipp (==3.15.0)
80
-
81
- UNKNOWN
82
-
@@ -1,7 +0,0 @@
1
- hmd_cli_python/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- hmd_cli_python/controller.py,sha256=GOi6QDDC0d42eG6ohwWifCYlgkFzoFzIwzjPrW1jqiM,3675
3
- hmd_cli_python/hmd_cli_python.py,sha256=6crcYGArjGZXSGpIImDfOBTUC_6y8SCFaBSyACWctNk,9276
4
- hmd_cli_python-0.2.97.dist-info/METADATA,sha256=tA7P9KxTxa8fOwPhURNX7qa8gB4njKHo5HmlFQrFMGw,2718
5
- hmd_cli_python-0.2.97.dist-info/WHEEL,sha256=Ni9JGQXk2T4q02tFVwTZ-iAb8m9R1cjnSLMaE4VH1rg,92
6
- hmd_cli_python-0.2.97.dist-info/top_level.txt,sha256=i2ZCGVJeOkzYWeWmczts0Y8Yv2QsTWcueX0_qWGbs7M,15
7
- hmd_cli_python-0.2.97.dist-info/RECORD,,