nebu 0.1.130__py3-none-any.whl → 0.1.132__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.
@@ -888,7 +888,7 @@ def process_message(message_id: str, message_data: Dict[str, str]) -> None:
888
888
  # These are from the outer envelope, might be useful for routing/meta
889
889
  return_stream = raw_payload.get("return_stream")
890
890
  user_id = raw_payload.get("user_id")
891
- orgs = raw_payload.get("organizations") # from outer
891
+ orgs = raw_payload.get("orgs") # from outer
892
892
  handle = raw_payload.get("handle") # from outer
893
893
  adapter = raw_payload.get("adapter") # from outer
894
894
  api_key = raw_payload.get("api_key") # from outer
@@ -897,6 +897,7 @@ def process_message(message_id: str, message_data: Dict[str, str]) -> None:
897
897
  print(f"[DEBUG] return_stream: {return_stream}")
898
898
  print(f"[DEBUG] user_id: {user_id}")
899
899
  print(f"[DEBUG] orgs: {orgs}")
900
+ print(f"[DEBUG] got orgs as orgs: {orgs}")
900
901
  print(f"[DEBUG] handle: {handle}")
901
902
  print(f"[DEBUG] adapter: {adapter}")
902
903
  print(f"[DEBUG] api_key length: {len(api_key) if api_key else 0}")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nebu
3
- Version: 0.1.130
3
+ Version: 0.1.132
4
4
  Summary: A globally distributed container runtime
5
5
  Requires-Python: >=3.10.14
6
6
  Description-Content-Type: text/markdown
@@ -16,7 +16,6 @@ Requires-Dist: pyyaml>=6.0.2
16
16
  Requires-Dist: rclone-python>=0.1.21
17
17
  Requires-Dist: redis>=5.0
18
18
  Requires-Dist: requests>=2.32.3
19
- Dynamic: license-file
20
19
 
21
20
  # nebulous-py
22
21
 
@@ -79,3 +78,4 @@ Please open an issue or a PR to contribute to the project.
79
78
  ```bash
80
79
  make test
81
80
  ```
81
+
@@ -13,7 +13,7 @@ nebu/containers/container.py,sha256=Mrh_gvMsTvDkj3CwpqIPzJ72IMw0gQIg64y548vq0yg,
13
13
  nebu/containers/models.py,sha256=0j6NGy4yto-enRDh_4JH_ZTbHrLdSpuMOqNQPnIrwC4,6815
14
14
  nebu/namespaces/models.py,sha256=EqUOpzhVBhvJw2P92ONDUbIgC31M9jMmcaG5vyOrsWg,497
15
15
  nebu/namespaces/namespace.py,sha256=oeZyGqsIGIrppyjif1ZONsdTmqRgd9oSLFE1BChXTTE,5247
16
- nebu/processors/consumer.py,sha256=RoQqpE8ee7-dV68dYLZTX3c7W373txNs7qsJF-NK8Oo,78541
16
+ nebu/processors/consumer.py,sha256=q8MUIsb8VF1Hxog2Y4WQ9yf9goyct6ojvCheS-CpQ5U,78585
17
17
  nebu/processors/consumer_health_worker.py,sha256=XJaLNNBxkHmkBap_XeQrxFV9JKcXp21ATudV25r3l7g,15096
18
18
  nebu/processors/consumer_process_worker.py,sha256=h--eNFKaLbUayxn88mB8oGGdrU2liE1dnwm_TPlewX8,36960
19
19
  nebu/processors/decorate.py,sha256=v7CIXe1JQee9Ocz_Xb1DlXhpS-8j56xtZzQ03NzoAgc,61301
@@ -22,8 +22,7 @@ nebu/processors/models.py,sha256=8-TmKha2_QAnPlXcZxYjrCSPDCX7FFcMDMcHK77jK0U,422
22
22
  nebu/processors/processor.py,sha256=6XWkdA5Yw82qHGWwmC7D-sHEvGcrMhtECZ15ge-JiA0,37256
23
23
  nebu/redis/models.py,sha256=coPovAcVXnOU1Xh_fpJL4PO3QctgK9nBe5QYoqEcnxg,1230
24
24
  nebu/services/service.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
25
- nebu-0.1.130.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
26
- nebu-0.1.130.dist-info/METADATA,sha256=LXsSwpf-5_5fR35F321dUWIqDjd1B-ue-UyaTNCfAkA,1798
27
- nebu-0.1.130.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
28
- nebu-0.1.130.dist-info/top_level.txt,sha256=uLIbEKJeGSHWOAJN5S0i5XBGwybALlF9bYoB1UhdEgQ,5
29
- nebu-0.1.130.dist-info/RECORD,,
25
+ nebu-0.1.132.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
26
+ nebu-0.1.132.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
27
+ nebu-0.1.132.dist-info/METADATA,sha256=hQY0T65S7-JfYtwhzRWzYy0Yt9EU3wBekbc7YSa7gqo,1777
28
+ nebu-0.1.132.dist-info/RECORD,,
@@ -1,5 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.9.0)
2
+ Generator: flit 3.12.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
-
@@ -1 +0,0 @@
1
- nebu