kcwebs 3.18__tar.gz → 3.20__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.
Files changed (42) hide show
  1. {kcwebs-3.18 → kcwebs-3.20}/PKG-INFO +2 -2
  2. {kcwebs-3.18 → kcwebs-3.20}/kcwebs/__init__.py +1 -1
  3. {kcwebs-3.18 → kcwebs-3.20}/kcwebs/config/__init__.py +6 -0
  4. {kcwebs-3.18 → kcwebs-3.20}/kcwebs.egg-info/PKG-INFO +2 -2
  5. {kcwebs-3.18 → kcwebs-3.20}/kcwebs.egg-info/SOURCES.txt +0 -30
  6. {kcwebs-3.18 → kcwebs-3.20}/kcwebs.egg-info/requires.txt +4 -4
  7. {kcwebs-3.18 → kcwebs-3.20}/README.md +0 -0
  8. {kcwebs-3.18 → kcwebs-3.20}/kcwebs/common/__init__.py +0 -0
  9. {kcwebs-3.18 → kcwebs-3.20}/kcwebs/common/autoload.py +0 -0
  10. {kcwebs-3.18 → kcwebs-3.20}/kcwebs/common/session.py +0 -0
  11. {kcwebs-3.18 → kcwebs-3.20}/kcwebs/kcwebs.py +0 -0
  12. {kcwebs-3.18 → kcwebs-3.20}/kcwebs/tempfile/kcwebs/app/__init__.py +0 -0
  13. {kcwebs-3.18 → kcwebs-3.20}/kcwebs/tempfile/kcwebs/app/api/__init__.py +0 -0
  14. {kcwebs-3.18 → kcwebs-3.20}/kcwebs/tempfile/kcwebs/app/api/common/__init__.py +0 -0
  15. {kcwebs-3.18 → kcwebs-3.20}/kcwebs/tempfile/kcwebs/app/api/common/autoload.py +0 -0
  16. {kcwebs-3.18 → kcwebs-3.20}/kcwebs/tempfile/kcwebs/app/api/controller/__init__.py +0 -0
  17. {kcwebs-3.18 → kcwebs-3.20}/kcwebs/tempfile/kcwebs/app/api/controller/index/__init__.py +0 -0
  18. {kcwebs-3.18 → kcwebs-3.20}/kcwebs/tempfile/kcwebs/app/api/controller/index/common/__init__.py +0 -0
  19. {kcwebs-3.18 → kcwebs-3.20}/kcwebs/tempfile/kcwebs/app/api/controller/index/common/autoload.py +0 -0
  20. {kcwebs-3.18 → kcwebs-3.20}/kcwebs/tempfile/kcwebs/app/api/controller/index/common/html/include/static.html +0 -0
  21. {kcwebs-3.18 → kcwebs-3.20}/kcwebs/tempfile/kcwebs/app/api/controller/index/common/model.py +0 -0
  22. {kcwebs-3.18 → kcwebs-3.20}/kcwebs/tempfile/kcwebs/app/api/controller/index/index.py +0 -0
  23. {kcwebs-3.18 → kcwebs-3.20}/kcwebs/tempfile/kcwebs/app/api/controller/index/tpl/index/home.html +0 -0
  24. {kcwebs-3.18 → kcwebs-3.20}/kcwebs/tempfile/kcwebs/app/api/controller/index/tpl/index/index.html +0 -0
  25. {kcwebs-3.18 → kcwebs-3.20}/kcwebs/tempfile/kcwebs/app/common/__init__.py +0 -0
  26. {kcwebs-3.18 → kcwebs-3.20}/kcwebs/tempfile/kcwebs/app/common/autoload.py +0 -0
  27. {kcwebs-3.18 → kcwebs-3.20}/kcwebs/tempfile/kcwebs/app/common/html/include/static.html +0 -0
  28. {kcwebs-3.18 → kcwebs-3.20}/kcwebs/tempfile/kcwebs/app/common/model.py +0 -0
  29. {kcwebs-3.18 → kcwebs-3.20}/kcwebs/tempfile/kcwebs/app/config/__init__.py +0 -0
  30. {kcwebs-3.18 → kcwebs-3.20}/kcwebs/tempfile/kcwebs/app/config/app.py +0 -0
  31. {kcwebs-3.18 → kcwebs-3.20}/kcwebs/tempfile/kcwebs/app/config/database.py +0 -0
  32. {kcwebs-3.18 → kcwebs-3.20}/kcwebs/tempfile/kcwebs/app/config/other.py +0 -0
  33. {kcwebs-3.18 → kcwebs-3.20}/kcwebs/tempfile/kcwebs/app/config/redis.py +0 -0
  34. {kcwebs-3.18 → kcwebs-3.20}/kcwebs/tempfile/kcwebs/server.py +0 -0
  35. {kcwebs-3.18 → kcwebs-3.20}/kcwebs/utill/db/model.py +0 -0
  36. {kcwebs-3.18 → kcwebs-3.20}/kcwebs/utill/db/mongodb.py +0 -0
  37. {kcwebs-3.18 → kcwebs-3.20}/kcwebs/utill/queues.py +0 -0
  38. {kcwebs-3.18 → kcwebs-3.20}/kcwebs.egg-info/dependency_links.txt +0 -0
  39. {kcwebs-3.18 → kcwebs-3.20}/kcwebs.egg-info/entry_points.txt +0 -0
  40. {kcwebs-3.18 → kcwebs-3.20}/kcwebs.egg-info/top_level.txt +0 -0
  41. {kcwebs-3.18 → kcwebs-3.20}/setup.cfg +0 -0
  42. {kcwebs-3.18 → kcwebs-3.20}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: kcwebs
3
- Version: 3.18
3
+ Version: 3.20
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.18
12
+ Keywords: kcwebs3.20
13
13
  Platform: UNKNOWN
@@ -1,5 +1,5 @@
1
1
  # -*- coding: utf-8 -*-
2
- __version__ = '3.18'
2
+ __version__ = '3.20'
3
3
 
4
4
  kcwebsinfo={}
5
5
  kcwebsinfo['name']='kcwebs' #项目的名称
@@ -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.18
3
+ Version: 3.20
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.18
12
+ Keywords: kcwebs3.20
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
@@ -1,7 +1,7 @@
1
- kcws>=3.18
2
- kcwmysql>=3.18
3
- kcwsqlite>=3.18
4
- kcwhttp>=3.18
1
+ kcws>=3.20
2
+ kcwmysql>=3.20
3
+ kcwsqlite>=3.20
4
+ kcwhttp>=3.20
5
5
  python-dateutil==2.9.0
6
6
  pymongo==3.10.0
7
7
  Mako==1.3.6
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