coocan 0.4.8__tar.gz → 0.5.0__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: 2.1
2
2
  Name: coocan
3
- Version: 0.4.8
3
+ Version: 0.5.0
4
4
  Summary: Air Spider Framework
5
5
  Author: wauo
6
6
  Author-email: markadc@126.com
@@ -43,7 +43,7 @@ def new(spider):
43
43
  click.echo("只支持字母、数字、下划线")
44
44
  return
45
45
 
46
- pascal = snake_to_pascal(spider)
46
+ pascal = snake_to_pascal(spider).rstrip("spider")
47
47
  if not pascal.endswith("Spider"):
48
48
  pascal += "Spider"
49
49
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: coocan
3
- Version: 0.4.8
3
+ Version: 0.5.0
4
4
  Summary: Air Spider Framework
5
5
  Author: wauo
6
6
  Author-email: markadc@126.com
@@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as f:
5
5
 
6
6
  setup(
7
7
  name="coocan",
8
- version="0.4.8",
8
+ version="0.5.0",
9
9
  author="wauo",
10
10
  author_email="markadc@126.com",
11
11
  description="Air Spider Framework",
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