gomyck-tools 1.1.7__py3-none-any.whl → 1.1.8__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.
- ctools/sys_info.py +1 -2
- {gomyck_tools-1.1.7.dist-info → gomyck_tools-1.1.8.dist-info}/METADATA +1 -2
- {gomyck_tools-1.1.7.dist-info → gomyck_tools-1.1.8.dist-info}/RECORD +5 -5
- {gomyck_tools-1.1.7.dist-info → gomyck_tools-1.1.8.dist-info}/WHEEL +0 -0
- {gomyck_tools-1.1.7.dist-info → gomyck_tools-1.1.8.dist-info}/top_level.txt +0 -0
ctools/sys_info.py
CHANGED
@@ -4,8 +4,6 @@ import os
|
|
4
4
|
import platform
|
5
5
|
import socket
|
6
6
|
import uuid
|
7
|
-
|
8
|
-
import psutil
|
9
7
|
from bottle import request
|
10
8
|
|
11
9
|
from ctools import cjson, sm_tools, work_path
|
@@ -96,6 +94,7 @@ def get_remote_ipv4():
|
|
96
94
|
|
97
95
|
|
98
96
|
def get_proc_pid_by(cmdline):
|
97
|
+
import psutil
|
99
98
|
"""
|
100
99
|
根据命令行信息获取进程pid
|
101
100
|
:param cmdline:
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: gomyck-tools
|
3
|
-
Version: 1.1.
|
3
|
+
Version: 1.1.8
|
4
4
|
Summary: A ctools for python development by hao474798383
|
5
5
|
Home-page: https://blog.gomyck.com
|
6
6
|
Author: gomyck
|
@@ -16,7 +16,6 @@ Requires-Dist: chardet >=5.2.0
|
|
16
16
|
Requires-Dist: psycopg2-binary >=2.9.9
|
17
17
|
Requires-Dist: croniter >=3.0.3
|
18
18
|
Requires-Dist: gmssl >=3.2.2
|
19
|
-
Requires-Dist: psutil >=6.0.0
|
20
19
|
Requires-Dist: jsonpath-ng >=1.6.1
|
21
20
|
Requires-Dist: bottle ==0.13.1
|
22
21
|
Requires-Dist: requests ==2.32.3
|
@@ -41,7 +41,7 @@ ctools/sign.py,sha256=JOkgpgsMbk7T3c3MOj1U6eiEndUG9XQ-uIX9e615A_Y,566
|
|
41
41
|
ctools/sm_tools.py,sha256=RwhTjuKw_TjaAJAui39wctzFFpbt79MQ3hjF0fhL638,1113
|
42
42
|
ctools/strDiff.py,sha256=QUtXOfsRLTFozH_zByqsC39JeuG3eZtrwGVeLyaHYUI,429
|
43
43
|
ctools/string_tools.py,sha256=WlLQxQePbYVzvPi0YFGpTbHLQl9eRhHrX-DPkN4zMzg,2162
|
44
|
-
ctools/sys_info.py,sha256=
|
44
|
+
ctools/sys_info.py,sha256=p5Erxn0Rv5HRSXlqDt7ffIWCBQU66G-sdW6doMAeAks,3627
|
45
45
|
ctools/sys_log.py,sha256=oqb1S41LosdeZxtogFVgDk8R4sjiHhUeYJLCzHd728E,2805
|
46
46
|
ctools/thread_pool.py,sha256=qb68ULHy1K7u3MC7WP49wDhmgUhgWazd9FRuFbClET4,925
|
47
47
|
ctools/upload_tools.py,sha256=sqe6K3ZWiyY58pFE5IO5mNaS1znnS7U4c4UqY8noED4,1068
|
@@ -51,7 +51,7 @@ ctools/wordFill.py,sha256=dB1OLt6GLmWdkDV8H20VWbJmY4ggNNI8iHD1ocae2iM,875
|
|
51
51
|
ctools/word_fill.py,sha256=xeo-P4DOjQUqd-o9XL3g66wQrE2diUPGwFywm8TdVyw,18210
|
52
52
|
ctools/word_fill_entity.py,sha256=eX3G0Gy16hfGpavQSEkCIoKDdTnNgRRJrFvKliETZK8,985
|
53
53
|
ctools/work_path.py,sha256=i4MTUobqNW2WMrT3mwEC_XYQ0_IhFmKoNpTX2W6A8Tc,1680
|
54
|
-
gomyck_tools-1.1.
|
55
|
-
gomyck_tools-1.1.
|
56
|
-
gomyck_tools-1.1.
|
57
|
-
gomyck_tools-1.1.
|
54
|
+
gomyck_tools-1.1.8.dist-info/METADATA,sha256=WxYrXtfVfQfz_olvve5U7XR-nJNMMJOsZo2qW8YECEg,941
|
55
|
+
gomyck_tools-1.1.8.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
|
56
|
+
gomyck_tools-1.1.8.dist-info/top_level.txt,sha256=-MiIH9FYRVKp1i5_SVRkaI-71WmF1sZSRrNWFU9ls3s,7
|
57
|
+
gomyck_tools-1.1.8.dist-info/RECORD,,
|
File without changes
|
File without changes
|