appmesh 0.5.0__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.
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: appmesh
|
3
|
-
Version: 0.5.
|
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
|
-
- [
|
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,,
|
appmesh-0.5.0.dist-info/RECORD
DELETED
@@ -1,6 +0,0 @@
|
|
1
|
-
appmesh/__init__.py,sha256=xRdXeFHEieRauuJZElbEBASgXG0ZzU1a5_0isAhM7Gw,11
|
2
|
-
appmesh/appmesh_client.py,sha256=i9HPt3w2t0MIcBjGOXFmlPPpdOkka_IxVgJk85aF9M4,52802
|
3
|
-
appmesh-0.5.0.dist-info/METADATA,sha256=b5KHv72W3dWk7zrYjtxoPX71b_zMe_TapUDs4ohwpyI,10699
|
4
|
-
appmesh-0.5.0.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
5
|
-
appmesh-0.5.0.dist-info/top_level.txt,sha256=-y0MNQOGJxUzLdHZ6E_Rfv5_LNCkV-GTmOBME_b6pg8,8
|
6
|
-
appmesh-0.5.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|