isrpa 0.8.2__py3-none-any.whl → 0.8.3__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
@@ -3,7 +3,7 @@ import os
3
3
  import requests
4
4
 
5
5
 
6
- def getPath(userName):
6
+ def getPath(user_name):
7
7
  """
8
8
  环境变量设置
9
9
  windows
@@ -25,7 +25,7 @@ def getPath(userName):
25
25
  }
26
26
  # 请求体的数据
27
27
  data = {
28
- 'userName': userName
28
+ 'user_name': user_name
29
29
  }
30
30
  print(data)
31
31
  response = requests.post(url, headers=headers, json=data)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: isrpa
3
- Version: 0.8.2
3
+ Version: 0.8.3
4
4
  Summary: isrpa package
5
5
  Home-page: https://github.com/yourusername/mypackage
6
6
  Author: ysq
@@ -3,8 +3,8 @@ isrpa/Template.py,sha256=UP1uovLvJzXEPGo_hzLrIYOu3vZP8Cf6m3G2hGzQ6XA,1958
3
3
  isrpa/Template_Exception.py,sha256=an6eQ1NMB8a9R-J0yyMdwHIZcZeDtdV5f7fWKZQsZ3s,819
4
4
  isrpa/__init__.py,sha256=pG-YPVG0gJIJ6s4xcAz9S_CnUxpUcz33wl9eNUSgxGk,20
5
5
  isrpa/message.py,sha256=N0s6hMaC5S-Pi4EhwcSp-ngfBTBQyW6ymU9sI9dUSeE,11329
6
- isrpa/utils.py,sha256=U3zz5fgc8NzpEVg6kIZVPziTMwtvZaA1vE3A2qwD7qU,50825
7
- isrpa-0.8.2.dist-info/METADATA,sha256=NuEvTGnNtdysHOiACjyRsJZPcAyMGQo15SN2ckVBa2Q,459
8
- isrpa-0.8.2.dist-info/WHEEL,sha256=R06PA3UVYHThwHvxuRWMqaGcr-PuniXahwjmQRFMEkY,91
9
- isrpa-0.8.2.dist-info/top_level.txt,sha256=J5HJbtR2WAeKnW1rrpkiuapwnlswv3RgM-riyZD87o0,6
10
- isrpa-0.8.2.dist-info/RECORD,,
6
+ isrpa/utils.py,sha256=obKGemv1zxwHtwyiA6F-zCBEKSvzhSUUXvcvCGB8VUY,50828
7
+ isrpa-0.8.3.dist-info/METADATA,sha256=LTdDtzrBBD2Agz82OjOboN9JlT9IZ4m7jCbAmZsgb4I,459
8
+ isrpa-0.8.3.dist-info/WHEEL,sha256=R06PA3UVYHThwHvxuRWMqaGcr-PuniXahwjmQRFMEkY,91
9
+ isrpa-0.8.3.dist-info/top_level.txt,sha256=J5HJbtR2WAeKnW1rrpkiuapwnlswv3RgM-riyZD87o0,6
10
+ isrpa-0.8.3.dist-info/RECORD,,
File without changes