fluxloop-cli 0.2.8__py3-none-any.whl → 0.2.9__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.
- fluxloop_cli/__init__.py +1 -1
- fluxloop_cli/arg_binder.py +3 -1
- {fluxloop_cli-0.2.8.dist-info → fluxloop_cli-0.2.9.dist-info}/METADATA +1 -1
- {fluxloop_cli-0.2.8.dist-info → fluxloop_cli-0.2.9.dist-info}/RECORD +7 -7
- {fluxloop_cli-0.2.8.dist-info → fluxloop_cli-0.2.9.dist-info}/WHEEL +0 -0
- {fluxloop_cli-0.2.8.dist-info → fluxloop_cli-0.2.9.dist-info}/entry_points.txt +0 -0
- {fluxloop_cli-0.2.8.dist-info → fluxloop_cli-0.2.9.dist-info}/top_level.txt +0 -0
fluxloop_cli/__init__.py
CHANGED
fluxloop_cli/arg_binder.py
CHANGED
|
@@ -141,7 +141,9 @@ class ArgBinder:
|
|
|
141
141
|
callable_markers = {
|
|
142
142
|
key: value
|
|
143
143
|
for key, value in kwargs.items()
|
|
144
|
-
if isinstance(value, str)
|
|
144
|
+
if isinstance(value, str)
|
|
145
|
+
and value.startswith("<")
|
|
146
|
+
and not value.startswith("<repr:")
|
|
145
147
|
}
|
|
146
148
|
|
|
147
149
|
if not callable_markers:
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
fluxloop_cli/__init__.py,sha256=
|
|
2
|
-
fluxloop_cli/arg_binder.py,sha256=
|
|
1
|
+
fluxloop_cli/__init__.py,sha256=BnGsqyXFghBmbrSDdntzGUUFIiMI27imu7FZRp0YOVM,142
|
|
2
|
+
fluxloop_cli/arg_binder.py,sha256=RcNn_VEwH965tsba_ZdsDMCBEN9tGgciSzUHik0gDn0,8496
|
|
3
3
|
fluxloop_cli/config_loader.py,sha256=PYy0CfGVbU8jpPbx4sJzOu7i3BbrkQMNaRiSOp_uX9g,10307
|
|
4
4
|
fluxloop_cli/config_schema.py,sha256=JZJRcMFun5hp3vKLAyek7W3NvISyzRzZt0BZAeSU38I,2415
|
|
5
5
|
fluxloop_cli/constants.py,sha256=oMYCkUUqy2LORNY99gDRCOkgLOPrT1FY_Vrylo-QSSw,719
|
|
@@ -19,8 +19,8 @@ fluxloop_cli/commands/parse.py,sha256=AVPYi59ejFWx4TYyM7JuI69koxDVkIBxy4LBRDMMbF
|
|
|
19
19
|
fluxloop_cli/commands/record.py,sha256=56ASu3Np6TX8_F8caMBJArv10ag5M96kJ-sII8df-5Q,4803
|
|
20
20
|
fluxloop_cli/commands/run.py,sha256=NLkBN2puqDLdHhKhilLriXsZnm7pMDMcoWeBSEXPM-o,9660
|
|
21
21
|
fluxloop_cli/commands/status.py,sha256=ERZrWoSP3V7dz5A_TEE5b8E0nGwsPggP4nXw4tLOzxE,7841
|
|
22
|
-
fluxloop_cli-0.2.
|
|
23
|
-
fluxloop_cli-0.2.
|
|
24
|
-
fluxloop_cli-0.2.
|
|
25
|
-
fluxloop_cli-0.2.
|
|
26
|
-
fluxloop_cli-0.2.
|
|
22
|
+
fluxloop_cli-0.2.9.dist-info/METADATA,sha256=zYnCkU6csmWnuEQpzOQrRpjforTj83GwIPYUehZ8lBM,3664
|
|
23
|
+
fluxloop_cli-0.2.9.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
24
|
+
fluxloop_cli-0.2.9.dist-info/entry_points.txt,sha256=NxOEMku4yLMY5kp_Qcd3JcevfXP6A98FsSf9xHcwkyE,51
|
|
25
|
+
fluxloop_cli-0.2.9.dist-info/top_level.txt,sha256=ahLkaxzwhmVU4z-YhkmQVzAbW3-wez9cKnwPiDK7uKM,13
|
|
26
|
+
fluxloop_cli-0.2.9.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|