lesscode-tag 0.0.18__tar.gz → 0.0.20__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
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: lesscode_tag
3
- Version: 0.0.18
3
+ Version: 0.0.20
4
4
  Summary: lesscode_tag是标签处理工具包
5
5
  Author: Chao.yy
6
6
  Author-email: yuyc@ishangqi.com
@@ -9,6 +9,16 @@ Classifier: Programming Language :: Python :: 3
9
9
  Classifier: Operating System :: OS Independent
10
10
  Requires-Python: >=3.6
11
11
  Description-Content-Type: text/markdown
12
+ Requires-Dist: lesscode_utils>=0.0.1
13
+ Dynamic: author
14
+ Dynamic: author-email
15
+ Dynamic: classifier
16
+ Dynamic: description
17
+ Dynamic: description-content-type
18
+ Dynamic: platform
19
+ Dynamic: requires-dist
20
+ Dynamic: requires-python
21
+ Dynamic: summary
12
22
 
13
23
  # lesscode_tag
14
24
 
@@ -194,11 +194,17 @@ def format_ck_param_tag(bool_should_more_list, especial_tag_list):
194
194
  })
195
195
 
196
196
  if tag in ["国家级专精特新企业", "高新技术企业", "技术实力", "省级单项冠军企业", "国家级单项冠军企业",
197
- "龙头企业", "中国企业500强", "中国民营企业500强", "中国独角兽企业", "全球独角兽企业", "央企"]:
197
+ "龙头企业", "中国企业500强", "中国民营企业500强", "中国独角兽企业", "全球独角兽企业", "央企",
198
+ "员工增长快", "新增专利多", "区域拓展快",
199
+ "新获投资多", "股转所需求企业", "世界500强"]:
198
200
  diy_tag = {
199
- "国家级专精特新企业": 8,
201
+ "员工增长快": 1,
202
+ "新增专利多": 2,
200
203
  "高新技术企业": 4,
204
+ "区域拓展快": 5,
205
+ "新获投资多": 6,
201
206
  "技术实力": 7,
207
+ "国家级专精特新企业": 8,
202
208
  "省级单项冠军企业": 11,
203
209
  "国家级单项冠军企业": 13,
204
210
  "龙头企业": 9,
@@ -207,6 +213,8 @@ def format_ck_param_tag(bool_should_more_list, especial_tag_list):
207
213
  "中国独角兽企业": 16,
208
214
  "全球独角兽企业": 15,
209
215
  "央企": 18,
216
+ "股转所需求企业": 19,
217
+ "世界500强": 20
210
218
  }
211
219
  bool_should_list["value"].append({
212
220
  "relation": "has",
@@ -0,0 +1 @@
1
+ __version__ = "0.0.20"
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
2
- Name: lesscode-tag
3
- Version: 0.0.18
1
+ Metadata-Version: 2.2
2
+ Name: lesscode_tag
3
+ Version: 0.0.20
4
4
  Summary: lesscode_tag是标签处理工具包
5
5
  Author: Chao.yy
6
6
  Author-email: yuyc@ishangqi.com
@@ -9,6 +9,16 @@ Classifier: Programming Language :: Python :: 3
9
9
  Classifier: Operating System :: OS Independent
10
10
  Requires-Python: >=3.6
11
11
  Description-Content-Type: text/markdown
12
+ Requires-Dist: lesscode_utils>=0.0.1
13
+ Dynamic: author
14
+ Dynamic: author-email
15
+ Dynamic: classifier
16
+ Dynamic: description
17
+ Dynamic: description-content-type
18
+ Dynamic: platform
19
+ Dynamic: requires-dist
20
+ Dynamic: requires-python
21
+ Dynamic: summary
12
22
 
13
23
  # lesscode_tag
14
24
 
@@ -1 +0,0 @@
1
- __version__ = "0.0.18"
File without changes
File without changes
File without changes