kport 1.1.0__py3-none-any.whl → 2.1.0__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.
- {kport-1.1.0.dist-info → kport-2.1.0.dist-info}/METADATA +1 -1
- kport-2.1.0.dist-info/RECORD +7 -0
- kport.py +1 -1
- kport-1.1.0.dist-info/RECORD +0 -7
- {kport-1.1.0.dist-info → kport-2.1.0.dist-info}/WHEEL +0 -0
- {kport-1.1.0.dist-info → kport-2.1.0.dist-info}/entry_points.txt +0 -0
- {kport-1.1.0.dist-info → kport-2.1.0.dist-info}/licenses/LICENSE +0 -0
- {kport-1.1.0.dist-info → kport-2.1.0.dist-info}/top_level.txt +0 -0
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
kport.py,sha256=egcX7MLLIKmzzLzdpw99wHvTR7rx4Q-ii4KmtnayZaA,24192
|
|
2
|
+
kport-2.1.0.dist-info/licenses/LICENSE,sha256=QQ8MyuCI55RKsPJcc50I2sT59jvpRtD9kvA031BtYs8,1083
|
|
3
|
+
kport-2.1.0.dist-info/METADATA,sha256=46XPomF6mjib0Z1y3qw_CxhQ3BQVgCOSEwPFyfY5tGc,13427
|
|
4
|
+
kport-2.1.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
5
|
+
kport-2.1.0.dist-info/entry_points.txt,sha256=ppZIgJ1vrmYs2EO9NcVSFCaZj7oj7t6RnJo8ArPQiRo,37
|
|
6
|
+
kport-2.1.0.dist-info/top_level.txt,sha256=yzlMBPZ7a-pcCN4DR5MRPO-VjY3fWnILtFUQpEuA2xY,6
|
|
7
|
+
kport-2.1.0.dist-info/RECORD,,
|
kport.py
CHANGED
|
@@ -288,7 +288,7 @@ def main():
|
|
|
288
288
|
help="Kill processes on port range (e.g., 3000-3010)")
|
|
289
289
|
parser.add_argument("-l", "--list", action="store_true",
|
|
290
290
|
help="List all listening ports and their processes")
|
|
291
|
-
parser.add_argument("-v", "--version", action="version", version="kport
|
|
291
|
+
parser.add_argument("-v", "--version", action="version", version="kport 2.1.0")
|
|
292
292
|
|
|
293
293
|
args = parser.parse_args()
|
|
294
294
|
|
kport-1.1.0.dist-info/RECORD
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
kport.py,sha256=AnNcBoN3Mss7yPjtbxosIhHhuJYeMrZCoXwCu4b8gcQ,24192
|
|
2
|
-
kport-1.1.0.dist-info/licenses/LICENSE,sha256=QQ8MyuCI55RKsPJcc50I2sT59jvpRtD9kvA031BtYs8,1083
|
|
3
|
-
kport-1.1.0.dist-info/METADATA,sha256=QGRBF_7_y6K05z6d-5gG29v224Hyva_Yox33s3uVw7g,13427
|
|
4
|
-
kport-1.1.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
5
|
-
kport-1.1.0.dist-info/entry_points.txt,sha256=ppZIgJ1vrmYs2EO9NcVSFCaZj7oj7t6RnJo8ArPQiRo,37
|
|
6
|
-
kport-1.1.0.dist-info/top_level.txt,sha256=yzlMBPZ7a-pcCN4DR5MRPO-VjY3fWnILtFUQpEuA2xY,6
|
|
7
|
-
kport-1.1.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|