kcwebs 1.93__tar.gz → 3.4__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-1.93 → kcwebs-3.4}/PKG-INFO +2 -2
- {kcwebs-1.93 → kcwebs-3.4}/kcwebs/__init__.py +1 -1
- {kcwebs-1.93 → kcwebs-3.4}/kcwebs/config/__init__.py +3 -0
- {kcwebs-1.93 → kcwebs-3.4}/kcwebs.egg-info/PKG-INFO +2 -2
- {kcwebs-1.93 → kcwebs-3.4}/kcwebs.egg-info/requires.txt +4 -4
- {kcwebs-1.93 → kcwebs-3.4}/setup.py +2 -4
- {kcwebs-1.93 → kcwebs-3.4}/README.md +0 -0
- {kcwebs-1.93 → kcwebs-3.4}/kcwebs/common/__init__.py +0 -0
- {kcwebs-1.93 → kcwebs-3.4}/kcwebs/common/autoload.py +0 -0
- {kcwebs-1.93 → kcwebs-3.4}/kcwebs/common/session.py +0 -0
- {kcwebs-1.93 → kcwebs-3.4}/kcwebs/kcwebs.py +0 -0
- {kcwebs-1.93 → kcwebs-3.4}/kcwebs/tempfile/kcwebs/app/__init__.py +0 -0
- {kcwebs-1.93 → kcwebs-3.4}/kcwebs/tempfile/kcwebs/app/api/__init__.py +0 -0
- {kcwebs-1.93 → kcwebs-3.4}/kcwebs/tempfile/kcwebs/app/api/common/__init__.py +0 -0
- {kcwebs-1.93 → kcwebs-3.4}/kcwebs/tempfile/kcwebs/app/api/common/autoload.py +0 -0
- {kcwebs-1.93 → kcwebs-3.4}/kcwebs/tempfile/kcwebs/app/api/controller/__init__.py +0 -0
- {kcwebs-1.93 → kcwebs-3.4}/kcwebs/tempfile/kcwebs/app/api/controller/index/__init__.py +0 -0
- {kcwebs-1.93 → kcwebs-3.4}/kcwebs/tempfile/kcwebs/app/api/controller/index/common/__init__.py +0 -0
- {kcwebs-1.93 → kcwebs-3.4}/kcwebs/tempfile/kcwebs/app/api/controller/index/common/autoload.py +0 -0
- {kcwebs-1.93 → kcwebs-3.4}/kcwebs/tempfile/kcwebs/app/api/controller/index/common/html/include/static.html +0 -0
- {kcwebs-1.93 → kcwebs-3.4}/kcwebs/tempfile/kcwebs/app/api/controller/index/common/model.py +0 -0
- {kcwebs-1.93 → kcwebs-3.4}/kcwebs/tempfile/kcwebs/app/api/controller/index/index.py +0 -0
- {kcwebs-1.93 → kcwebs-3.4}/kcwebs/tempfile/kcwebs/app/api/controller/index/tpl/index/home.html +0 -0
- {kcwebs-1.93 → kcwebs-3.4}/kcwebs/tempfile/kcwebs/app/api/controller/index/tpl/index/index.html +0 -0
- {kcwebs-1.93 → kcwebs-3.4}/kcwebs/tempfile/kcwebs/app/common/__init__.py +0 -0
- {kcwebs-1.93 → kcwebs-3.4}/kcwebs/tempfile/kcwebs/app/common/autoload.py +0 -0
- {kcwebs-1.93 → kcwebs-3.4}/kcwebs/tempfile/kcwebs/app/common/html/include/static.html +0 -0
- {kcwebs-1.93 → kcwebs-3.4}/kcwebs/tempfile/kcwebs/app/common/model.py +0 -0
- {kcwebs-1.93 → kcwebs-3.4}/kcwebs/tempfile/kcwebs/app/config/__init__.py +0 -0
- {kcwebs-1.93 → kcwebs-3.4}/kcwebs/tempfile/kcwebs/app/config/app.py +0 -0
- {kcwebs-1.93 → kcwebs-3.4}/kcwebs/tempfile/kcwebs/app/config/database.py +0 -0
- {kcwebs-1.93 → kcwebs-3.4}/kcwebs/tempfile/kcwebs/app/config/other.py +0 -0
- {kcwebs-1.93 → kcwebs-3.4}/kcwebs/tempfile/kcwebs/app/config/redis.py +0 -0
- {kcwebs-1.93 → kcwebs-3.4}/kcwebs/tempfile/kcwebs/server.py +0 -0
- {kcwebs-1.93 → kcwebs-3.4}/kcwebs/utill/db/model.py +0 -0
- {kcwebs-1.93 → kcwebs-3.4}/kcwebs/utill/db/mongodb.py +0 -0
- {kcwebs-1.93 → kcwebs-3.4}/kcwebs/utill/queues.py +0 -0
- {kcwebs-1.93 → kcwebs-3.4}/kcwebs.egg-info/SOURCES.txt +0 -0
- {kcwebs-1.93 → kcwebs-3.4}/kcwebs.egg-info/dependency_links.txt +0 -0
- {kcwebs-1.93 → kcwebs-3.4}/kcwebs.egg-info/entry_points.txt +0 -0
- {kcwebs-1.93 → kcwebs-3.4}/kcwebs.egg-info/top_level.txt +0 -0
- {kcwebs-1.93 → kcwebs-3.4}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 1.2
|
|
2
2
|
Name: kcwebs
|
|
3
|
-
Version:
|
|
3
|
+
Version: 3.4
|
|
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:
|
|
12
|
+
Keywords: kcwebs3.4
|
|
13
13
|
Platform: UNKNOWN
|
|
@@ -8,6 +8,7 @@ redis['password']='' #密码
|
|
|
8
8
|
redis['db']=0 #Redis数据库 注:Redis用0或1或2等表示
|
|
9
9
|
redis['pattern']=True # True连接池链接 False非连接池链接
|
|
10
10
|
redis['ex']=0 #过期时间 (秒)
|
|
11
|
+
redis['debug']=False
|
|
11
12
|
|
|
12
13
|
#缓存配置
|
|
13
14
|
cache={}
|
|
@@ -18,6 +19,7 @@ cache['host']=redis['host'] #Redis服务器地址
|
|
|
18
19
|
cache['port']=redis['port'] #Redis 端口
|
|
19
20
|
cache['password']=redis['password'] #Redis登录密码
|
|
20
21
|
cache['db']=1 #Redis数据库 注:Redis用1或2或3等表示
|
|
22
|
+
cache['debug']=False
|
|
21
23
|
cachevalue={}
|
|
22
24
|
|
|
23
25
|
# session配置
|
|
@@ -54,6 +56,7 @@ database['autocommit']=False #自动提交查询事务 命令行运行时开启
|
|
|
54
56
|
#sqlite配置
|
|
55
57
|
sqlite={}
|
|
56
58
|
sqlite['db']='kcwsdb' # 数据库文件存放地址
|
|
59
|
+
sqlite['debug']=False
|
|
57
60
|
|
|
58
61
|
#mongodb配置
|
|
59
62
|
mongo={}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 1.2
|
|
2
2
|
Name: kcwebs
|
|
3
|
-
Version:
|
|
3
|
+
Version: 3.4
|
|
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:
|
|
12
|
+
Keywords: kcwebs3.4
|
|
13
13
|
Platform: UNKNOWN
|
|
@@ -6,9 +6,7 @@
|
|
|
6
6
|
# 安装 python setup.py install
|
|
7
7
|
############################################# pip3.8 install kcwebs==6.4.15 -i https://pypi.org/simple
|
|
8
8
|
import os,sys
|
|
9
|
-
from setuptools import setup
|
|
10
|
-
current_dir = os.path.abspath(os.path.dirname(__file__))
|
|
11
|
-
sys.path.insert(0, current_dir)
|
|
9
|
+
from setuptools import setup
|
|
12
10
|
from kcwebs import kcwebsinfo
|
|
13
11
|
confkcws={}
|
|
14
12
|
confkcws['name']=kcwebsinfo['name'] #项目的名称
|
|
@@ -50,7 +48,7 @@ def start():
|
|
|
50
48
|
packages = b,
|
|
51
49
|
|
|
52
50
|
|
|
53
|
-
install_requires = ['kcws>=
|
|
51
|
+
install_requires = ['kcws>='+kcwebsinfo['version'],'kcwmysql>='+kcwebsinfo['version'],'kcwsqlite>='+kcwebsinfo['version'],'kcwhttp>='+kcwebsinfo['version'],'python-dateutil==2.9.0',
|
|
54
52
|
'pymongo==3.10.0','Mako==1.3.6','six>=1.12.0',
|
|
55
53
|
# 'websockets==10.4',
|
|
56
54
|
'curl_cffi==0.9.0',
|
|
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-1.93 → kcwebs-3.4}/kcwebs/tempfile/kcwebs/app/api/controller/index/common/__init__.py
RENAMED
|
File without changes
|
{kcwebs-1.93 → kcwebs-3.4}/kcwebs/tempfile/kcwebs/app/api/controller/index/common/autoload.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{kcwebs-1.93 → kcwebs-3.4}/kcwebs/tempfile/kcwebs/app/api/controller/index/tpl/index/home.html
RENAMED
|
File without changes
|
{kcwebs-1.93 → kcwebs-3.4}/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
|