kcws 1.4__tar.gz → 1.6__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: kcws
3
- Version: 1.4
3
+ Version: 1.6
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.4
12
+ Keywords: kcws1.6
13
13
  Platform: UNKNOWN
@@ -27,7 +27,7 @@ route['children']=[]
27
27
 
28
28
  kcws={}
29
29
  kcws['name']='kcws' #项目的名称
30
- kcws['version']='1.4' #项目版本
30
+ kcws['version']='1.6' #项目版本
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/kcws/raw/master/kcws.zip")
204
+ response=requests.get("https://gitee.com/open_source_official_website/kcw/raw/master/kcws.zip")
205
205
  elif 'kcwebs'==bs:
206
- response=requests.get("https://gitee.com/open_source_official_website/kcwebs/raw/develop/kcwebs.zip")
206
+ response=requests.get("https://gitee.com/open_source_official_website/kcweb/raw/develop/kcwebs.zip")
207
207
  elif 'kcwebps'==bs:
208
- response=requests.get("https://gitee.com/open_source_official_website/kcwebps/raw/develop/kcwebps.zip")
208
+ response=requests.get("https://gitee.com/open_source_official_website/kcwebplus/raw/develop/kcwebps.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.4
3
+ Version: 1.6
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.4
12
+ Keywords: kcws1.6
13
13
  Platform: UNKNOWN
@@ -10,7 +10,7 @@ from setuptools import setup, find_packages,Extension
10
10
  class setupconfig:
11
11
  kcws={}
12
12
  kcws['name']='kcws' #项目的名称
13
- kcws['version']='1.4' #项目版本
13
+ kcws['version']='1.6' #项目版本
14
14
  kcws['description']='超轻量级http框架' #项目的简单描述
15
15
  kcws['long_description']='kcws是一个由kcwebs抽象出来的超轻量级http框架' #项目详细描述
16
16
  kcws['license']='MIT License' #开源协议 mit开源
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