reflex 0.8.13a1__py3-none-any.whl → 0.8.14__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 reflex might be problematic. Click here for more details.
- reflex/app.py +25 -5
- reflex/compiler/templates.py +4 -0
- reflex/components/core/upload.py +9 -13
- reflex/components/core/upload.pyi +27 -9
- reflex/components/plotly/plotly.py +9 -9
- reflex/components/radix/primitives/__init__.py +1 -1
- reflex/components/radix/primitives/__init__.pyi +2 -1
- reflex/components/radix/primitives/base.py +31 -0
- reflex/components/radix/primitives/base.pyi +44 -0
- reflex/components/radix/primitives/dialog.py +148 -0
- reflex/components/radix/primitives/dialog.pyi +749 -0
- reflex/components/radix/primitives/slider.py +3 -17
- reflex/components/radix/primitives/slider.pyi +2 -4
- reflex/components/radix/themes/components/slider.py +1 -2
- reflex/components/radix/themes/components/slider.pyi +3 -6
- reflex/components/react_player/audio.pyi +23 -46
- reflex/components/react_player/react_player.pyi +40 -45
- reflex/components/react_player/video.pyi +23 -46
- reflex/constants/colors.py +1 -3
- reflex/constants/installer.py +5 -5
- reflex/custom_components/custom_components.py +18 -18
- reflex/environment.py +3 -0
- reflex/event.py +1 -1
- reflex/plugins/shared_tailwind.py +1 -1
- reflex/reflex.py +62 -24
- reflex/state.py +3 -2
- reflex/utils/exec.py +23 -4
- reflex/utils/frontend_skeleton.py +3 -5
- reflex/utils/js_runtimes.py +43 -33
- reflex/utils/prerequisites.py +5 -6
- reflex/utils/processes.py +10 -11
- reflex/utils/rename.py +3 -5
- reflex/utils/serializers.py +3 -7
- reflex/utils/templates.py +20 -22
- reflex/vars/base.py +3 -6
- reflex/vars/color.py +2 -68
- reflex/vars/object.py +1 -3
- reflex/vars/sequence.py +2 -2
- {reflex-0.8.13a1.dist-info → reflex-0.8.14.dist-info}/METADATA +1 -1
- {reflex-0.8.13a1.dist-info → reflex-0.8.14.dist-info}/RECORD +43 -41
- {reflex-0.8.13a1.dist-info → reflex-0.8.14.dist-info}/WHEEL +0 -0
- {reflex-0.8.13a1.dist-info → reflex-0.8.14.dist-info}/entry_points.txt +0 -0
- {reflex-0.8.13a1.dist-info → reflex-0.8.14.dist-info}/licenses/LICENSE +0 -0
|
@@ -2,18 +2,18 @@ reflex/__init__.py,sha256=_1PVYjDeA6_JyfXvL6OuKjjO6AX2oMiNcAq8AEHf6xw,10161
|
|
|
2
2
|
reflex/__init__.pyi,sha256=0D46kHVUJPE_kgYL-BjraERu-MXNCPsQTZQShrijmeQ,10148
|
|
3
3
|
reflex/__main__.py,sha256=6cVrGEyT3j3tEvlEVUatpaYfbB5EF3UVY-6vc_Z7-hw,108
|
|
4
4
|
reflex/admin.py,sha256=Nbc38y-M8iaRBvh1W6DQu_D3kEhO8JFvxrog4q2cB_E,434
|
|
5
|
-
reflex/app.py,sha256=
|
|
5
|
+
reflex/app.py,sha256=a9wHB1q5p2uW5Ja7yIpitaS6GIPYNkir1KHrQNV8OPM,79192
|
|
6
6
|
reflex/assets.py,sha256=l5O_mlrTprC0lF7Rc_McOe3a0OtSLnRdNl_PqCpDCBA,3431
|
|
7
7
|
reflex/base.py,sha256=Oh664QL3fZEHErhUasFqP7fE4olYf1y-9Oj6uZI2FCU,1173
|
|
8
8
|
reflex/config.py,sha256=LsHAtdH4nkSn3q_Ie-KNdOGdflLXrFICUQov29oFjVk,21229
|
|
9
|
-
reflex/environment.py,sha256=
|
|
10
|
-
reflex/event.py,sha256=
|
|
9
|
+
reflex/environment.py,sha256=USXLwLP86KKeLFvs_di4j73GsLkZ9SdQEeh-374CZH4,23854
|
|
10
|
+
reflex/event.py,sha256=KlNFqtJacwiPCtp7rkIlbskZqCME9RJsAHF-6pOEvwg,76255
|
|
11
11
|
reflex/model.py,sha256=2QhU1TJlcDeRA23pv8usLjyDaA6FhbQRYdzsjOHzvUI,19665
|
|
12
12
|
reflex/page.py,sha256=ssCbMVFuIy60vH-YhJUzN0OxzUwXFCCD3ej56dVjp3g,3525
|
|
13
13
|
reflex/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
14
|
-
reflex/reflex.py,sha256=
|
|
14
|
+
reflex/reflex.py,sha256=J6p0e9u4VURBgKY-Rk2mxiW3Usmxf71aNPyXaesoGJA,25821
|
|
15
15
|
reflex/route.py,sha256=TnS4m6Hm-b3LfGFpm37iAMEd-_JISAouPW5FqUxTAfU,7858
|
|
16
|
-
reflex/state.py,sha256=
|
|
16
|
+
reflex/state.py,sha256=JoFQoTPXHQHFzKwBFo8T4rvuAFNGbtcDmTotzrSRQP4,95402
|
|
17
17
|
reflex/style.py,sha256=Jc7hZyH9CSFDbweoRCrkVtSu8tZq5aIggSoAYAh-w1M,13304
|
|
18
18
|
reflex/testing.py,sha256=Wt1qdmqT3Yo9CKWZzHXiytizZJ5KjqxVzuoGPjI_Vfk,40458
|
|
19
19
|
reflex/.templates/apps/blank/assets/favicon.ico,sha256=baxxgDAQ2V4-G5Q4S2yK5uUJTUGkv-AOWBQ0xd6myUo,4286
|
|
@@ -43,7 +43,7 @@ reflex/app_mixins/middleware.py,sha256=BKhe0jUFO1_TylEC48LUZyaeYyPmAYW-NV4H5Rw22
|
|
|
43
43
|
reflex/app_mixins/mixin.py,sha256=R1YncalqDrbdPZvpKVbm72ZKmQZxYAWfuFq9JknzTqQ,305
|
|
44
44
|
reflex/compiler/__init__.py,sha256=r8jqmDSFf09iV2lHlNhfc9XrTLjNxfDNwPYlxS4cmHE,27
|
|
45
45
|
reflex/compiler/compiler.py,sha256=-MnavauFrb9xmePf0VsFB0vLlE6Nr5zY8x7kne2Uzvg,29156
|
|
46
|
-
reflex/compiler/templates.py,sha256=
|
|
46
|
+
reflex/compiler/templates.py,sha256=UDm_3XcK9KSEws1qNzAgYgs15y-_N1LhcY1QtYOmQRw,20705
|
|
47
47
|
reflex/compiler/utils.py,sha256=RmeUoZMHdIfnqPl-p0ToPgwd0FEFO5u0Xbb-J20UYdQ,19621
|
|
48
48
|
reflex/components/__init__.py,sha256=eWpgWFbSQDj2TpGp6StEbxU7roQgzY7ZM0XIcIc5RE8,588
|
|
49
49
|
reflex/components/__init__.pyi,sha256=7VFHtJGIjvGtD3IiPk848IPWYSCcPRT1EyPGljLhYlU,736
|
|
@@ -95,8 +95,8 @@ reflex/components/core/match.py,sha256=xBB9vtWgVlotPHq6ssng8lzxwXDDQLp9k6Ew5RPPd
|
|
|
95
95
|
reflex/components/core/responsive.py,sha256=ACZdtJ4a4F8B3dm1k8h6J2_UJx0Z5LDB7XHQ2ty4wAc,1911
|
|
96
96
|
reflex/components/core/sticky.py,sha256=2B3TxrwG2Rtp_lv1VkMOIF2bqSiT7qYGbqbiZiMKxKY,3856
|
|
97
97
|
reflex/components/core/sticky.pyi,sha256=5D-yT0LYs0ewOlUlInU7KCpuz49yKK7dirysUs1C2VI,32908
|
|
98
|
-
reflex/components/core/upload.py,sha256=
|
|
99
|
-
reflex/components/core/upload.pyi,sha256=
|
|
98
|
+
reflex/components/core/upload.py,sha256=lVEu-vZGAdZHd-tjN-w9gNDhSijLLt6Vwm3WPf77wzk,15174
|
|
99
|
+
reflex/components/core/upload.pyi,sha256=TQVUHt47YsfleD_O-gbLJMzie5slnjft-KVs_7jjRtQ,16820
|
|
100
100
|
reflex/components/core/window_events.py,sha256=opbuO20zVxt252kQLk49V7cltb_Um2oh7iePeGNJ538,3355
|
|
101
101
|
reflex/components/core/window_events.pyi,sha256=aTkBiAy-e9LqkQm6_apRsXXfJRdawA11cE1tQQSIy3c,3206
|
|
102
102
|
reflex/components/core/layout/__init__.py,sha256=znldZaj_NGt8qCZDG70GMwjMTskcvCf_2N_EjCAHwdc,30
|
|
@@ -148,24 +148,26 @@ reflex/components/moment/__init__.py,sha256=jGnZgRBivYJQPIcFgtLaXFteCeIG3gGH5ACX
|
|
|
148
148
|
reflex/components/moment/moment.py,sha256=fhhzrun9USb8J30btpyyDD3JuXF_N7EL5Dou3x7NQYw,4080
|
|
149
149
|
reflex/components/moment/moment.pyi,sha256=4YGqoKDFPV_Ve7G_UoN85UigtCExqp0qXR55Jb8WgfY,6013
|
|
150
150
|
reflex/components/plotly/__init__.py,sha256=6B_woBJhkrVA9O_AbOTbsA_SxWsqjicYHmLA9FLjGfU,650
|
|
151
|
-
reflex/components/plotly/plotly.py,sha256=
|
|
151
|
+
reflex/components/plotly/plotly.py,sha256=4PugE2Gy2x02CSz_0GbnUbuIJAfjydQoMWxv1K43kQA,15172
|
|
152
152
|
reflex/components/plotly/plotly.pyi,sha256=5Nhph2PL9eIb-Xd6CUZHQf79P-tOazy1alwRQl7CKWw,46821
|
|
153
153
|
reflex/components/radix/__init__.py,sha256=fRsLvIO3MrTtPOXtmnxYDB9phvzlcbyB_utgpafYMho,474
|
|
154
154
|
reflex/components/radix/__init__.pyi,sha256=ke_dGrpFMNHd3MgQ9qiStSQDlGcJ39KVSrpIxayBU3c,3927
|
|
155
|
-
reflex/components/radix/primitives/__init__.py,sha256=
|
|
156
|
-
reflex/components/radix/primitives/__init__.pyi,sha256=
|
|
155
|
+
reflex/components/radix/primitives/__init__.py,sha256=UxV6xMJ9v9i16YnxuEykG9ZchOEde2k49EVaANi4yjU,468
|
|
156
|
+
reflex/components/radix/primitives/__init__.pyi,sha256=_zFNy-s6B4fQxPzbxmGZNBH04X9p1jSZDdm05UMwVkE,450
|
|
157
157
|
reflex/components/radix/primitives/accordion.py,sha256=yr_GtuU8cGiMyXmWXFx-Tz8P1dyz-zNTa1-bsHoME-Y,16191
|
|
158
158
|
reflex/components/radix/primitives/accordion.pyi,sha256=QuAwkB02qfJs8zqHfS25tpLYCjlnenEIMH61KKI8u1Q,28219
|
|
159
|
-
reflex/components/radix/primitives/base.py,sha256=
|
|
160
|
-
reflex/components/radix/primitives/base.pyi,sha256=
|
|
159
|
+
reflex/components/radix/primitives/base.py,sha256=mXBH4Izv6g6ZLG5o0ZFNTgzropxnro0up8yRms5-6fU,1862
|
|
160
|
+
reflex/components/radix/primitives/base.pyi,sha256=p0x9lC9gVBZFvx-zga6x4JKOo0uqq4UIZvpKUAOnKuc,6386
|
|
161
|
+
reflex/components/radix/primitives/dialog.py,sha256=V72XVYAYRDubi6GD-DHRttbZ41mk1NTuR-pDNr3a-1k,5011
|
|
162
|
+
reflex/components/radix/primitives/dialog.pyi,sha256=AGlWKZT76zm13yWCo34IOv7f9u_UGiQp-QMFFdYs8ko,29880
|
|
161
163
|
reflex/components/radix/primitives/drawer.py,sha256=9x-8chrFxAfuQ79p09aubQp-hVJqTxvIq42JVypWv4Y,8830
|
|
162
164
|
reflex/components/radix/primitives/drawer.pyi,sha256=DG-Vu07qwj0utprcheNZrgGp3a3joZmXyfwlLDyFsHc,29883
|
|
163
165
|
reflex/components/radix/primitives/form.py,sha256=jxCt0xZRE9Xx5tBIJNojYwyvhN631_aNdlFQSPgm2dU,4801
|
|
164
166
|
reflex/components/radix/primitives/form.pyi,sha256=1g9IOcPDWPQDrdLYkeHgVXnF9Dcsng82yH8xKlOjrRw,47184
|
|
165
167
|
reflex/components/radix/primitives/progress.py,sha256=UvuUn6eWEhnhqImDvYOwa9Z3CE5gu5EV28uPBbZAT4k,3988
|
|
166
168
|
reflex/components/radix/primitives/progress.pyi,sha256=63AyvhVFf1lDG5NQTW-1o2Ek_kx2dt_tVAS-5RXM-Fw,16469
|
|
167
|
-
reflex/components/radix/primitives/slider.py,sha256=
|
|
168
|
-
reflex/components/radix/primitives/slider.pyi,sha256=
|
|
169
|
+
reflex/components/radix/primitives/slider.py,sha256=2Bf-7uwTAJgQlaArjk0v4m5cU6i89b_KTWHgsP19Z0I,4833
|
|
170
|
+
reflex/components/radix/primitives/slider.pyi,sha256=ODHjm-wrDbT5wxGB1Zw4b9WQWitAlmD9DXDcDrNIB3A,12372
|
|
169
171
|
reflex/components/radix/themes/__init__.py,sha256=3ASzR_OrjkLXZ6CksGKIQPOcyYZ984NzXrn2UCIdxUc,492
|
|
170
172
|
reflex/components/radix/themes/__init__.pyi,sha256=B_xv0vBBRsCOinQasRO3ni_g8xbpucIPXCn5xZckgww,445
|
|
171
173
|
reflex/components/radix/themes/base.py,sha256=vNLSFHX4el9YtzVsdxCIknt_c5eJser7VhihvJSNf8c,8296
|
|
@@ -228,8 +230,8 @@ reflex/components/radix/themes/components/separator.py,sha256=Yj0Y34gGTdm3LWcjtq
|
|
|
228
230
|
reflex/components/radix/themes/components/separator.pyi,sha256=k6nfGlvZ9uXyfDiKRKXUCuQAXVHXTKhNmVYuw681BrY,4882
|
|
229
231
|
reflex/components/radix/themes/components/skeleton.py,sha256=oHltF5lOzE8T0poYtIXj3f2x8O_iZ56HCtx0a9AJ_Kw,918
|
|
230
232
|
reflex/components/radix/themes/components/skeleton.pyi,sha256=pUkhbz9cx7dIbeLFVURqAHdRnRe2j1ZP_zDAA2aA-wU,3814
|
|
231
|
-
reflex/components/radix/themes/components/slider.py,sha256=
|
|
232
|
-
reflex/components/radix/themes/components/slider.pyi,sha256=
|
|
233
|
+
reflex/components/radix/themes/components/slider.py,sha256=H0IBoNUTp08UQcpI_CRVU1mTda_uMBteSzFYxgn1Seg,3393
|
|
234
|
+
reflex/components/radix/themes/components/slider.pyi,sha256=H17xxKo0axrKFUbc3-w-o3Wy4ybb8c4TVkj9k_gfv0k,6641
|
|
233
235
|
reflex/components/radix/themes/components/spinner.py,sha256=_qDonsJKxGYxpJ0mrbbby8Yt8IllYsAkTOYUVUL6cMc,521
|
|
234
236
|
reflex/components/radix/themes/components/spinner.pyi,sha256=nK_pbuL63No6pmisV2nAQzcCmIRDCgmtCWwpkBHvqhQ,3053
|
|
235
237
|
reflex/components/radix/themes/components/switch.py,sha256=jlxyUeJpisCmLcslnjoP4RN1NyLTwRlQoL99utVUbJo,1795
|
|
@@ -281,11 +283,11 @@ reflex/components/radix/themes/typography/text.py,sha256=qnpZuqyabh-VuKGBtlOmu3d
|
|
|
281
283
|
reflex/components/radix/themes/typography/text.pyi,sha256=9Brs_NbIzm54qNNqweX_yT0FMmE5i4VUPooobx2bcNY,72369
|
|
282
284
|
reflex/components/react_player/__init__.py,sha256=1OTHeZkuefi-zIVXc_QZMTBg4_RsGrMaJHducUuZQCU,171
|
|
283
285
|
reflex/components/react_player/audio.py,sha256=_Qrlz5b7U4L8vtYpOOK6piKbROT6w_isnCuDYoxrOik,176
|
|
284
|
-
reflex/components/react_player/audio.pyi,sha256=
|
|
286
|
+
reflex/components/react_player/audio.pyi,sha256=eflFHe3kg6Yl532DuLXiYjk31vPA0b72ORAMiEsyXcg,3581
|
|
285
287
|
reflex/components/react_player/react_player.py,sha256=IKr3dijlIPHcytmkAnJmsgQIbZd8vW9l1SfSfm5QDOQ,8193
|
|
286
|
-
reflex/components/react_player/react_player.pyi,sha256=
|
|
288
|
+
reflex/components/react_player/react_player.pyi,sha256=vMp4Eru3akEGmEeSQVo3mPN8UW4aonrbvW73OcsMKn8,4169
|
|
287
289
|
reflex/components/react_player/video.py,sha256=WmdxzLtrZNNm9Nals5IpYUGhm45P14hR7I1NCaIW-eg,176
|
|
288
|
-
reflex/components/react_player/video.pyi,sha256=
|
|
290
|
+
reflex/components/react_player/video.pyi,sha256=aVS-qKsSsy1EG_izQnPHeIuZ5Exuh1UlOJOITGr2SEs,3581
|
|
289
291
|
reflex/components/react_router/__init__.py,sha256=ittQ4lHlEsjDneYXODIjz3U0Z8jjtD6xjQuQNDd2MOQ,105
|
|
290
292
|
reflex/components/react_router/dom.py,sha256=1Aw6UfojyO1EmylyNX_ozxqhGUqfjrgWki8zN_d5QqM,2298
|
|
291
293
|
reflex/components/react_router/dom.pyi,sha256=z3jmfMx3WWu5FlZdHxYDwae0DsbY7LbejMAa8X3UFP8,11905
|
|
@@ -312,17 +314,17 @@ reflex/components/tags/tag.py,sha256=wlwD1We3ipgibPGsT1FS0aYYaJasLsjlfaOTgUT_aGg
|
|
|
312
314
|
reflex/components/tags/tagless.py,sha256=APeSG-6N5-ucWwkq_hUl7zfT_vpoKleQdP80wPERG18,904
|
|
313
315
|
reflex/constants/__init__.py,sha256=q2Jf-LBbNcGrOmx5M7QotIAYW_t3m02TsmmdtJ5_IhM,2190
|
|
314
316
|
reflex/constants/base.py,sha256=rZ2JFO3mu5fVpjIUbiPJ7YCbensCjefbzYtV9uEwqpw,7539
|
|
315
|
-
reflex/constants/colors.py,sha256=
|
|
317
|
+
reflex/constants/colors.py,sha256=n-FN7stNrvk5rCN0TAvE28dqwUeQZHue-b5q1CO0EyQ,2048
|
|
316
318
|
reflex/constants/compiler.py,sha256=1FXPYQNotaSrTwWcOspA1gCVmEdoiWkNMbbrz_qU0YU,5709
|
|
317
319
|
reflex/constants/config.py,sha256=8OIjiBdZZJrRVHsNBheMwopE9AwBFFzau0SXqXKcrPg,1715
|
|
318
320
|
reflex/constants/custom_components.py,sha256=joJt4CEt1yKy7wsBH6vYo7_QRW0O_fWXrrTf0VY2q14,1317
|
|
319
321
|
reflex/constants/event.py,sha256=tgoynWQi2L0_Kqc3XhXo7XXL76A-OKhJGHRrNjm7gFw,2885
|
|
320
|
-
reflex/constants/installer.py,sha256=
|
|
322
|
+
reflex/constants/installer.py,sha256=XmXvA4uVJ8McAVO5hjXk9demdEyPxIWmWFJTqG6IezU,4193
|
|
321
323
|
reflex/constants/route.py,sha256=UBjqaAOxiUxlDZCSY4O2JJChKvA4MZrhUU0E5rNvKbM,2682
|
|
322
324
|
reflex/constants/state.py,sha256=VrEeYxXfE9ss8RmOHIXD4T6EGsV9PDqbtMCQMmZxW3I,383
|
|
323
325
|
reflex/constants/utils.py,sha256=e1ChEvbHfmE_V2UJvCSUhD_qTVAIhEGPpRJSqdSd6PA,780
|
|
324
326
|
reflex/custom_components/__init__.py,sha256=R4zsvOi4dfPmHc18KEphohXnQFBPnUCb50cMR5hSLDE,36
|
|
325
|
-
reflex/custom_components/custom_components.py,sha256=
|
|
327
|
+
reflex/custom_components/custom_components.py,sha256=z5eL7WqbU4Vx5zVRWqgYPQu05P29XFsJ48xL9OLiyRg,25355
|
|
326
328
|
reflex/experimental/__init__.py,sha256=P8fe8S2e2gy2HCwHFGQzr3lPMmh7qN5Ii2e8ukoPHuQ,1664
|
|
327
329
|
reflex/experimental/client_state.py,sha256=adITjFmvzO081yaVgne2PZpG0hc_SrJHyLLbE-zfet0,10024
|
|
328
330
|
reflex/experimental/hooks.py,sha256=CHYGrAE5t8riltrJmDFgJ4D2Vhmhw-y3B3MSGNlOQow,2366
|
|
@@ -339,7 +341,7 @@ reflex/middleware/middleware.py,sha256=p5VVoIgQ_NwOg_GOY6g0S4fmrV76_VE1zt-HiwbMw
|
|
|
339
341
|
reflex/plugins/__init__.py,sha256=jrMWQqMxCwDwgwQYTygeR_pIewMcvIFwAnngPbjSumQ,439
|
|
340
342
|
reflex/plugins/_screenshot.py,sha256=CAOaRpbrpTTIswwCXqhv7WYShB86Ao9MVv6dcXJzRb4,3958
|
|
341
343
|
reflex/plugins/base.py,sha256=5BgzCM7boj9kJ6FGzVzVlgQk-crJuVmOLCl1PXvv4-E,3372
|
|
342
|
-
reflex/plugins/shared_tailwind.py,sha256
|
|
344
|
+
reflex/plugins/shared_tailwind.py,sha256=kCyIaSFrzoPe7dlA09SjfSY30bfbh43dkQchres4A0w,7305
|
|
343
345
|
reflex/plugins/sitemap.py,sha256=X_CtH5B1w3CZno-gdPj1rp63WjOuNjFnX4B3fx_-VFQ,6135
|
|
344
346
|
reflex/plugins/tailwind_v3.py,sha256=jCEZ5UYdr706Mw48L-WSHOUB6O55o1C3uG6AMwXqZoI,4810
|
|
345
347
|
reflex/plugins/tailwind_v4.py,sha256=fcNaFtikSIu1LhF94DcBs1xR2CjbQRB5o1_KYeThUF0,5230
|
|
@@ -350,40 +352,40 @@ reflex/utils/compat.py,sha256=aSJH_M6iomgHPQ4onQ153xh1MWqPi3HSYDzE68N6gZM,2635
|
|
|
350
352
|
reflex/utils/console.py,sha256=W41Ogj1Jk8tEOhXXy9dy4KCLYp5rn0NZQwbBqXbkwSI,13668
|
|
351
353
|
reflex/utils/decorator.py,sha256=QUZntENupeW5FA5mNRTx0I1GzGKFQXhMjVg24_IIM5o,3957
|
|
352
354
|
reflex/utils/exceptions.py,sha256=Wwu7Ji2xgq521bJKtU2NgjwhmFfnG8erirEVN2h8S-g,8884
|
|
353
|
-
reflex/utils/exec.py,sha256=
|
|
355
|
+
reflex/utils/exec.py,sha256=xMwRnCd9SyTbvwBPS5i3C6ZcorLSFViqB_fOoCqsDEc,22833
|
|
354
356
|
reflex/utils/export.py,sha256=dR8Q7OymxcS8PCvx5zV2kOZmjKgOmuAfKfL8XifHJd4,2907
|
|
355
357
|
reflex/utils/format.py,sha256=-EC0tfx7VCIijcuJx9l-ArRnRnPKrrrW8RgsKwXIoBc,21115
|
|
356
|
-
reflex/utils/frontend_skeleton.py,sha256=
|
|
358
|
+
reflex/utils/frontend_skeleton.py,sha256=FqvNWclY_lRR-odjQmP-xaY3uiWVD2l5qqExt8qRzEI,8769
|
|
357
359
|
reflex/utils/imports.py,sha256=SlQfMTbJasXHxrpcHdWKPWiIZ1Kn2-tulMF32_YA2ek,4262
|
|
358
|
-
reflex/utils/js_runtimes.py,sha256=
|
|
360
|
+
reflex/utils/js_runtimes.py,sha256=Xia4pIyWGwUmNnTgELm04oxVQobwdQvmK87AHTr3B1o,13542
|
|
359
361
|
reflex/utils/lazy_loader.py,sha256=BiY9OvmAJDCz10qpuyTYv9duXgMFQa6RXKQmTO9hqKU,4453
|
|
360
362
|
reflex/utils/misc.py,sha256=folEweZVCrhHNkkqut9KqQdTJ80HxwL_gI41m40FnNM,4592
|
|
361
363
|
reflex/utils/monitoring.py,sha256=87fr9j6Y9Bvz2uF4tBxuX6CaU054h1UPx0ijcnyP_kw,5250
|
|
362
364
|
reflex/utils/net.py,sha256=q3h5pNbAlFiqy8U15S9DTOvzy_OnenVVug5ROBTGRTA,4267
|
|
363
365
|
reflex/utils/path_ops.py,sha256=_RS17IQDNr5vcoLLGZx2-z1E5WP-JgDHvaRAOgqrZiU,8154
|
|
364
|
-
reflex/utils/prerequisites.py,sha256=
|
|
365
|
-
reflex/utils/processes.py,sha256=
|
|
366
|
+
reflex/utils/prerequisites.py,sha256=1TYEeVfydNbdvRmUvw_YfWm7wpUexbqrFm0MyB1WFlM,20760
|
|
367
|
+
reflex/utils/processes.py,sha256=ralnYq3tL1v_20n2ew74AlU7PQ0E4T0HllSuK1Edq_M,18125
|
|
366
368
|
reflex/utils/pyi_generator.py,sha256=IiNyiodH_xq8tRLD45phe2Le3sL6ZgloVMyg07xtT3o,46395
|
|
367
369
|
reflex/utils/redir.py,sha256=E6lJ6UYGQs_uCyQAKHT_dDMplo5IRZ9JarWfvgGAgGo,1731
|
|
368
370
|
reflex/utils/registry.py,sha256=omKh5rrsybDuuKmh4K88lwdwwcpGsu3Vc4pCko_djKY,2239
|
|
369
|
-
reflex/utils/rename.py,sha256=
|
|
370
|
-
reflex/utils/serializers.py,sha256=
|
|
371
|
+
reflex/utils/rename.py,sha256=8f3laR0Zr3uizKKDD_1woPz-FZvUPjzD-fDeNHf7wBk,5232
|
|
372
|
+
reflex/utils/serializers.py,sha256=wc8iWlkX1AOlsfsuoNZkm3GXiZ1C_da0I9IjduTXz6s,13893
|
|
371
373
|
reflex/utils/telemetry.py,sha256=KY54NmGWyJVSf9TMTcXw2V6gIbEqut1JkAXmmtIlRfw,10776
|
|
372
|
-
reflex/utils/templates.py,sha256=
|
|
374
|
+
reflex/utils/templates.py,sha256=FWtO6kZldDK3MPj39LitPlcyWV9_Z8Ys6G9anitv94A,14108
|
|
373
375
|
reflex/utils/token_manager.py,sha256=ZtrYR0X8tTs8FpQHtMb09-H2V1xSoLWwVH8jW8OCrU8,7445
|
|
374
376
|
reflex/utils/types.py,sha256=v2shXUDPqsgrxXDwrP9JYYgSTwZht0YjAo5c1mDDI8M,38543
|
|
375
377
|
reflex/vars/__init__.py,sha256=pUzFFkY-brpEoqYHQc41VefaOdPQG6xzjer1RJy9IKo,1264
|
|
376
|
-
reflex/vars/base.py,sha256=
|
|
377
|
-
reflex/vars/color.py,sha256=
|
|
378
|
+
reflex/vars/base.py,sha256=gWOVTeRVH9fheQtqJkh_GPP8F8gcdFfgJAHcZcNFn18,110306
|
|
379
|
+
reflex/vars/color.py,sha256=fpc3u9_H9R_DVawKMOf3tV1NDSnOs0aPHt4k1Lyu_KY,4085
|
|
378
380
|
reflex/vars/datetime.py,sha256=F2Jv_bfydipFSkIQ1F6x5MnSgFEyES9Vq5RG_uGH81E,5118
|
|
379
381
|
reflex/vars/dep_tracking.py,sha256=LfDGgAGlqfC0DeiVcitRBcA1uCe1C3fNRARRekLgCz4,13738
|
|
380
382
|
reflex/vars/function.py,sha256=0i-VkxHkDJmZtfQUwUfaF0rlS6WM8azjwQ8k7rEOkyk,13944
|
|
381
383
|
reflex/vars/number.py,sha256=FP5Jmd8qOwZgGHUG9DSmneBB4X6bj7G8oIDYsDw_j80,28242
|
|
382
|
-
reflex/vars/object.py,sha256=
|
|
383
|
-
reflex/vars/sequence.py,sha256=
|
|
384
|
+
reflex/vars/object.py,sha256=AMvLFWyQBMSTUzmQT30M4CDUx9ec0C87cUDV8OjoDac,16457
|
|
385
|
+
reflex/vars/sequence.py,sha256=JAvHmLxnT6B2AQhLx6RTodGybdhcxhJrYxUlhCklYNY,51445
|
|
384
386
|
scripts/hatch_build.py,sha256=-4pxcLSFmirmujGpQX9UUxjhIC03tQ_fIQwVbHu9kc0,1861
|
|
385
|
-
reflex-0.8.
|
|
386
|
-
reflex-0.8.
|
|
387
|
-
reflex-0.8.
|
|
388
|
-
reflex-0.8.
|
|
389
|
-
reflex-0.8.
|
|
387
|
+
reflex-0.8.14.dist-info/METADATA,sha256=WHiL7raPpVO24_chpbpoG0_6foX81Asd1Vz3SI-uxI8,12334
|
|
388
|
+
reflex-0.8.14.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
389
|
+
reflex-0.8.14.dist-info/entry_points.txt,sha256=Rxt4dXc7MLBNt5CSHTehVPuSe9Xqow4HLX55nD9tQQ0,45
|
|
390
|
+
reflex-0.8.14.dist-info/licenses/LICENSE,sha256=dw3zLrp9f5ObD7kqS32vWfhcImfO52PMmRqvtxq_YEE,11358
|
|
391
|
+
reflex-0.8.14.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|