appmesh 0.4.9__py3-none-any.whl → 0.5.1__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.
appmesh/appmesh_client.py CHANGED
@@ -642,8 +642,6 @@ class AppMeshClient(metaclass=abc.ABCMeta):
642
642
  """
643
643
  resp = self._request_http(AppMeshClient.Method.POST, path="/appmesh/config", body=cfg_json)
644
644
  result = resp.json()
645
- if "Applications" in result:
646
- result.pop("Applications")
647
645
  return (resp.status_code == HTTPStatus.OK), result
648
646
 
649
647
  def log_level_set(self, level: str = "DEBUG"):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: appmesh
3
- Version: 0.4.9
3
+ Version: 0.5.1
4
4
  Summary: Client SDK for App Mesh
5
5
  Home-page: https://github.com/laoshanxi/app-mesh
6
6
  Author: laoshanxi
@@ -121,7 +121,7 @@ to install App Mesh via docker-compose or native way and setup App Mesh cluster.
121
121
  - [MessagePack](https://msgpack.org/)
122
122
  - [boostorg/boost](https://github.com/boostorg/boost)
123
123
  - [DOCGroup/ACE_TAO/ACE](https://github.com/DOCGroup/ACE_TAO)
124
- - [libcpr/cpr](https://github.com/libcpr/cpr)
124
+ - [curlpp](https://github.com/jpbarrette/curlpp)
125
125
  - [Thalhammer/jwt-cpp](https://github.com/Thalhammer/jwt-cpp)
126
126
  - [nlohmann/json](https://json.nlohmann.me/)
127
127
  - [jupp0r/prometheus-cpp](https://github.com/jupp0r/prometheus-cpp)
@@ -0,0 +1,6 @@
1
+ appmesh/__init__.py,sha256=xRdXeFHEieRauuJZElbEBASgXG0ZzU1a5_0isAhM7Gw,11
2
+ appmesh/appmesh_client.py,sha256=i9HPt3w2t0MIcBjGOXFmlPPpdOkka_IxVgJk85aF9M4,52802
3
+ appmesh-0.5.1.dist-info/METADATA,sha256=qyw63ibe2i0U8_jTq-HMmT39QaL_-h28dtMDUCo2Ft0,10702
4
+ appmesh-0.5.1.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
5
+ appmesh-0.5.1.dist-info/top_level.txt,sha256=-y0MNQOGJxUzLdHZ6E_Rfv5_LNCkV-GTmOBME_b6pg8,8
6
+ appmesh-0.5.1.dist-info/RECORD,,
@@ -1,6 +0,0 @@
1
- appmesh/__init__.py,sha256=xRdXeFHEieRauuJZElbEBASgXG0ZzU1a5_0isAhM7Gw,11
2
- appmesh/appmesh_client.py,sha256=Ae-qVgTWQXlQrqeoZvqgmy2dkyb7ZopEZo5Cb5ZXad4,52878
3
- appmesh-0.4.9.dist-info/METADATA,sha256=otO5yyVuSWNDRm4giKCy_F9STBOgWSyt5T8oX3zl19k,10699
4
- appmesh-0.4.9.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
5
- appmesh-0.4.9.dist-info/top_level.txt,sha256=-y0MNQOGJxUzLdHZ6E_Rfv5_LNCkV-GTmOBME_b6pg8,8
6
- appmesh-0.4.9.dist-info/RECORD,,