hcs-core 0.1.320__py3-none-any.whl → 0.1.322__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.
hcs_core/__init__.py CHANGED
@@ -1 +1 @@
1
- __version__ = "0.1.320"
1
+ __version__ = "0.1.322"
@@ -229,7 +229,7 @@ class EzClient:
229
229
 
230
230
  def get(self, url: str, headers: dict = None, raise_on_404: bool = False, type: Optional[Type[BaseModel]] = None):
231
231
  try:
232
- # print("->", self._client().base_url, url)
232
+ # print("->", str(self._client().base_url) + url)
233
233
  resp = self._client().get(url, headers=headers, follow_redirects=True)
234
234
  data = _parse_resp(resp)
235
235
  if data and type:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hcs-core
3
- Version: 0.1.320
3
+ Version: 0.1.322
4
4
  Summary: Horizon Cloud Service CLI module.
5
5
  Project-URL: Homepage, https://github.com/euc-eng/hcs-cli
6
6
  Project-URL: Bug Tracker, https://github.com/euc-eng/hcs-cli/issues
@@ -1,4 +1,4 @@
1
- hcs_core/__init__.py,sha256=Iu_DzJ7w6eM2CMltFMmprvAajQFfmR-dgCIPLOWB5aY,24
1
+ hcs_core/__init__.py,sha256=mkE0medWBFAm5HRJ8VxTpbHjSDIpXKl6HH1KbjaUVKc,24
2
2
  hcs_core/ctxp/__init__.py,sha256=bHVHhJP10Luz1a3Kk3zFx14dAO4SY6Q20Lrv8rNWWGc,1075
3
3
  hcs_core/ctxp/_init.py,sha256=EY5V6LY9REjlMBPn8oBatp3pScg82wcsC2Cajx5CCVc,2636
4
4
  hcs_core/ctxp/cli_options.py,sha256=9atW8J_BiENzREhENHGRZU9lX48YmGp8JebELULO1eg,3356
@@ -46,7 +46,7 @@ hcs_core/sglib/auth.py,sha256=r9zgLdnybuHsf3_j6nTP4SGoS2dD3keYZ-c25o2Mx64,6766
46
46
  hcs_core/sglib/cli_options.py,sha256=GBJ59u9iWiCfJt-5F8qw_JGfMRfB-LcLeiKAQkmMh_c,2548
47
47
  hcs_core/sglib/client_util.py,sha256=XoxVRGA4MCnesi1R-jcu3zNXmuBp2cM-eH_wArPLs34,14618
48
48
  hcs_core/sglib/csp.py,sha256=UcO68YtLOPDQWiTjPVIPwQ2Z-Mywc-154aoIkLdyzwE,10991
49
- hcs_core/sglib/ez_client.py,sha256=kz136budKkOIj-xFFzaQtkrEl4BEBwyhiKWXYaT6NSQ,9686
49
+ hcs_core/sglib/ez_client.py,sha256=X6Xx1yLAO1iVcSMF7gZ4Ylj6IqOzyBiyPfOc5mAGPe4,9692
50
50
  hcs_core/sglib/hcs_client.py,sha256=pjrAVQDEy2tiQMypMpOzODFntT6aNHXjje8or_mkL2U,804
51
51
  hcs_core/sglib/init.py,sha256=w_0ZU70Q1TGbSZsqSi7ewKQqpExFlepOT7mIqH0wnho,310
52
52
  hcs_core/sglib/login_support.py,sha256=tniRhn4V5eUAgixi_FLTemzBnOrruLgvx6NsLLx3hTA,8077
@@ -64,6 +64,6 @@ hcs_core/util/query_util.py,sha256=AHTV7nRZXLL5CwK_ip1ZKub8Xvfn2C8PqjUg3UpHQEk,3
64
64
  hcs_core/util/scheduler.py,sha256=bPpCmGUL1UctJMfLPAg-h4Hl2YZr96FiI78-G_Usn08,2958
65
65
  hcs_core/util/ssl_util.py,sha256=MvU102fGwWWh9hhSmLnn1qQIWuD6TjZnN0iH0MXUtW0,1239
66
66
  hcs_core/util/versions.py,sha256=6nyyZzi3P69WQfioPc2_YWZQcUc13mC1eKoK58b3WUQ,1709
67
- hcs_core-0.1.320.dist-info/METADATA,sha256=ENgkNiVwUDLUkd1mI3jTTkOMsw22gH4jB0kad3iXfnc,1958
68
- hcs_core-0.1.320.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
69
- hcs_core-0.1.320.dist-info/RECORD,,
67
+ hcs_core-0.1.322.dist-info/METADATA,sha256=rLXdoicCJnqMoMCC4cOUjQ3IA2YluSE1_WixpckZu7E,1958
68
+ hcs_core-0.1.322.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
69
+ hcs_core-0.1.322.dist-info/RECORD,,