nebu 0.1.130__py3-none-any.whl → 0.1.131__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.
- nebu/processors/consumer.py +1 -1
- {nebu-0.1.130.dist-info → nebu-0.1.131.dist-info}/METADATA +2 -2
- {nebu-0.1.130.dist-info → nebu-0.1.131.dist-info}/RECORD +5 -6
- {nebu-0.1.130.dist-info → nebu-0.1.131.dist-info}/WHEEL +1 -2
- nebu-0.1.130.dist-info/top_level.txt +0 -1
- {nebu-0.1.130.dist-info → nebu-0.1.131.dist-info}/licenses/LICENSE +0 -0
nebu/processors/consumer.py
CHANGED
@@ -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("
|
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
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: nebu
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.131
|
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=
|
16
|
+
nebu/processors/consumer.py,sha256=tu_cYP7jFKseQMAe5nElCrxtiCN65aqj5wHwqo-dGp8,78532
|
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.
|
26
|
-
nebu-0.1.
|
27
|
-
nebu-0.1.
|
28
|
-
nebu-0.1.
|
29
|
-
nebu-0.1.130.dist-info/RECORD,,
|
25
|
+
nebu-0.1.131.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
26
|
+
nebu-0.1.131.dist-info/WHEEL,sha256=G2gURzTEtmeR8nrdXUJfNiB3VYVxigPQ-bEQujpNiNs,82
|
27
|
+
nebu-0.1.131.dist-info/METADATA,sha256=sVGFKYCci12JwDmR2xFMEIRGBXcLuFTpalANowpL6TA,1777
|
28
|
+
nebu-0.1.131.dist-info/RECORD,,
|
@@ -1 +0,0 @@
|
|
1
|
-
nebu
|
File without changes
|