isrpa 0.4__py3-none-any.whl → 0.5__py3-none-any.whl

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.
isrpa/utils.py CHANGED
@@ -32,7 +32,7 @@ def getPath(userName):
32
32
  if response.status_code != 200:
33
33
  print("请求失败,状态码:", response.status_code)
34
34
  return "failure"
35
- return response.text
35
+ return response.json()
36
36
 
37
37
 
38
38
  def upload_file(file_path,dic_path,port:str):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: isrpa
3
- Version: 0.4
3
+ Version: 0.5
4
4
  Summary: isrpa package
5
5
  Home-page: https://github.com/yourusername/mypackage
6
6
  Author: ysq
@@ -0,0 +1,6 @@
1
+ isrpa/__init__.py,sha256=pG-YPVG0gJIJ6s4xcAz9S_CnUxpUcz33wl9eNUSgxGk,20
2
+ isrpa/utils.py,sha256=dT6DQtckt2eOwACv6-j3T0mRfBMAtvraGBC0M8KqB6g,50827
3
+ isrpa-0.5.dist-info/METADATA,sha256=BVtalx7nJupCnm7a1-YYP7qTpS-6XO1Ve4pr5gr-CkU,457
4
+ isrpa-0.5.dist-info/WHEEL,sha256=R06PA3UVYHThwHvxuRWMqaGcr-PuniXahwjmQRFMEkY,91
5
+ isrpa-0.5.dist-info/top_level.txt,sha256=J5HJbtR2WAeKnW1rrpkiuapwnlswv3RgM-riyZD87o0,6
6
+ isrpa-0.5.dist-info/RECORD,,
@@ -1,6 +0,0 @@
1
- isrpa/__init__.py,sha256=pG-YPVG0gJIJ6s4xcAz9S_CnUxpUcz33wl9eNUSgxGk,20
2
- isrpa/utils.py,sha256=1ubRA8trrSTxgwQjo-cy0M4DI2l2lftxzuOqz4SbRAk,50825
3
- isrpa-0.4.dist-info/METADATA,sha256=DWRf6RMM0jzNenQnGewzDRQeFHr6cpF5su95P-wwQZk,457
4
- isrpa-0.4.dist-info/WHEEL,sha256=R06PA3UVYHThwHvxuRWMqaGcr-PuniXahwjmQRFMEkY,91
5
- isrpa-0.4.dist-info/top_level.txt,sha256=J5HJbtR2WAeKnW1rrpkiuapwnlswv3RgM-riyZD87o0,6
6
- isrpa-0.4.dist-info/RECORD,,
File without changes