eclinical-requester 1.0.6__py3-none-any.whl → 1.0.7__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.
api_requester/__init__.py CHANGED
@@ -6,4 +6,4 @@
6
6
  @Description: Description
7
7
  @File: __init__.py.py
8
8
  """
9
- __version__ = "1.0.6"
9
+ __version__ = "1.0.7"
@@ -61,8 +61,9 @@ class Authorize(BizBase, SampleHeaders, AdminAuthService, AdminUserOnBoardApplic
61
61
  self._entry_portal(company_id)
62
62
  Logger().info("The user({0}) logs in to {1} successfully.".format(self.user, login_app_tip))
63
63
  except Exception as e:
64
- Logger().error("The user({0}) failed to log in to {1}.".format(self.user, login_app_tip))
65
- raise Exception(f"Authorize Failed: {e}")
64
+ tip = "The user({0}) failed to log in to {1}.".format(self.user, login_app_tip)
65
+ Logger().error(tip)
66
+ raise Exception(f"{tip} Authorize Failed: {e}")
66
67
 
67
68
  def _auth(self):
68
69
  self.time_mills = time.time()
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: eclinical_requester
3
- Version: 1.0.6
3
+ Version: 1.0.7
4
4
  Summary: edetek api requester
5
5
  Home-page: http://example.com
6
6
  Author: xiaodong.li
@@ -9,11 +9,18 @@ Classifier: Programming Language :: Python :: 3.9
9
9
  Description-Content-Type: text/markdown
10
10
  License-File: LICENSE
11
11
  Requires-Dist: lxml>=4.8.0
12
- Requires-Dist: requests>=2.32.0
12
+ Requires-Dist: requests>=2.28.2
13
13
  Requires-Dist: PyYAML>=6.0
14
14
  Requires-Dist: requests-toolbelt>=1.0.0
15
15
  Requires-Dist: python-dateutil>=2.9.0.post0
16
16
  Requires-Dist: numpy>=1.23.4
17
17
  Requires-Dist: pycryptodome>=3.17
18
+ Dynamic: author
19
+ Dynamic: classifier
20
+ Dynamic: description
21
+ Dynamic: description-content-type
22
+ Dynamic: home-page
23
+ Dynamic: requires-dist
24
+ Dynamic: summary
18
25
 
19
26
  api_requester
@@ -1,4 +1,4 @@
1
- api_requester/__init__.py,sha256=iud6sAmO9kCEowa5C8ta-6cF3ukDTmRBnkGjOYCfMbA,175
1
+ api_requester/__init__.py,sha256=u5yPDFCeA4yHnPJMV61RqCox5WHkvCaVJ8p1JMJ5jrk,175
2
2
  api_requester/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
3
  api_requester/core/call_api.py,sha256=OumIPQSNv5JJeghv_r2tDVzmQCDEsvTS4CEmQNz5dO8,2158
4
4
  api_requester/core/admin/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -27,7 +27,7 @@ api_requester/dto/admin/jwt_authentication_request.py,sha256=Wo9xTzpVIUJjkr4nYdn
27
27
  api_requester/dto/admin/user_on_board_dto.py,sha256=zsCKgnEttnsCkFlXKfuzkXWbvIhfiWv3jEj8jY6GRbQ,692
28
28
  api_requester/http/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
29
29
  api_requester/http/app_url.py,sha256=jTGwxPcu_yts4WZbE9wDl6HqGOB48BdEIGw4Otmo1F0,939
30
- api_requester/http/authorize.py,sha256=HIjVGYUACtpW1_vKyUGfs5LHJr0s6mDpBl-D6PXEAYk,7498
30
+ api_requester/http/authorize.py,sha256=nNoCpJe7UVN0SnWb_sLusHvdeNLT1bi4lzs9N0KiMv4,7527
31
31
  api_requester/http/eclinical_requests.py,sha256=6TATJAt6DjX9N7GZ0RSxEjL-T_-tqLULuBAYrI5eNwA,9496
32
32
  api_requester/http/exceptions.py,sha256=BG0eSOkYT50Qib_PpjSrNWkcv9p9gBanOvXOWrP7Jz8,2685
33
33
  api_requester/http/gateway.py,sha256=Ntnj-3OtyKLoGpkcCczMWQ0-0XrS5J_qkEcc9jB5AUk,3676
@@ -43,8 +43,8 @@ api_requester/utils/placeholder_replacer.py,sha256=umNGeA1KCQ6Ewzsv1xEehLmHtKkgv
43
43
  api_requester/utils/read_file.py,sha256=QRE2hZaPaCo7tyY0fW7c6PLXSmc7Zp1HA-SsN_B-2gs,2325
44
44
  api_requester/utils/rsa.py,sha256=dr2m3a2M_LYu1Us97EEiMcjZAkpn1yWKIOjyYYubZeg,1202
45
45
  api_requester/utils/time_utils.py,sha256=u1hHO0POBhdXaTQ7VGY_2YjaYxwlrWXGb5phP8iLfOY,579
46
- eclinical_requester-1.0.6.dist-info/LICENSE,sha256=6kbiFSfobTZ7beWiKnHpN902HgBx-Jzgcme0SvKqhKY,1091
47
- eclinical_requester-1.0.6.dist-info/METADATA,sha256=K3GnmYg-mCawcgYiezvIcvk3ZKjzDLH5JU7c62Bpsls,537
48
- eclinical_requester-1.0.6.dist-info/WHEEL,sha256=A3WOREP4zgxI0fKrHUG8DC8013e3dK3n7a6HDbcEIwE,91
49
- eclinical_requester-1.0.6.dist-info/top_level.txt,sha256=nM6wDThrKcbLCcBGrTBPPtstqV97VyITV-YiKLoUG0U,14
50
- eclinical_requester-1.0.6.dist-info/RECORD,,
46
+ eclinical_requester-1.0.7.dist-info/LICENSE,sha256=6kbiFSfobTZ7beWiKnHpN902HgBx-Jzgcme0SvKqhKY,1091
47
+ eclinical_requester-1.0.7.dist-info/METADATA,sha256=8WTNv3FjwcvKE9Iddqo-kcinCZhzl7tvpUc6vTCc0Ko,694
48
+ eclinical_requester-1.0.7.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
49
+ eclinical_requester-1.0.7.dist-info/top_level.txt,sha256=nM6wDThrKcbLCcBGrTBPPtstqV97VyITV-YiKLoUG0U,14
50
+ eclinical_requester-1.0.7.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.7.0)
2
+ Generator: setuptools (75.8.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5