kcws 1.3__tar.gz → 1.5__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.3 → kcws-1.5}/PKG-INFO +2 -2
- {kcws-1.3 → kcws-1.5}/kcws/config/__init__.py +1 -1
- {kcws-1.3 → kcws-1.5}/kcws/kcws.py +3 -3
- {kcws-1.3 → kcws-1.5}/kcws.egg-info/PKG-INFO +2 -2
- {kcws-1.3 → kcws-1.5}/setup.py +10 -12
- {kcws-1.3 → kcws-1.5}/README.md +0 -0
- {kcws-1.3 → kcws-1.5}/kcws/Events.py +0 -0
- {kcws-1.3 → kcws-1.5}/kcws/__init__.py +0 -0
- {kcws-1.3 → kcws-1.5}/kcws/app.py +0 -0
- {kcws-1.3 → kcws-1.5}/kcws/common/__init__.py +0 -0
- {kcws-1.3 → kcws-1.5}/kcws/common/autoload.py +0 -0
- {kcws-1.3 → kcws-1.5}/kcws/common/globals.py +0 -0
- {kcws-1.3 → kcws-1.5}/kcws/common/request.py +0 -0
- {kcws-1.3 → kcws-1.5}/kcws.egg-info/SOURCES.txt +0 -0
- {kcws-1.3 → kcws-1.5}/kcws.egg-info/dependency_links.txt +0 -0
- {kcws-1.3 → kcws-1.5}/kcws.egg-info/entry_points.txt +0 -0
- {kcws-1.3 → kcws-1.5}/kcws.egg-info/requires.txt +0 -0
- {kcws-1.3 → kcws-1.5}/kcws.egg-info/top_level.txt +0 -0
- {kcws-1.3 → kcws-1.5}/setup.cfg +0 -0
{kcws-1.3 → kcws-1.5}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 1.2
|
|
2
2
|
Name: kcws
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.5
|
|
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.5
|
|
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.5' #项目版本
|
|
31
31
|
kcws['description']='超轻量级http框架' #项目的简单描述
|
|
32
32
|
kcws['long_description']='kcws是一个由kcwebs抽象出来的超轻量级http框架' #项目详细描述
|
|
33
33
|
kcws['license']='MIT License' #开源协议 mit开源
|
|
@@ -201,11 +201,11 @@ def cllfunction():
|
|
|
201
201
|
exit()
|
|
202
202
|
for bs in serall:
|
|
203
203
|
if 'kcws'==bs:
|
|
204
|
-
response=requests.get("https://gitee.com/open_source_official_website/
|
|
204
|
+
response=requests.get("https://gitee.com/open_source_official_website/kcw/raw/master/kcw.zip")
|
|
205
205
|
elif 'kcwebs'==bs:
|
|
206
|
-
response=requests.get("https://gitee.com/open_source_official_website/
|
|
206
|
+
response=requests.get("https://gitee.com/open_source_official_website/kcweb/raw/develop/kcweb.zip")
|
|
207
207
|
elif 'kcwebps'==bs:
|
|
208
|
-
response=requests.get("https://gitee.com/open_source_official_website/
|
|
208
|
+
response=requests.get("https://gitee.com/open_source_official_website/kcwebplus/raw/develop/kcwebp.zip")
|
|
209
209
|
f=open(bs+'.zip',"wb")
|
|
210
210
|
f.write(response.content)
|
|
211
211
|
f.close()
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 1.2
|
|
2
2
|
Name: kcws
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.5
|
|
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.5
|
|
13
13
|
Platform: UNKNOWN
|
{kcws-1.3 → kcws-1.5}/setup.py
RENAMED
|
@@ -7,19 +7,18 @@
|
|
|
7
7
|
#############################################
|
|
8
8
|
import os,sys
|
|
9
9
|
from setuptools import setup, find_packages,Extension
|
|
10
|
-
from kcws import config
|
|
11
10
|
class setupconfig:
|
|
12
11
|
kcws={}
|
|
13
|
-
kcws['name']=
|
|
14
|
-
kcws['version']=
|
|
15
|
-
kcws['description']=
|
|
16
|
-
kcws['long_description']=
|
|
17
|
-
kcws['license']=
|
|
18
|
-
kcws['url']=
|
|
19
|
-
kcws['author']=
|
|
20
|
-
kcws['author_email']=
|
|
21
|
-
kcws['maintainer']=
|
|
22
|
-
kcws['maintainer_email']=
|
|
12
|
+
kcws['name']='kcws' #项目的名称
|
|
13
|
+
kcws['version']='1.5' #项目版本
|
|
14
|
+
kcws['description']='超轻量级http框架' #项目的简单描述
|
|
15
|
+
kcws['long_description']='kcws是一个由kcwebs抽象出来的超轻量级http框架' #项目详细描述
|
|
16
|
+
kcws['license']='MIT License' #开源协议 mit开源
|
|
17
|
+
kcws['url']='https://docs.kwebapp.cn/index/index/1'
|
|
18
|
+
kcws['author']='百里-坤坤' #名字
|
|
19
|
+
kcws['author_email']='kcwebs@kwebapp.cn' #邮件地址
|
|
20
|
+
kcws['maintainer']='坤坤' #维护人员的名字
|
|
21
|
+
kcws['maintainer_email']='fk1402936534@qq.com' #维护人员的邮件地址
|
|
23
22
|
confkcws={}
|
|
24
23
|
confkcws['name']=setupconfig.kcws['name'] #项目的名称
|
|
25
24
|
confkcws['version']=setupconfig.kcws['version'] #项目版本
|
|
@@ -58,7 +57,6 @@ def start():
|
|
|
58
57
|
maintainer_email = confkcws["maintainer_email"],
|
|
59
58
|
url=confkcws['url'],
|
|
60
59
|
packages = b,
|
|
61
|
-
# data_files=[('Scripts', ['kcws/bin/kcws.exe'])],
|
|
62
60
|
install_requires = ['gunicorn==20.0.4','watchdog==4.0.0','filetype==1.2.0','psutil==5.8.0','requests==2.32.4'], #第三方包
|
|
63
61
|
package_data = {
|
|
64
62
|
'': ['*.html', '*.js','*.css','*.jpg','*.png','*.gif'],
|
{kcws-1.3 → kcws-1.5}/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
|
|
File without changes
|
{kcws-1.3 → kcws-1.5}/setup.cfg
RENAMED
|
File without changes
|