shadowshell 0.0.15__tar.gz → 0.0.16__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.2
2
2
  Name: shadowshell
3
- Version: 0.0.15
3
+ Version: 0.0.16
4
4
  Summary: shadowshell.xyz
5
5
  Author-email: shadowshell <shadowshell@foxmail.com>
6
6
  License: MIT
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "shadowshell" # 全局唯一名称(检查PyPI是否被占用)
7
- version = "0.0.15" # 版本号(每次更新需递增)
7
+ version = "0.0.16" # 版本号(每次更新需递增)
8
8
  authors = [{ name = "shadowshell", email = "shadowshell@foxmail.com" }]
9
9
  description = "shadowshell.xyz"
10
10
  readme = "README.md"
@@ -6,6 +6,8 @@ Logger
6
6
  @author: shadow shell
7
7
  """
8
8
 
9
+ import os
10
+
9
11
  import requests
10
12
 
11
13
  class ShadowShell:
@@ -14,7 +16,7 @@ class ShadowShell:
14
16
  print("Hello.")
15
17
 
16
18
  def request(self):
17
- requests.get("https://wwww.baidu.com")
19
+ print(requests.get("https://wwww.baidu.com"))
18
20
 
19
21
  def testserver():
20
22
  os.system("ping shadowshell.xyz")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: shadowshell
3
- Version: 0.0.15
3
+ Version: 0.0.16
4
4
  Summary: shadowshell.xyz
5
5
  Author-email: shadowshell <shadowshell@foxmail.com>
6
6
  License: MIT
@@ -7,7 +7,7 @@ tests
7
7
  @author: shadow shell
8
8
  """
9
9
 
10
- from ./src/shadowshell/shadowshell import ShadowShell, testserver
10
+ from shadowshell import ShadowShell, testserver
11
11
 
12
12
  ShadowShell().hello()
13
13
 
File without changes
File without changes