kcwebs 3.18__tar.gz → 3.19__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.18 → kcwebs-3.19}/PKG-INFO +2 -2
- {kcwebs-3.18 → kcwebs-3.19}/kcwebs/__init__.py +1 -1
- {kcwebs-3.18 → kcwebs-3.19}/kcwebs/config/__init__.py +6 -0
- {kcwebs-3.18 → kcwebs-3.19}/kcwebs.egg-info/PKG-INFO +2 -2
- {kcwebs-3.18 → kcwebs-3.19}/kcwebs.egg-info/SOURCES.txt +0 -30
- {kcwebs-3.18 → kcwebs-3.19}/kcwebs.egg-info/requires.txt +4 -4
- {kcwebs-3.18 → kcwebs-3.19}/README.md +0 -0
- {kcwebs-3.18 → kcwebs-3.19}/kcwebs/common/__init__.py +0 -0
- {kcwebs-3.18 → kcwebs-3.19}/kcwebs/common/autoload.py +0 -0
- {kcwebs-3.18 → kcwebs-3.19}/kcwebs/common/session.py +0 -0
- {kcwebs-3.18 → kcwebs-3.19}/kcwebs/kcwebs.py +0 -0
- {kcwebs-3.18 → kcwebs-3.19}/kcwebs/tempfile/kcwebs/app/__init__.py +0 -0
- {kcwebs-3.18 → kcwebs-3.19}/kcwebs/tempfile/kcwebs/app/api/__init__.py +0 -0
- {kcwebs-3.18 → kcwebs-3.19}/kcwebs/tempfile/kcwebs/app/api/common/__init__.py +0 -0
- {kcwebs-3.18 → kcwebs-3.19}/kcwebs/tempfile/kcwebs/app/api/common/autoload.py +0 -0
- {kcwebs-3.18 → kcwebs-3.19}/kcwebs/tempfile/kcwebs/app/api/controller/__init__.py +0 -0
- {kcwebs-3.18 → kcwebs-3.19}/kcwebs/tempfile/kcwebs/app/api/controller/index/__init__.py +0 -0
- {kcwebs-3.18 → kcwebs-3.19}/kcwebs/tempfile/kcwebs/app/api/controller/index/common/__init__.py +0 -0
- {kcwebs-3.18 → kcwebs-3.19}/kcwebs/tempfile/kcwebs/app/api/controller/index/common/autoload.py +0 -0
- {kcwebs-3.18 → kcwebs-3.19}/kcwebs/tempfile/kcwebs/app/api/controller/index/common/html/include/static.html +0 -0
- {kcwebs-3.18 → kcwebs-3.19}/kcwebs/tempfile/kcwebs/app/api/controller/index/common/model.py +0 -0
- {kcwebs-3.18 → kcwebs-3.19}/kcwebs/tempfile/kcwebs/app/api/controller/index/index.py +0 -0
- {kcwebs-3.18 → kcwebs-3.19}/kcwebs/tempfile/kcwebs/app/api/controller/index/tpl/index/home.html +0 -0
- {kcwebs-3.18 → kcwebs-3.19}/kcwebs/tempfile/kcwebs/app/api/controller/index/tpl/index/index.html +0 -0
- {kcwebs-3.18 → kcwebs-3.19}/kcwebs/tempfile/kcwebs/app/common/__init__.py +0 -0
- {kcwebs-3.18 → kcwebs-3.19}/kcwebs/tempfile/kcwebs/app/common/autoload.py +0 -0
- {kcwebs-3.18 → kcwebs-3.19}/kcwebs/tempfile/kcwebs/app/common/html/include/static.html +0 -0
- {kcwebs-3.18 → kcwebs-3.19}/kcwebs/tempfile/kcwebs/app/common/model.py +0 -0
- {kcwebs-3.18 → kcwebs-3.19}/kcwebs/tempfile/kcwebs/app/config/__init__.py +0 -0
- {kcwebs-3.18 → kcwebs-3.19}/kcwebs/tempfile/kcwebs/app/config/app.py +0 -0
- {kcwebs-3.18 → kcwebs-3.19}/kcwebs/tempfile/kcwebs/app/config/database.py +0 -0
- {kcwebs-3.18 → kcwebs-3.19}/kcwebs/tempfile/kcwebs/app/config/other.py +0 -0
- {kcwebs-3.18 → kcwebs-3.19}/kcwebs/tempfile/kcwebs/app/config/redis.py +0 -0
- {kcwebs-3.18 → kcwebs-3.19}/kcwebs/tempfile/kcwebs/server.py +0 -0
- {kcwebs-3.18 → kcwebs-3.19}/kcwebs/utill/db/model.py +0 -0
- {kcwebs-3.18 → kcwebs-3.19}/kcwebs/utill/db/mongodb.py +0 -0
- {kcwebs-3.18 → kcwebs-3.19}/kcwebs/utill/queues.py +0 -0
- {kcwebs-3.18 → kcwebs-3.19}/kcwebs.egg-info/dependency_links.txt +0 -0
- {kcwebs-3.18 → kcwebs-3.19}/kcwebs.egg-info/entry_points.txt +0 -0
- {kcwebs-3.18 → kcwebs-3.19}/kcwebs.egg-info/top_level.txt +0 -0
- {kcwebs-3.18 → kcwebs-3.19}/setup.cfg +0 -0
- {kcwebs-3.18 → kcwebs-3.19}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 1.2
|
|
2
2
|
Name: kcwebs
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.19
|
|
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.19
|
|
13
13
|
Platform: UNKNOWN
|
|
@@ -9,6 +9,7 @@ redis['db']=0 #Redis数据库 注:Redis用0或1或2等表示
|
|
|
9
9
|
redis['pattern']=True # True连接池链接 False非连接池链接
|
|
10
10
|
redis['ex']=0 #过期时间 (秒)
|
|
11
11
|
redis['debug']=False
|
|
12
|
+
redis['th_lock']=False
|
|
12
13
|
|
|
13
14
|
#缓存配置
|
|
14
15
|
cache={}
|
|
@@ -20,6 +21,7 @@ cache['port']=redis['port'] #Redis 端口
|
|
|
20
21
|
cache['password']=redis['password'] #Redis登录密码
|
|
21
22
|
cache['db']=1 #Redis数据库 注:Redis用1或2或3等表示
|
|
22
23
|
cache['debug']=False
|
|
24
|
+
cache['th_lock']=False
|
|
23
25
|
cachevalue={}
|
|
24
26
|
|
|
25
27
|
# session配置
|
|
@@ -32,6 +34,8 @@ session['host']=redis['host'] #Redis服务器地址
|
|
|
32
34
|
session['port']=redis['port'] #Redis 端口
|
|
33
35
|
session['password']=redis['password'] #Redis登录密码
|
|
34
36
|
session['db']=2 #Redis数据库 注:Redis用1或2或3等表示
|
|
37
|
+
session['th_lock']=False
|
|
38
|
+
session['debug']=False
|
|
35
39
|
|
|
36
40
|
|
|
37
41
|
# 默认数据库配置
|
|
@@ -52,11 +56,13 @@ database['master_num']=1 #主服务器数量 不能超过host服务器数量
|
|
|
52
56
|
database['master_dql']=False #主服务器是否可以执行dql语句 是否可以执行select语句 主服务器数量大于等于host服务器数量时必须设置True
|
|
53
57
|
database['break']=0 #断线重连次数,0表示不重连。 注:cli模式下 10秒进行一次重连并且连接次数是当前配置的300倍
|
|
54
58
|
database['autocommit']=False #自动提交查询事务 命令行运行时开启 web运行时关闭
|
|
59
|
+
database['th_lock']=False
|
|
55
60
|
|
|
56
61
|
#sqlite配置
|
|
57
62
|
sqlite={}
|
|
58
63
|
sqlite['db']='kcwsdb' # 数据库文件存放地址
|
|
59
64
|
sqlite['debug']=False
|
|
65
|
+
sqlite['th_lock']=False
|
|
60
66
|
|
|
61
67
|
#mongodb配置
|
|
62
68
|
mongo={}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 1.2
|
|
2
2
|
Name: kcwebs
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.19
|
|
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.19
|
|
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
|
{kcwebs-3.18 → kcwebs-3.19}/kcwebs/tempfile/kcwebs/app/api/controller/index/common/__init__.py
RENAMED
|
File without changes
|
{kcwebs-3.18 → kcwebs-3.19}/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.18 → kcwebs-3.19}/kcwebs/tempfile/kcwebs/app/api/controller/index/tpl/index/home.html
RENAMED
|
File without changes
|
{kcwebs-3.18 → kcwebs-3.19}/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
|
|
File without changes
|