setta 0.0.14.dev7__py3-none-any.whl → 0.0.14.dev8__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.
Potentially problematic release.
This version of setta might be problematic. Click here for more details.
- setta/__init__.py +1 -1
- setta/code_gen/export_selected.py +5 -0
- {setta-0.0.14.dev7.dist-info → setta-0.0.14.dev8.dist-info}/METADATA +1 -1
- {setta-0.0.14.dev7.dist-info → setta-0.0.14.dev8.dist-info}/RECORD +8 -8
- {setta-0.0.14.dev7.dist-info → setta-0.0.14.dev8.dist-info}/LICENSE +0 -0
- {setta-0.0.14.dev7.dist-info → setta-0.0.14.dev8.dist-info}/WHEEL +0 -0
- {setta-0.0.14.dev7.dist-info → setta-0.0.14.dev8.dist-info}/entry_points.txt +0 -0
- {setta-0.0.14.dev7.dist-info → setta-0.0.14.dev8.dist-info}/top_level.txt +0 -0
setta/__init__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = "0.0.14.
|
1
|
+
__version__ = "0.0.14.dev8"
|
@@ -554,6 +554,7 @@ class ExporterForInMemoryFn:
|
|
554
554
|
C.DRAW,
|
555
555
|
C.CHAT,
|
556
556
|
C.GLOBAL_VARIABLES,
|
557
|
+
C.TEXT_BLOCK,
|
557
558
|
],
|
558
559
|
)
|
559
560
|
for id in list(self.p["projectConfig"]["children"].keys()):
|
@@ -610,6 +611,10 @@ class ExporterForInMemoryFn:
|
|
610
611
|
elif type == C.GLOBAL_VARIABLES:
|
611
612
|
self.output.update(self.export_section_params(id, "", is_global=True))
|
612
613
|
value_is_returned = False
|
614
|
+
elif type == C.TEXT_BLOCK:
|
615
|
+
variant = get_selected_section_variant(self.p, id)
|
616
|
+
value = {"text": variant["description"]}
|
617
|
+
self.create_var_mapping((id, "text"), f'{name}["text"]')
|
613
618
|
else:
|
614
619
|
raise ValueError
|
615
620
|
return value, value_is_returned
|
@@ -1,4 +1,4 @@
|
|
1
|
-
setta/__init__.py,sha256
|
1
|
+
setta/__init__.py,sha256=1xyjrvKR16_5-W87bdROmWR-18PZebRRy3ug_kKyRyQ,28
|
2
2
|
setta/server.py,sha256=q4w9WG7SuLxwYtgXUCQyLt7t_HLmQV4y5abqvm7-uEA,4861
|
3
3
|
setta/start.py,sha256=5sMZ7WH3KV9Q0v186PsaYqsWOz7hebyrpXbBOp9wQww,3589
|
4
4
|
setta/cli/__init__.py,sha256=UxZG_VOMuF6lEBT3teUgTS9ulsK3wt3Gu3BbAQiAmt8,47
|
@@ -6,7 +6,7 @@ setta/cli/connect.py,sha256=Pj2Ten7CQcLQGNnyi5Y-vYslQDN3J8csPcWetlvu_J0,1273
|
|
6
6
|
setta/cli/logger.py,sha256=M-gGOcYt8Xj7ldNGBAUfA9yL1nX4UpBuQR1lkg_qiSs,6130
|
7
7
|
setta/code_gen/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
8
8
|
setta/code_gen/create_runnable_scripts.py,sha256=LXRu8ErO3_e5HCNomnlgfsyxKp2h-Pmm2VFXzBgDDhA,17444
|
9
|
-
setta/code_gen/export_selected.py,sha256=
|
9
|
+
setta/code_gen/export_selected.py,sha256=5s31IXEMeXAuR_wWythZQtq_zH_-sd5e8xAhzAZfviM,28611
|
10
10
|
setta/code_gen/find_placeholders.py,sha256=aTdSSGoh44J2YFZXH9eZJv0D5mvnIMfG2fHSHCn69Ws,575
|
11
11
|
setta/code_gen/utils.py,sha256=ArBPYA__ekeHjZVUDXanlMEnqCX5-Z_R1rMM-1UbEV0,4088
|
12
12
|
setta/code_gen/python/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -252,9 +252,9 @@ setta/utils/generate_new_filename.py,sha256=KBLX6paDmTvXR-027TpqQkfijIXc7mCfhen-
|
|
252
252
|
setta/utils/section_contents.py,sha256=V2HQPik6DfSXw4j7IalbP5AZ3OEGCbtL5ub3xL-Q_Qo,4141
|
253
253
|
setta/utils/utils.py,sha256=KjzcvgM3Ab3IcE8vaWYtgBpwzPLKg0LmblnHLoYZJHM,9164
|
254
254
|
setta/utils/websocket_manager.py,sha256=MBIMI8xxOFQF4lT3on4pupi1ttEWXdWPV4fI2YP_UJU,3925
|
255
|
-
setta-0.0.14.
|
256
|
-
setta-0.0.14.
|
257
|
-
setta-0.0.14.
|
258
|
-
setta-0.0.14.
|
259
|
-
setta-0.0.14.
|
260
|
-
setta-0.0.14.
|
255
|
+
setta-0.0.14.dev8.dist-info/LICENSE,sha256=us9fuCq9wmiZVzayjKxNZ2iJYF6dROe0Qp57ToCO7XU,11361
|
256
|
+
setta-0.0.14.dev8.dist-info/METADATA,sha256=PkK5hJJb_Q1JP-B4QkFA8kKOt_mavaRMVn1yk5h0zU0,7517
|
257
|
+
setta-0.0.14.dev8.dist-info/WHEEL,sha256=jB7zZ3N9hIM9adW7qlTAyycLYW9npaWKLRzaoVcLKcM,91
|
258
|
+
setta-0.0.14.dev8.dist-info/entry_points.txt,sha256=P0qCESy9fWF2q1EQ9JufGldCSnPHplDPn8J6Bgk5hB0,42
|
259
|
+
setta-0.0.14.dev8.dist-info/top_level.txt,sha256=8G4lmRzVOnJ11_DescPVHE6MQZH-o06A0nGsDDV2ngY,6
|
260
|
+
setta-0.0.14.dev8.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|