zenbroker 1.0.0__py3-none-any.whl → 1.1.0__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: zenbroker
3
- Version: 1.0.0
3
+ Version: 1.1.0
4
4
  Summary: Zenbroker client
5
5
  Home-page: UNKNOWN
6
6
  License: UNKNOWN
@@ -46,20 +46,6 @@ resp = client.publish(
46
46
  )
47
47
  ```
48
48
 
49
- ### Publishing multiple messages
50
-
51
- ```python
52
- for i in range(10000):
53
- resp = client.publish(
54
- channel="testing-channel",
55
- data={
56
- "index": i,
57
- "message": "Hey There"
58
- }
59
- )
60
- print("DONE", i)
61
- ```
62
-
63
49
  ## Notes
64
50
 
65
51
  - Replace `YOUR_APPLICATION_ID` with your actual application ID
@@ -0,0 +1,6 @@
1
+ zenbroker/__init__.py,sha256=J-UtdbKCUJ2xJVcng2slPY81nl015BHBTNNSE6ZAwvA,130
2
+ zenbroker/client.py,sha256=FDjIbV9yRhdbAsWp_kc-0GHqUYuAENlOI3b5l2ZB85o,1279
3
+ zenbroker-1.1.0.dist-info/METADATA,sha256=1tE4Lq1SA_zvz-jdPrHBUn8vMqw9piwNNxTtW_lUnYU,1012
4
+ zenbroker-1.1.0.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
5
+ zenbroker-1.1.0.dist-info/top_level.txt,sha256=u-V5a1mTLsnD3DQb01LQo8WtbYc75BIZ6jSWrZ7vDkY,10
6
+ zenbroker-1.1.0.dist-info/RECORD,,
@@ -1,6 +0,0 @@
1
- zenbroker/__init__.py,sha256=J-UtdbKCUJ2xJVcng2slPY81nl015BHBTNNSE6ZAwvA,130
2
- zenbroker/client.py,sha256=FDjIbV9yRhdbAsWp_kc-0GHqUYuAENlOI3b5l2ZB85o,1279
3
- zenbroker-1.0.0.dist-info/METADATA,sha256=JC-XaDfw-tLx5mz6CiYJhuZynT_M50bNUwMGeVsAdaY,1257
4
- zenbroker-1.0.0.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
5
- zenbroker-1.0.0.dist-info/top_level.txt,sha256=u-V5a1mTLsnD3DQb01LQo8WtbYc75BIZ6jSWrZ7vDkY,10
6
- zenbroker-1.0.0.dist-info/RECORD,,