kcws 1.0__tar.gz → 1.1__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-1.0 → kcws-1.1}/PKG-INFO +2 -2
- {kcws-1.0 → kcws-1.1}/kcws/config/__init__.py +1 -1
- {kcws-1.0 → kcws-1.1}/kcws/kcws.py +4 -3
- {kcws-1.0 → kcws-1.1}/kcws.egg-info/PKG-INFO +2 -2
- {kcws-1.0 → kcws-1.1}/kcws.egg-info/SOURCES.txt +5 -0
- {kcws-1.0 → kcws-1.1}/README.md +0 -0
- {kcws-1.0 → kcws-1.1}/kcws/Events.py +0 -0
- {kcws-1.0 → kcws-1.1}/kcws/__init__.py +0 -0
- {kcws-1.0 → kcws-1.1}/kcws/app.py +0 -0
- {kcws-1.0 → kcws-1.1}/kcws/common/__init__.py +0 -0
- {kcws-1.0 → kcws-1.1}/kcws/common/autoload.py +0 -0
- {kcws-1.0 → kcws-1.1}/kcws/common/globals.py +0 -0
- {kcws-1.0 → kcws-1.1}/kcws/common/request.py +0 -0
- {kcws-1.0 → kcws-1.1}/kcws.egg-info/dependency_links.txt +0 -0
- {kcws-1.0 → kcws-1.1}/kcws.egg-info/entry_points.txt +0 -0
- {kcws-1.0 → kcws-1.1}/kcws.egg-info/requires.txt +0 -0
- {kcws-1.0 → kcws-1.1}/kcws.egg-info/top_level.txt +0 -0
- {kcws-1.0 → kcws-1.1}/setup.cfg +0 -0
- {kcws-1.0 → kcws-1.1}/setup.py +0 -0
{kcws-1.0 → kcws-1.1}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 1.2
|
|
2
2
|
Name: kcws
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.1
|
|
4
4
|
Summary: 超轻量级http框架
|
|
5
5
|
Home-page: https://docs.kwebapp.cn/index/index/1
|
|
6
6
|
Author: 百里-坤坤
|
|
@@ -9,5 +9,5 @@ Maintainer: 坤坤
|
|
|
9
9
|
Maintainer-email: fk1402936534@qq.com
|
|
10
10
|
License: MIT License
|
|
11
11
|
Description: kcws是一个由kcwebs抽象出来的超轻量级http框架
|
|
12
|
-
Keywords: kcws1.
|
|
12
|
+
Keywords: kcws1.1
|
|
13
13
|
Platform: UNKNOWN
|
|
@@ -27,7 +27,7 @@ route['children']=[]
|
|
|
27
27
|
|
|
28
28
|
kcws={}
|
|
29
29
|
kcws['name']='kcws' #项目的名称
|
|
30
|
-
kcws['version']='1.
|
|
30
|
+
kcws['version']='1.1' #项目版本
|
|
31
31
|
kcws['description']='超轻量级http框架' #项目的简单描述
|
|
32
32
|
kcws['long_description']='kcws是一个由kcwebs抽象出来的超轻量级http框架' #项目详细描述
|
|
33
33
|
kcws['license']='MIT License' #开源协议 mit开源
|
|
@@ -168,7 +168,7 @@ def cllfunction():
|
|
|
168
168
|
try:
|
|
169
169
|
obj=importlib.import_module(cmd_par['appname']+'.common')
|
|
170
170
|
if obj.config.fdgrsgrsegsrsgrsbsdbftbrsbfdrtrtbdfsrsgr!=fdgrsgrsegsrsgrsbsdbftbrsbfdrtrtbdfsrsgr1:
|
|
171
|
-
print("该项目只能使用"+obj.config.fdgrsgrsegsrsgrsbsdbftbrsbfdrtrtbdfsrsgr+"
|
|
171
|
+
print("该项目只能使用"+obj.config.fdgrsgrsegsrsgrsbsdbftbrsbfdrtrtbdfsrsgr+"开头的命令!")
|
|
172
172
|
exit()
|
|
173
173
|
except Exception as e:
|
|
174
174
|
print('项目不合法',traceback.format_exc())
|
|
@@ -252,10 +252,11 @@ def cllfunction():
|
|
|
252
252
|
if bs==fdgrsgrsegsrsgrsbsdbftbrsbfdrtrtbdfsrsgr1:
|
|
253
253
|
break
|
|
254
254
|
elif cmd_par['server']:#启动web服务
|
|
255
|
+
|
|
255
256
|
try:
|
|
256
257
|
obj=importlib.import_module(cmd_par['appname']+'.common')
|
|
257
258
|
if obj.config.fdgrsgrsegsrsgrsbsdbftbrsbfdrtrtbdfsrsgr!=fdgrsgrsegsrsgrsbsdbftbrsbfdrtrtbdfsrsgr1:
|
|
258
|
-
print("该项目只能使用"+obj.config.fdgrsgrsegsrsgrsbsdbftbrsbfdrtrtbdfsrsgr+"
|
|
259
|
+
print("该项目只能使用"+obj.config.fdgrsgrsegsrsgrsbsdbftbrsbfdrtrtbdfsrsgr+"开头的命令.")
|
|
259
260
|
exit()
|
|
260
261
|
except Exception as e:
|
|
261
262
|
print('项目不合法',traceback.format_exc())
|
|
@@ -319,7 +320,7 @@ def cllfunction():
|
|
|
319
320
|
try:
|
|
320
321
|
obj=importlib.import_module(cmd_par['appname']+'.common')
|
|
321
322
|
if obj.config.fdgrsgrsegsrsgrsbsdbftbrsbfdrtrtbdfsrsgr!=fdgrsgrsegsrsgrsbsdbftbrsbfdrtrtbdfsrsgr1:
|
|
322
|
-
print("该项目只能使用"+obj.config.fdgrsgrsegsrsgrsbsdbftbrsbfdrtrtbdfsrsgr+"
|
|
323
|
+
print("该项目只能使用"+obj.config.fdgrsgrsegsrsgrsbsdbftbrsbfdrtrtbdfsrsgr+"开头的命令。")
|
|
323
324
|
exit()
|
|
324
325
|
except Exception as e:
|
|
325
326
|
print('项目不合法',traceback.format_exc())
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 1.2
|
|
2
2
|
Name: kcws
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.1
|
|
4
4
|
Summary: 超轻量级http框架
|
|
5
5
|
Home-page: https://docs.kwebapp.cn/index/index/1
|
|
6
6
|
Author: 百里-坤坤
|
|
@@ -9,5 +9,5 @@ Maintainer: 坤坤
|
|
|
9
9
|
Maintainer-email: fk1402936534@qq.com
|
|
10
10
|
License: MIT License
|
|
11
11
|
Description: kcws是一个由kcwebs抽象出来的超轻量级http框架
|
|
12
|
-
Keywords: kcws1.
|
|
12
|
+
Keywords: kcws1.1
|
|
13
13
|
Platform: UNKNOWN
|
|
@@ -14,4 +14,9 @@ kcws/common/__init__.py
|
|
|
14
14
|
kcws/common/autoload.py
|
|
15
15
|
kcws/common/globals.py
|
|
16
16
|
kcws/common/request.py
|
|
17
|
+
kcws/config/__init__.py
|
|
18
|
+
kcws/common/__init__.py
|
|
19
|
+
kcws/common/autoload.py
|
|
20
|
+
kcws/common/globals.py
|
|
21
|
+
kcws/common/request.py
|
|
17
22
|
kcws/config/__init__.py
|
{kcws-1.0 → kcws-1.1}/README.md
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
|
{kcws-1.0 → kcws-1.1}/setup.cfg
RENAMED
|
File without changes
|
{kcws-1.0 → kcws-1.1}/setup.py
RENAMED
|
File without changes
|