k8s-helper-cli 0.1.0__py3-none-any.whl → 0.1.1__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.
- {k8s_helper_cli-0.1.0.dist-info → k8s_helper_cli-0.1.1.dist-info}/METADATA +2 -2
- {k8s_helper_cli-0.1.0.dist-info → k8s_helper_cli-0.1.1.dist-info}/RECORD +6 -6
- {k8s_helper_cli-0.1.0.dist-info → k8s_helper_cli-0.1.1.dist-info}/WHEEL +0 -0
- {k8s_helper_cli-0.1.0.dist-info → k8s_helper_cli-0.1.1.dist-info}/entry_points.txt +0 -0
- {k8s_helper_cli-0.1.0.dist-info → k8s_helper_cli-0.1.1.dist-info}/licenses/LICENSE +0 -0
- {k8s_helper_cli-0.1.0.dist-info → k8s_helper_cli-0.1.1.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: k8s-helper-cli
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.1
|
4
4
|
Summary: A simplified Python wrapper for common Kubernetes operations
|
5
5
|
Author-email: Harshit Chatterjee <harshitchatterjee50@gmail.com>
|
6
6
|
License-Expression: MIT
|
@@ -41,7 +41,7 @@ A simplified Python wrapper for common Kubernetes operations that makes it easy
|
|
41
41
|
## Installation
|
42
42
|
|
43
43
|
```bash
|
44
|
-
pip install k8s-helper
|
44
|
+
pip install k8s-helper-cli
|
45
45
|
```
|
46
46
|
|
47
47
|
### Development Installation
|
@@ -3,9 +3,9 @@ k8s_helper/cli.py,sha256=HSa_JXe-LB7pUYJIBM3KxjsRLVFe1fSDD6uwG_NJn6A,18282
|
|
3
3
|
k8s_helper/config.py,sha256=P7YdfyvCHprrNs2J9DRb3RrClylfTTh5hfTtDzLug0A,6867
|
4
4
|
k8s_helper/core.py,sha256=gCQkJSEQ3_ectExB9h1rFvI56Egysg50eVgYtpfquH0,21066
|
5
5
|
k8s_helper/utils.py,sha256=wYgTd5ktyuI-EiVcfW7FrxA7MzXY5odrEKQgmMVdueY,9496
|
6
|
-
k8s_helper_cli-0.1.
|
7
|
-
k8s_helper_cli-0.1.
|
8
|
-
k8s_helper_cli-0.1.
|
9
|
-
k8s_helper_cli-0.1.
|
10
|
-
k8s_helper_cli-0.1.
|
11
|
-
k8s_helper_cli-0.1.
|
6
|
+
k8s_helper_cli-0.1.1.dist-info/licenses/LICENSE,sha256=tXPvVl3gLVc6e0qCEoLH9KjeA7z4JVL78UybpvGtBCw,1096
|
7
|
+
k8s_helper_cli-0.1.1.dist-info/METADATA,sha256=RK4gmvLHq29b3xJuE_s0_AUPQYD08xsOINJEnytG2ME,11314
|
8
|
+
k8s_helper_cli-0.1.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
9
|
+
k8s_helper_cli-0.1.1.dist-info/entry_points.txt,sha256=IoCMWUZ6mn90LwzQzEy5YkWOwvogDdZ6ycqUWAzCFTQ,50
|
10
|
+
k8s_helper_cli-0.1.1.dist-info/top_level.txt,sha256=x9A1jflyer-z2cFnkqk5B42juoH2q0fy5hkT9upsTG8,11
|
11
|
+
k8s_helper_cli-0.1.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|