kcws 3.49__tar.gz → 3.50__tar.gz
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.
- {kcws-3.49 → kcws-3.50}/PKG-INFO +2 -2
- {kcws-3.49 → kcws-3.50}/kcws/__init__.py +1 -1
- {kcws-3.49 → kcws-3.50}/kcws/common/autoload.py +3 -3
- {kcws-3.49 → kcws-3.50}/kcws.egg-info/PKG-INFO +2 -2
- {kcws-3.49 → kcws-3.50}/kcws/Events.py +0 -0
- {kcws-3.49 → kcws-3.50}/kcws/app.py +0 -0
- {kcws-3.49 → kcws-3.50}/kcws/common/__init__.py +0 -0
- {kcws-3.49 → kcws-3.50}/kcws/common/globals.py +0 -0
- {kcws-3.49 → kcws-3.50}/kcws/common/request.py +0 -0
- {kcws-3.49 → kcws-3.50}/kcws/config/__init__.py +0 -0
- {kcws-3.49 → kcws-3.50}/kcws/kcws.py +0 -0
- {kcws-3.49 → kcws-3.50}/kcws.egg-info/SOURCES.txt +0 -0
- {kcws-3.49 → kcws-3.50}/kcws.egg-info/dependency_links.txt +0 -0
- {kcws-3.49 → kcws-3.50}/kcws.egg-info/entry_points.txt +0 -0
- {kcws-3.49 → kcws-3.50}/kcws.egg-info/requires.txt +0 -0
- {kcws-3.49 → kcws-3.50}/kcws.egg-info/top_level.txt +0 -0
- {kcws-3.49 → kcws-3.50}/setup.cfg +0 -0
- {kcws-3.49 → kcws-3.50}/setup.py +0 -0
{kcws-3.49 → kcws-3.50}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 1.2
|
|
2
2
|
Name: kcws
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.50
|
|
4
4
|
Summary: kcwebs作为web开发而设计的高性能框架
|
|
5
5
|
Home-page: https://docs.kwebapp.cn/index/index/2
|
|
6
6
|
Author: 百里-坤坤
|
|
@@ -9,5 +9,5 @@ Maintainer: 坤坤
|
|
|
9
9
|
Maintainer-email: fk1402936534@qq.com
|
|
10
10
|
License: MIT License
|
|
11
11
|
Description: kcwebs作为web开发而设计的高性能框架,采用全新的架构思想,注重易用性。遵循MIT开源许可协议发布,意味着个人和企业可以免费使用kcwebs,甚至允许把你基于kcwebs开发的应用开源或商业产品发布或销售。完整文档请访问:https://docs.kwebapp.cn/index/index/2
|
|
12
|
-
Keywords: kcws3.
|
|
12
|
+
Keywords: kcws3.50
|
|
13
13
|
Platform: UNKNOWN
|
|
@@ -328,7 +328,7 @@ def kill_pid(pid):
|
|
|
328
328
|
pid 进程号
|
|
329
329
|
"""
|
|
330
330
|
if pid:
|
|
331
|
-
for i in range(
|
|
331
|
+
for i in range(60):
|
|
332
332
|
if 'Linux' in get_sysinfo()['platform']:
|
|
333
333
|
os.system("kill -9 "+str(pid))
|
|
334
334
|
else:
|
|
@@ -339,8 +339,8 @@ def kill_pid(pid):
|
|
|
339
339
|
return True
|
|
340
340
|
else:
|
|
341
341
|
time.sleep(0.1)
|
|
342
|
-
if i>60:
|
|
343
|
-
|
|
342
|
+
# if i>60:
|
|
343
|
+
# raise Exception('kill_pid error:pid='+str(pid))
|
|
344
344
|
return True
|
|
345
345
|
def kill_route_cli(route):
|
|
346
346
|
"""通过路由结束进程
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 1.2
|
|
2
2
|
Name: kcws
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.50
|
|
4
4
|
Summary: kcwebs作为web开发而设计的高性能框架
|
|
5
5
|
Home-page: https://docs.kwebapp.cn/index/index/2
|
|
6
6
|
Author: 百里-坤坤
|
|
@@ -9,5 +9,5 @@ Maintainer: 坤坤
|
|
|
9
9
|
Maintainer-email: fk1402936534@qq.com
|
|
10
10
|
License: MIT License
|
|
11
11
|
Description: kcwebs作为web开发而设计的高性能框架,采用全新的架构思想,注重易用性。遵循MIT开源许可协议发布,意味着个人和企业可以免费使用kcwebs,甚至允许把你基于kcwebs开发的应用开源或商业产品发布或销售。完整文档请访问:https://docs.kwebapp.cn/index/index/2
|
|
12
|
-
Keywords: kcws3.
|
|
12
|
+
Keywords: kcws3.50
|
|
13
13
|
Platform: UNKNOWN
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{kcws-3.49 → kcws-3.50}/setup.py
RENAMED
|
File without changes
|