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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 1.2
2
2
  Name: kcws
3
- Version: 1.3
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.3
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.3' #项目版本
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/kcws/raw/master/kcws.zip")
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/kcwebs/raw/develop/kcwebs.zip")
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/kcwebps/raw/develop/kcwebps.zip")
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
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.3
12
+ Keywords: kcws1.5
13
13
  Platform: UNKNOWN
@@ -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']=config.kcws['name'] #项目的名称
14
- kcws['version']=config.kcws['version'] #项目版本
15
- kcws['description']=config.kcws['description'] #项目的简单描述
16
- kcws['long_description']=config.kcws['long_description'] #项目详细描述
17
- kcws['license']=config.kcws['license'] #开源协议 mit开源
18
- kcws['url']=config.kcws['url']
19
- kcws['author']=config.kcws['author'] #名字
20
- kcws['author_email']=config.kcws['author_email'] #邮件地址
21
- kcws['maintainer']=config.kcws['maintainer'] #维护人员的名字
22
- kcws['maintainer_email']=config.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'],
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