kport 1.0.0__py3-none-any.whl → 2.0.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.0.0.dist-info → kport-2.0.0.dist-info}/METADATA +3 -3
- kport-2.0.0.dist-info/RECORD +7 -0
- kport.py +1 -1
- kport-1.0.0.dist-info/RECORD +0 -7
- {kport-1.0.0.dist-info → kport-2.0.0.dist-info}/WHEEL +0 -0
- {kport-1.0.0.dist-info → kport-2.0.0.dist-info}/entry_points.txt +0 -0
- {kport-1.0.0.dist-info → kport-2.0.0.dist-info}/licenses/LICENSE +0 -0
- {kport-1.0.0.dist-info → kport-2.0.0.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: kport
|
|
3
|
-
Version:
|
|
3
|
+
Version: 2.0.0
|
|
4
4
|
Summary: A cross-platform command-line tool to inspect and kill processes using specific ports
|
|
5
5
|
Home-page: https://github.com/farman20ali/port-killer
|
|
6
6
|
Author: Farman Ali (Alien)
|
|
@@ -352,9 +352,9 @@ Colors should work on Windows 10 and later. If you're on an older version, color
|
|
|
352
352
|
|
|
353
353
|
## 📧 Contact
|
|
354
354
|
|
|
355
|
-
Your Name -
|
|
355
|
+
Your Name - farman20ali@example.com
|
|
356
356
|
|
|
357
|
-
Project Link: [https://github.com/
|
|
357
|
+
Project Link: [https://github.com/farman20ali/port-killer](https://github.com/farman20ali/port-killer)
|
|
358
358
|
|
|
359
359
|
---
|
|
360
360
|
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
kport.py,sha256=pAqmxwtRO0FxyjYek9yFZDNBAeG1k8071h_ghGf5DiA,18043
|
|
2
|
+
kport-2.0.0.dist-info/licenses/LICENSE,sha256=QQ8MyuCI55RKsPJcc50I2sT59jvpRtD9kvA031BtYs8,1083
|
|
3
|
+
kport-2.0.0.dist-info/METADATA,sha256=m5wW2TWDKHoZ7HRFmqEbJVH_4wdJ0Q40wzFBbF_DArM,10182
|
|
4
|
+
kport-2.0.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
5
|
+
kport-2.0.0.dist-info/entry_points.txt,sha256=ppZIgJ1vrmYs2EO9NcVSFCaZj7oj7t6RnJo8ArPQiRo,37
|
|
6
|
+
kport-2.0.0.dist-info/top_level.txt,sha256=yzlMBPZ7a-pcCN4DR5MRPO-VjY3fWnILtFUQpEuA2xY,6
|
|
7
|
+
kport-2.0.0.dist-info/RECORD,,
|
kport.py
CHANGED
|
@@ -250,7 +250,7 @@ def main():
|
|
|
250
250
|
help="Kill processes on multiple ports")
|
|
251
251
|
parser.add_argument("-l", "--list", action="store_true",
|
|
252
252
|
help="List all listening ports and their processes")
|
|
253
|
-
parser.add_argument("-v", "--version", action="version", version="kport
|
|
253
|
+
parser.add_argument("-v", "--version", action="version", version="kport 2.0.0")
|
|
254
254
|
|
|
255
255
|
args = parser.parse_args()
|
|
256
256
|
|
kport-1.0.0.dist-info/RECORD
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
kport.py,sha256=6nx8AasiXMfykoymzkqmAGTQ3OIMkEOoFcKYvApSGgQ,18043
|
|
2
|
-
kport-1.0.0.dist-info/licenses/LICENSE,sha256=QQ8MyuCI55RKsPJcc50I2sT59jvpRtD9kvA031BtYs8,1083
|
|
3
|
-
kport-1.0.0.dist-info/METADATA,sha256=zampNq2_T6Em0La-nnV2DwAtNLwoZsec6d7meG-GPt0,10183
|
|
4
|
-
kport-1.0.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
5
|
-
kport-1.0.0.dist-info/entry_points.txt,sha256=ppZIgJ1vrmYs2EO9NcVSFCaZj7oj7t6RnJo8ArPQiRo,37
|
|
6
|
-
kport-1.0.0.dist-info/top_level.txt,sha256=yzlMBPZ7a-pcCN4DR5MRPO-VjY3fWnILtFUQpEuA2xY,6
|
|
7
|
-
kport-1.0.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|