kcwebs 3.26__tar.gz → 3.27__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.
- {kcwebs-3.26 → kcwebs-3.27}/PKG-INFO +2 -2
- {kcwebs-3.26 → kcwebs-3.27}/kcwebs/__init__.py +1 -1
- {kcwebs-3.26 → kcwebs-3.27}/kcwebs/utill/queues.py +2 -1
- {kcwebs-3.26 → kcwebs-3.27}/kcwebs.egg-info/PKG-INFO +2 -2
- {kcwebs-3.26 → kcwebs-3.27}/kcwebs.egg-info/SOURCES.txt +0 -30
- {kcwebs-3.26 → kcwebs-3.27}/kcwebs.egg-info/requires.txt +4 -4
- {kcwebs-3.26 → kcwebs-3.27}/README.md +0 -0
- {kcwebs-3.26 → kcwebs-3.27}/kcwebs/common/__init__.py +0 -0
- {kcwebs-3.26 → kcwebs-3.27}/kcwebs/common/autoload.py +0 -0
- {kcwebs-3.26 → kcwebs-3.27}/kcwebs/common/session.py +0 -0
- {kcwebs-3.26 → kcwebs-3.27}/kcwebs/config/__init__.py +0 -0
- {kcwebs-3.26 → kcwebs-3.27}/kcwebs/kcwebs.py +0 -0
- {kcwebs-3.26 → kcwebs-3.27}/kcwebs/tempfile/kcwebs/app/__init__.py +0 -0
- {kcwebs-3.26 → kcwebs-3.27}/kcwebs/tempfile/kcwebs/app/api/__init__.py +0 -0
- {kcwebs-3.26 → kcwebs-3.27}/kcwebs/tempfile/kcwebs/app/api/common/__init__.py +0 -0
- {kcwebs-3.26 → kcwebs-3.27}/kcwebs/tempfile/kcwebs/app/api/common/autoload.py +0 -0
- {kcwebs-3.26 → kcwebs-3.27}/kcwebs/tempfile/kcwebs/app/api/controller/__init__.py +0 -0
- {kcwebs-3.26 → kcwebs-3.27}/kcwebs/tempfile/kcwebs/app/api/controller/index/__init__.py +0 -0
- {kcwebs-3.26 → kcwebs-3.27}/kcwebs/tempfile/kcwebs/app/api/controller/index/common/__init__.py +0 -0
- {kcwebs-3.26 → kcwebs-3.27}/kcwebs/tempfile/kcwebs/app/api/controller/index/common/autoload.py +0 -0
- {kcwebs-3.26 → kcwebs-3.27}/kcwebs/tempfile/kcwebs/app/api/controller/index/common/html/include/static.html +0 -0
- {kcwebs-3.26 → kcwebs-3.27}/kcwebs/tempfile/kcwebs/app/api/controller/index/common/model.py +0 -0
- {kcwebs-3.26 → kcwebs-3.27}/kcwebs/tempfile/kcwebs/app/api/controller/index/index.py +0 -0
- {kcwebs-3.26 → kcwebs-3.27}/kcwebs/tempfile/kcwebs/app/api/controller/index/tpl/index/home.html +0 -0
- {kcwebs-3.26 → kcwebs-3.27}/kcwebs/tempfile/kcwebs/app/api/controller/index/tpl/index/index.html +0 -0
- {kcwebs-3.26 → kcwebs-3.27}/kcwebs/tempfile/kcwebs/app/common/__init__.py +0 -0
- {kcwebs-3.26 → kcwebs-3.27}/kcwebs/tempfile/kcwebs/app/common/autoload.py +0 -0
- {kcwebs-3.26 → kcwebs-3.27}/kcwebs/tempfile/kcwebs/app/common/html/include/static.html +0 -0
- {kcwebs-3.26 → kcwebs-3.27}/kcwebs/tempfile/kcwebs/app/common/model.py +0 -0
- {kcwebs-3.26 → kcwebs-3.27}/kcwebs/tempfile/kcwebs/app/config/__init__.py +0 -0
- {kcwebs-3.26 → kcwebs-3.27}/kcwebs/tempfile/kcwebs/app/config/app.py +0 -0
- {kcwebs-3.26 → kcwebs-3.27}/kcwebs/tempfile/kcwebs/app/config/database.py +0 -0
- {kcwebs-3.26 → kcwebs-3.27}/kcwebs/tempfile/kcwebs/app/config/other.py +0 -0
- {kcwebs-3.26 → kcwebs-3.27}/kcwebs/tempfile/kcwebs/app/config/redis.py +0 -0
- {kcwebs-3.26 → kcwebs-3.27}/kcwebs/tempfile/kcwebs/server.py +0 -0
- {kcwebs-3.26 → kcwebs-3.27}/kcwebs/utill/db/model.py +0 -0
- {kcwebs-3.26 → kcwebs-3.27}/kcwebs/utill/db/mongodb.py +0 -0
- {kcwebs-3.26 → kcwebs-3.27}/kcwebs.egg-info/dependency_links.txt +0 -0
- {kcwebs-3.26 → kcwebs-3.27}/kcwebs.egg-info/entry_points.txt +0 -0
- {kcwebs-3.26 → kcwebs-3.27}/kcwebs.egg-info/top_level.txt +0 -0
- {kcwebs-3.26 → kcwebs-3.27}/setup.cfg +0 -0
- {kcwebs-3.26 → kcwebs-3.27}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 1.2
|
|
2
2
|
Name: kcwebs
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.27
|
|
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: kcwebs3.
|
|
12
|
+
Keywords: kcwebs3.27
|
|
13
13
|
Platform: UNKNOWN
|
|
@@ -244,7 +244,7 @@ class Queues():
|
|
|
244
244
|
else:
|
|
245
245
|
Queues.__globalqueue.put(key)
|
|
246
246
|
return taskid
|
|
247
|
-
def inserttask(target,args=None,title="默认任务",
|
|
247
|
+
def inserttask(target,args=None,title="默认任务",msg='',taskid=None,start=0,updtime=0): #add_queue
|
|
248
248
|
"""添加后台任务
|
|
249
249
|
|
|
250
250
|
target 方法名 必须
|
|
@@ -279,6 +279,7 @@ class Queues():
|
|
|
279
279
|
arr=kcwsqlite.sqlite.connect(queuesdbpath,th_lock=True).table("model_kcwebs_queues").where("taskid",taskid).find()
|
|
280
280
|
if arr:
|
|
281
281
|
return taskid
|
|
282
|
+
describes='后台任务脚本'
|
|
282
283
|
task={"taskid":taskid,"title":title,"describes":describes,"code":2,"msg":msg,"error":"","start":start,"end":end,"addtime":ttt,'starts':0,'endtime':0,'updtime':updtime}
|
|
283
284
|
kcwsqlite.sqlite.connect(queuesdbpath,th_lock=True).table("model_kcwebs_queues").insert(task)
|
|
284
285
|
key={"target":target,"args":args,"task":task}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 1.2
|
|
2
2
|
Name: kcwebs
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.27
|
|
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: kcwebs3.
|
|
12
|
+
Keywords: kcwebs3.27
|
|
13
13
|
Platform: UNKNOWN
|
|
@@ -37,34 +37,4 @@ kcwebs/tempfile/kcwebs/app/config/other.py
|
|
|
37
37
|
kcwebs/tempfile/kcwebs/app/config/redis.py
|
|
38
38
|
kcwebs/utill/queues.py
|
|
39
39
|
kcwebs/utill/db/model.py
|
|
40
|
-
kcwebs/utill/db/mongodb.py
|
|
41
|
-
kcwebs/common/__init__.py
|
|
42
|
-
kcwebs/common/autoload.py
|
|
43
|
-
kcwebs/common/session.py
|
|
44
|
-
kcwebs/config/__init__.py
|
|
45
|
-
kcwebs/tempfile/kcwebs/server.py
|
|
46
|
-
kcwebs/tempfile/kcwebs/app/__init__.py
|
|
47
|
-
kcwebs/tempfile/kcwebs/app/api/__init__.py
|
|
48
|
-
kcwebs/tempfile/kcwebs/app/api/common/__init__.py
|
|
49
|
-
kcwebs/tempfile/kcwebs/app/api/common/autoload.py
|
|
50
|
-
kcwebs/tempfile/kcwebs/app/api/controller/__init__.py
|
|
51
|
-
kcwebs/tempfile/kcwebs/app/api/controller/index/__init__.py
|
|
52
|
-
kcwebs/tempfile/kcwebs/app/api/controller/index/index.py
|
|
53
|
-
kcwebs/tempfile/kcwebs/app/api/controller/index/common/__init__.py
|
|
54
|
-
kcwebs/tempfile/kcwebs/app/api/controller/index/common/autoload.py
|
|
55
|
-
kcwebs/tempfile/kcwebs/app/api/controller/index/common/model.py
|
|
56
|
-
kcwebs/tempfile/kcwebs/app/api/controller/index/common/html/include/static.html
|
|
57
|
-
kcwebs/tempfile/kcwebs/app/api/controller/index/tpl/index/home.html
|
|
58
|
-
kcwebs/tempfile/kcwebs/app/api/controller/index/tpl/index/index.html
|
|
59
|
-
kcwebs/tempfile/kcwebs/app/common/__init__.py
|
|
60
|
-
kcwebs/tempfile/kcwebs/app/common/autoload.py
|
|
61
|
-
kcwebs/tempfile/kcwebs/app/common/model.py
|
|
62
|
-
kcwebs/tempfile/kcwebs/app/common/html/include/static.html
|
|
63
|
-
kcwebs/tempfile/kcwebs/app/config/__init__.py
|
|
64
|
-
kcwebs/tempfile/kcwebs/app/config/app.py
|
|
65
|
-
kcwebs/tempfile/kcwebs/app/config/database.py
|
|
66
|
-
kcwebs/tempfile/kcwebs/app/config/other.py
|
|
67
|
-
kcwebs/tempfile/kcwebs/app/config/redis.py
|
|
68
|
-
kcwebs/utill/queues.py
|
|
69
|
-
kcwebs/utill/db/model.py
|
|
70
40
|
kcwebs/utill/db/mongodb.py
|
|
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
|
{kcwebs-3.26 → kcwebs-3.27}/kcwebs/tempfile/kcwebs/app/api/controller/index/common/__init__.py
RENAMED
|
File without changes
|
{kcwebs-3.26 → kcwebs-3.27}/kcwebs/tempfile/kcwebs/app/api/controller/index/common/autoload.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{kcwebs-3.26 → kcwebs-3.27}/kcwebs/tempfile/kcwebs/app/api/controller/index/tpl/index/home.html
RENAMED
|
File without changes
|
{kcwebs-3.26 → kcwebs-3.27}/kcwebs/tempfile/kcwebs/app/api/controller/index/tpl/index/index.html
RENAMED
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|