reflex 0.4.8.post1__py3-none-any.whl → 0.4.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.
Potentially problematic release.
This version of reflex might be problematic. Click here for more details.
- reflex/app.py +3 -0
- reflex/components/component.py +10 -3
- reflex/components/core/debounce.py +4 -1
- reflex/experimental/__init__.py +2 -0
- reflex/experimental/hooks.py +19 -1
- reflex/experimental/layout.py +223 -0
- reflex/testing.py +23 -6
- reflex/utils/prerequisites.py +5 -3
- reflex/utils/processes.py +22 -1
- reflex/utils/pyi_generator.py +6 -1
- reflex/utils/serializers.py +14 -0
- reflex/vars.py +1 -1
- {reflex-0.4.8.post1.dist-info → reflex-0.4.9.dist-info}/METADATA +1 -1
- {reflex-0.4.8.post1.dist-info → reflex-0.4.9.dist-info}/RECORD +17 -29
- reflex/components/radix/themes/components/alertdialog.pyi +0 -1128
- reflex/components/radix/themes/components/aspectratio.pyi +0 -162
- reflex/components/radix/themes/components/contextmenu.pyi +0 -1249
- reflex/components/radix/themes/components/dropdownmenu.pyi +0 -1350
- reflex/components/radix/themes/components/hovercard.pyi +0 -700
- reflex/components/radix/themes/components/iconbutton.pyi +0 -284
- reflex/components/radix/themes/components/radiogroup.pyi +0 -701
- reflex/components/radix/themes/components/scrollarea.pyi +0 -176
- reflex/components/radix/themes/components/textfield.pyi +0 -1092
- reflex/components/radix/themes/typography/em.pyi +0 -213
- reflex/components/radix/themes/typography/kbd.pyi +0 -222
- reflex/components/radix/themes/typography/quote.pyi +0 -215
- reflex/components/radix/themes/typography/strong.pyi +0 -213
- {reflex-0.4.8.post1.dist-info → reflex-0.4.9.dist-info}/LICENSE +0 -0
- {reflex-0.4.8.post1.dist-info → reflex-0.4.9.dist-info}/WHEEL +0 -0
- {reflex-0.4.8.post1.dist-info → reflex-0.4.9.dist-info}/entry_points.txt +0 -0
|
@@ -64,7 +64,7 @@ reflex/__init__.py,sha256=qwTfjJemUEeC1Nt3WY1K7YQfy4wexNg6nXQ1PPWNzzk,5723
|
|
|
64
64
|
reflex/__init__.pyi,sha256=5z4RX4_rMuLjtXgZry7e_fnvmcZG2oKT7CHcmHSv0OA,7649
|
|
65
65
|
reflex/__main__.py,sha256=6cVrGEyT3j3tEvlEVUatpaYfbB5EF3UVY-6vc_Z7-hw,108
|
|
66
66
|
reflex/admin.py,sha256=-bTxFUEoHo4X9FzmcSa6KSVVPpF7wh38lBvF67GhSvQ,373
|
|
67
|
-
reflex/app.py,sha256=
|
|
67
|
+
reflex/app.py,sha256=pvde4hx5MtvutLMAeuurjT91UXa-aRTKpQwv-R1GVgo,45154
|
|
68
68
|
reflex/app.pyi,sha256=y6giMJpuUCQguCyrGQKnWvhDCpuN9ktXoNb7OZl5l2g,5010
|
|
69
69
|
reflex/app_module_for_backend.py,sha256=APD4jFsG-Tfd0vZWAfsdBYj4E4PeGZjjWeOZwBfUKRM,1152
|
|
70
70
|
reflex/base.py,sha256=oVOWMxWOSc96Jon0R4fWrSt0PkMqoPhaM0PJGoK147o,4250
|
|
@@ -232,7 +232,7 @@ reflex/components/chakra/typography/span.py,sha256=2DbW5DB27ijtTeugSDUVp3nQ64mrG
|
|
|
232
232
|
reflex/components/chakra/typography/span.pyi,sha256=itDe7RpjJN_K_9pZ7n_U9qlrTshGejv9lh5plvh3DCU,3372
|
|
233
233
|
reflex/components/chakra/typography/text.py,sha256=9YXBdK5UYqgDam3ITeRSnd8bu9ht3zydt0pkmJAECsk,472
|
|
234
234
|
reflex/components/chakra/typography/text.pyi,sha256=FzqNtf0NUkGmRLrazSyfKHqznJjz_KCryU-2sRghZ0M,3596
|
|
235
|
-
reflex/components/component.py,sha256=
|
|
235
|
+
reflex/components/component.py,sha256=ujoniXIsD9mEuRhA3aaucI49GNSjnrSF4leELN0qXd4,66268
|
|
236
236
|
reflex/components/core/__init__.py,sha256=mMSd2IZqBgGf7zkjuPeA-oIiIXu_O08fk9x15D8hBSU,844
|
|
237
237
|
reflex/components/core/banner.py,sha256=DxYh4ORFIQlPPxvT-gudF0A8yj22oy6D_0IldTVHuZU,5943
|
|
238
238
|
reflex/components/core/banner.pyi,sha256=PPS1GJLp5uyD1h6mI0Fs-IKf9w4l7qG50rmkSA_HVno,17164
|
|
@@ -240,7 +240,7 @@ reflex/components/core/client_side_routing.py,sha256=mdZsGuc1V9qvOE0TaLEnXmXo0qH
|
|
|
240
240
|
reflex/components/core/client_side_routing.pyi,sha256=7Zel95b6tqfW0ulIJEHh9fmG_6av9eNeNjtORZ73jjM,6264
|
|
241
241
|
reflex/components/core/colors.py,sha256=-hzVGLEq3TiqroqzMi_YzGBCPXMvkNsen3pS_NzIQNk,590
|
|
242
242
|
reflex/components/core/cond.py,sha256=mKErdfgzMGDZ1VY7_ZLYWjFCaWF6m6jYLxiQ0eCISyY,6291
|
|
243
|
-
reflex/components/core/debounce.py,sha256=
|
|
243
|
+
reflex/components/core/debounce.py,sha256=waoY83ahekI2HOZXmch-q5Aj8CglDNF9_uQV14KeWU8,4763
|
|
244
244
|
reflex/components/core/debounce.pyi,sha256=bi33P1deFHLLKpYLv8B2TroF45EuLRYOAA0g1U_gF-Y,4149
|
|
245
245
|
reflex/components/core/foreach.py,sha256=Qk6UtwzQY6PR8-v40XRdt3knXiVH33cukbEvzyTV7XA,4031
|
|
246
246
|
reflex/components/core/html.py,sha256=Un5qSM7T7AeYcXK_7Hs9YkStyUGtq1vtuJraQJdVPgA,1033
|
|
@@ -333,10 +333,8 @@ reflex/components/radix/themes/color_mode.pyi,sha256=t4NB9L6B5rnSGPc8TKcU2gFxys5
|
|
|
333
333
|
reflex/components/radix/themes/components/__init__.py,sha256=CqJ0RLtjXOarnI1iQulFpANvX3TWFE5bw1jR-NFxVxs,1776
|
|
334
334
|
reflex/components/radix/themes/components/alert_dialog.py,sha256=QNxRfqZZQb5oYG1or68cYOYH5NaSuy3RK03QrLyfhuA,3267
|
|
335
335
|
reflex/components/radix/themes/components/alert_dialog.pyi,sha256=gVA8HRj4a_BmioWMIK8u6Xo4jO8QtwOcn7rKJtnmTlk,24434
|
|
336
|
-
reflex/components/radix/themes/components/alertdialog.pyi,sha256=phU_g_eLYvKczHWEFaz8NwOzocV0rUwRmTdU0uJNtSE,40237
|
|
337
336
|
reflex/components/radix/themes/components/aspect_ratio.py,sha256=jNoNtYkUYxhbBT90WjQYyuDPCpZFq4linlBvu4Qz3n4,400
|
|
338
337
|
reflex/components/radix/themes/components/aspect_ratio.pyi,sha256=BrAbHWtv9nJFq_A0pdz5k4KdE2mKFHBJhCKVXK0pmXk,3640
|
|
339
|
-
reflex/components/radix/themes/components/aspectratio.pyi,sha256=f_xFJFdoUP3Z8lp7r7Z8kuuv4TXgRUwTmEkgjjmR5T4,5724
|
|
340
338
|
reflex/components/radix/themes/components/avatar.py,sha256=cwSbajTICFi_jnLBRP8-T_IKaXFKF9ZQj5UbpQvUA0E,989
|
|
341
339
|
reflex/components/radix/themes/components/avatar.pyi,sha256=u9y5XAfe5td14EGu38mi9CDPLgIwZgxIJbaGxWQRsWQ,6562
|
|
342
340
|
reflex/components/radix/themes/components/badge.py,sha256=XAaVsmxb6irTmTedN5TcZRodoPK_AdmUARiSbmK9b9E,815
|
|
@@ -351,28 +349,22 @@ reflex/components/radix/themes/components/checkbox.py,sha256=KFwGAvPXb1elNmjJZYh
|
|
|
351
349
|
reflex/components/radix/themes/components/checkbox.pyi,sha256=NEEbJq4-dxh6VnWRjP0TL5wfpw9bl7UPQ2CskeRTqEI,20877
|
|
352
350
|
reflex/components/radix/themes/components/context_menu.py,sha256=ReofwS0fIRjhyFnfrnv-IRB3nyCW0U_0An1TP5a1GOk,5049
|
|
353
351
|
reflex/components/radix/themes/components/context_menu.pyi,sha256=Z053-qFpuW38NpFzuik6ltiaUJJbUAdEdQSDY_97k_s,31192
|
|
354
|
-
reflex/components/radix/themes/components/contextmenu.pyi,sha256=357JCaGfRMYEILNgRq82ypXtWXIpz4K1aIW7LFC9fjI,44130
|
|
355
352
|
reflex/components/radix/themes/components/dialog.py,sha256=DsvATCzPVshYyZssl6yxfDj4Y8yfZPMSFJQG3zUbffg,2600
|
|
356
353
|
reflex/components/radix/themes/components/dialog.pyi,sha256=Uns0-9zljL41ecgvxrDLjx3rTnS4-ylfEmHLOe3dfZk,24895
|
|
357
354
|
reflex/components/radix/themes/components/dropdown_menu.py,sha256=l4aVffoCdvezVjjXiMrBebMtFhEXmpTMUdZK28lsb8I,11256
|
|
358
355
|
reflex/components/radix/themes/components/dropdown_menu.pyi,sha256=T9dvKSPEtFTEnaZ93o5sIZDpzCB0N_hbmdpTbYS_Sjk,37901
|
|
359
|
-
reflex/components/radix/themes/components/dropdownmenu.pyi,sha256=Ju6dMbZip2nZ-nt3wOLHHzXblIzYOLoWyugopVqpPyI,52185
|
|
360
356
|
reflex/components/radix/themes/components/hover_card.py,sha256=H8Utf1ox86YFYr-I9MYwD5iUzzpYRO2rAgB0k5TvnN8,2405
|
|
361
357
|
reflex/components/radix/themes/components/hover_card.pyi,sha256=4uS8yhPJbWT5no8-pPGt9XJMp7iymqoSj7L9uu1yy9Q,17744
|
|
362
|
-
reflex/components/radix/themes/components/hovercard.pyi,sha256=njC-fowMS34Gm1ftJcG37a-YvTAlgNXWPajacws0fCo,26453
|
|
363
358
|
reflex/components/radix/themes/components/icon_button.py,sha256=IgllS5Jbc_6zFQEsK4FMuihS4hv0nu_QPF0rRTs3_rQ,2789
|
|
364
359
|
reflex/components/radix/themes/components/icon_button.pyi,sha256=rNUnPmNO_fEMJxEiHWmfOHwetNOE71mWdW3FQF2Syyc,11916
|
|
365
|
-
reflex/components/radix/themes/components/iconbutton.pyi,sha256=zN08ul2fa-RHBZEoGJlEAwagBa08PgcLOG_RGBvpFYg,12021
|
|
366
360
|
reflex/components/radix/themes/components/inset.py,sha256=MEYMjiqCkUmAXyGONuwvqmnpEZ4ka1RL_rhCN3hUeR0,1015
|
|
367
361
|
reflex/components/radix/themes/components/inset.pyi,sha256=iO8k-rNQtsqtnCl7KRa2QnTRJ_NZ-7vIBep9zqCPY9Q,7889
|
|
368
362
|
reflex/components/radix/themes/components/popover.py,sha256=rUfOqbJEBTPjJHlKxbQ6_067rae4zByWHlMSEXwGB68,3177
|
|
369
363
|
reflex/components/radix/themes/components/popover.pyi,sha256=DnSFL0s4WrQd9zCRqwS_YZ1OHu_Uavvvc6I0s6RPIsw,17404
|
|
370
364
|
reflex/components/radix/themes/components/radio_group.py,sha256=PYottL-4UT2P8a4FAylpVL9y02OZ3xC_kIB7_d4FoG4,6253
|
|
371
365
|
reflex/components/radix/themes/components/radio_group.pyi,sha256=qEdhf8eWUntn-H74k_10uaaEcAMfKXlz4Kl6G8guy7A,24106
|
|
372
|
-
reflex/components/radix/themes/components/radiogroup.pyi,sha256=4A_iObTwZH2Be9I0zv2l6AzXOCZD9rr3vlti6Y-wZWA,26222
|
|
373
366
|
reflex/components/radix/themes/components/scroll_area.py,sha256=0Oc5K7sycSH_X8HbVI2A_FS8AddoFXcwvH_YZpsjTkc,920
|
|
374
367
|
reflex/components/radix/themes/components/scroll_area.pyi,sha256=jtpiX8b4LZWZwpUi4jElgkBfwOLIDgjnOSm-W88oaXc,4427
|
|
375
|
-
reflex/components/radix/themes/components/scrollarea.pyi,sha256=rwOEpVI0m9gMjlSPPwOgUGc4n8tD2g5NQZ-NyvBGFWg,6513
|
|
376
368
|
reflex/components/radix/themes/components/select.py,sha256=otgJdSdoE9VVv2z3PgtKJmDY_Ln6wPJlCz2ixFp9mDY,8028
|
|
377
369
|
reflex/components/radix/themes/components/select.pyi,sha256=u5bmgAuFqV1A9_avfUZ9uYxWi8y0eqqM7-H_LVKEyaw,45123
|
|
378
370
|
reflex/components/radix/themes/components/separator.py,sha256=si-4AZAKvjQwo6DCiHKdND7pK13vL1eWHCTO5OpIfb0,868
|
|
@@ -389,7 +381,6 @@ reflex/components/radix/themes/components/text_area.py,sha256=9AhvEXcr87B1o0wmCT
|
|
|
389
381
|
reflex/components/radix/themes/components/text_area.pyi,sha256=xOeJ23O-LKoGsgRbFDOsubkGJjZeAEKvjGasTi5J09Y,11711
|
|
390
382
|
reflex/components/radix/themes/components/text_field.py,sha256=LD3cQ2EnDzJ5W8G9yp5LPgCUBVONkWoy2SB2jjUFRZ0,5106
|
|
391
383
|
reflex/components/radix/themes/components/text_field.pyi,sha256=9BR-tMZDgUEEzGJV20vKTQAkayJa-hB-Amgo-VzJuCc,43043
|
|
392
|
-
reflex/components/radix/themes/components/textfield.pyi,sha256=SaH2-jvnGDFWFHmMW0ekWjYiVPr-qROZYGGDAxbHBxs,43365
|
|
393
384
|
reflex/components/radix/themes/components/tooltip.py,sha256=gSeURvwI8ITUoTmtWVFFMIeUMEL6B3NrvX0hw3Y7lWg,4465
|
|
394
385
|
reflex/components/radix/themes/components/tooltip.pyi,sha256=D53eQARMkv9claFUnfFVgL2uZA3bq48fWL21zzWGUaU,8092
|
|
395
386
|
reflex/components/radix/themes/layout/__init__.py,sha256=BtVM87BKeMfvEnJxUo4LLZ20aQRYJSHXd6G1F1v4oRA,811
|
|
@@ -419,14 +410,10 @@ reflex/components/radix/themes/typography/blockquote.py,sha256=2oeU4a6y4BwlPXOtw
|
|
|
419
410
|
reflex/components/radix/themes/typography/blockquote.pyi,sha256=xy28s36FJMtwVSDyEEWPku9J0DrIphVcd1UKFXNG3Fk,9316
|
|
420
411
|
reflex/components/radix/themes/typography/code.py,sha256=b74UXNv6ktmO0bTkMKFYR41XkEHyHJoJI3mlhLuA0cE,909
|
|
421
412
|
reflex/components/radix/themes/typography/code.pyi,sha256=EpqSO88Nlbg9XnH54Jkwxtx2bXiF3X2cDYqoeQI38rw,9513
|
|
422
|
-
reflex/components/radix/themes/typography/em.pyi,sha256=QKPhUfXgKa3teUkozKViBY25TrXmgYddpdEX4CobwnE,8547
|
|
423
413
|
reflex/components/radix/themes/typography/heading.py,sha256=xKJUzuodTcu6e1in8tDckTfZ9te460mswPgbSj5a6U4,1324
|
|
424
414
|
reflex/components/radix/themes/typography/heading.pyi,sha256=DU78CN3o81WHOIuOi-OC8xBrp7K7DUSxXVvtYzZkXWk,10106
|
|
425
|
-
reflex/components/radix/themes/typography/kbd.pyi,sha256=WlJwqocnl66l0nGMepsXjAcIsPdetLxumXf-QAxsZjU,8872
|
|
426
415
|
reflex/components/radix/themes/typography/link.py,sha256=4sWxvAn-TIIlcp98F_Xfvkrs0kqivZDCQwTlpoG-nBA,3154
|
|
427
416
|
reflex/components/radix/themes/typography/link.pyi,sha256=9sNiYEPr4pu3t2RYETro1NEAR4N2n8HoN6UwI7aNEXM,12063
|
|
428
|
-
reflex/components/radix/themes/typography/quote.pyi,sha256=KISvHpKATndaIveaxP7Gd9GeM57SOkWMYGT9tNpDZwI,8701
|
|
429
|
-
reflex/components/radix/themes/typography/strong.pyi,sha256=UZES3mhSZQLCHRZYmB8nImv_wtPweg7nS2SuLHQPMpk,8563
|
|
430
417
|
reflex/components/radix/themes/typography/text.py,sha256=BQ_15kkTWvAbZr8dczgMmsKrUhIZzAN-f6r-Nzf9ZU0,2604
|
|
431
418
|
reflex/components/radix/themes/typography/text.pyi,sha256=jYHiLVgK0hDxZD-3HhYatm66Vm0Hn_GRgMbszn1DAyU,57238
|
|
432
419
|
reflex/components/react_player/__init__.py,sha256=W4wa5G4R_cl5tE1vfR4tY_RlvWLVsyTxzTAJ67q2gnc,144
|
|
@@ -472,8 +459,9 @@ reflex/constants/style.py,sha256=gSzu0sQEQjW81PekxJnwRs7SXQQVco-LxtVjCi0IQZc,636
|
|
|
472
459
|
reflex/custom_components/__init__.py,sha256=R4zsvOi4dfPmHc18KEphohXnQFBPnUCb50cMR5hSLDE,36
|
|
473
460
|
reflex/custom_components/custom_components.py,sha256=Q2Ef3QvO3fheL-rcUF8g92xmY54UtJAHs7t_Dq1P65A,31705
|
|
474
461
|
reflex/event.py,sha256=EU3qjaCt2F3-myCqLUDITSzg9YEctVsrr0h-V_TtLZ4,26537
|
|
475
|
-
reflex/experimental/__init__.py,sha256=
|
|
476
|
-
reflex/experimental/hooks.py,sha256=
|
|
462
|
+
reflex/experimental/__init__.py,sha256=8UHxGVhrvgs6KkVXUFh4kU2UW2w-Ix_73WyEf8cH-bQ,425
|
|
463
|
+
reflex/experimental/hooks.py,sha256=ruqdKV3smQT53vVwYvs8Zx4RyTy6nY00rD0Loe1gWdU,2196
|
|
464
|
+
reflex/experimental/layout.py,sha256=hVx-C5j-rkPMk_ZvQJNzjXgWaYGWIe2L1LHQawfpkjw,6770
|
|
477
465
|
reflex/experimental/misc.py,sha256=4xlHrSCZaDyyiSexNKRbSfJ_UZy6-fzIBhKDeHNt94Q,281
|
|
478
466
|
reflex/middleware/__init__.py,sha256=x7xTeDuc73Hjj43k1J63naC9x8vzFxl4sq7cCFBX7sk,111
|
|
479
467
|
reflex/middleware/hydrate_middleware.py,sha256=iXgB_VID2moU9gNpc79TJHGGhQgDH6miT32T_0Ow5tU,1484
|
|
@@ -484,7 +472,7 @@ reflex/reflex.py,sha256=etDzJ7PzS5E7IGVdBiiPgFiG9z0xZkYwTWUJi9e8CU8,17828
|
|
|
484
472
|
reflex/route.py,sha256=mRv4rHuSI6x-uWALujPfM5PNtoRea6cuThjchHtA2hQ,2908
|
|
485
473
|
reflex/state.py,sha256=Crlh4A916t1dmURTD_ZvQz0ihhPxEaWswgY6rbgdBE0,105642
|
|
486
474
|
reflex/style.py,sha256=3gM5xJpn1yd5UnRDRKrJWgCd871Rj_ZnxhQyWCspx2Q,8834
|
|
487
|
-
reflex/testing.py,sha256=
|
|
475
|
+
reflex/testing.py,sha256=WOTjpnOo0U8tJHl5ie7mWOD3Cucf7HyP2x9FGMkYc4c,30556
|
|
488
476
|
reflex/utils/__init__.py,sha256=y-AHKiRQAhk2oAkvn7W8cRVTZVK625ff8tTwvZtO7S4,24
|
|
489
477
|
reflex/utils/build.py,sha256=9LE93QlbfTHYyQWTgGZYSXX7QGDYzuE01ttWUVw_rGQ,8573
|
|
490
478
|
reflex/utils/compat.py,sha256=rfN5mMcNWFXT1ESLnZlR-bYG7XJKHvAScXMWo9iBsKg,1255
|
|
@@ -495,17 +483,17 @@ reflex/utils/export.py,sha256=UJd4BYFW9_eexhLCP4C5Ri8Cq2tWAPNVspq70lPLCyo,2270
|
|
|
495
483
|
reflex/utils/format.py,sha256=4vY7NP-f7B2euJ5F5dM3yh5SYPzCY3bVZDATG2DMaMU,22648
|
|
496
484
|
reflex/utils/imports.py,sha256=IRnSLA_LI0ougGpOT_smwVPDpfoPcC7t_tY4mnuhj6k,2277
|
|
497
485
|
reflex/utils/path_ops.py,sha256=Vy6fU_bXvOcCvbXdTSmeLwy_C4h9seYU-3yIrVdZEZQ,4737
|
|
498
|
-
reflex/utils/prerequisites.py,sha256=
|
|
499
|
-
reflex/utils/processes.py,sha256=
|
|
500
|
-
reflex/utils/pyi_generator.py,sha256=
|
|
501
|
-
reflex/utils/serializers.py,sha256=
|
|
486
|
+
reflex/utils/prerequisites.py,sha256=d1ec--4bVTie1zNtpl5W3cb8vxPA3oLwncd2Iotg-YY,47234
|
|
487
|
+
reflex/utils/processes.py,sha256=9XIffdPsxe-RnaMB9Q_VyaXVJrXAx9OIjrExNYBl8x0,10730
|
|
488
|
+
reflex/utils/pyi_generator.py,sha256=1X3nvR5qo7QnXmX4SJ8Jo3KL_ctS8oDVaLoWSh-9L4U,27795
|
|
489
|
+
reflex/utils/serializers.py,sha256=AK3q6UqGwha21lz04c1rwlqlgbDkUMVpUG4Yf1sLmcs,9023
|
|
502
490
|
reflex/utils/telemetry.py,sha256=NYAzPe7nU0EUwq2hIAByOzlie_5RhFlfHganBqG5OfA,4013
|
|
503
491
|
reflex/utils/types.py,sha256=QtsWi7ACjwHLfc7Wy72YU85bGUS3J-P_XlltYUAfnPk,13679
|
|
504
492
|
reflex/utils/watch.py,sha256=HzGrHQIZ_62Di0BO46kd2AZktNA3A6nFIBuf8c6ip30,2609
|
|
505
|
-
reflex/vars.py,sha256=
|
|
493
|
+
reflex/vars.py,sha256=45Ejn54a3BC1bXp5nzFDUjirgGRrHD-YX3rKiKVRL-g,67157
|
|
506
494
|
reflex/vars.pyi,sha256=7sVCLoLg9Y7QAmXWz6FCtVmScpSV84u0yQ3ZBImb_Bk,5583
|
|
507
|
-
reflex-0.4.
|
|
508
|
-
reflex-0.4.
|
|
509
|
-
reflex-0.4.
|
|
510
|
-
reflex-0.4.
|
|
511
|
-
reflex-0.4.
|
|
495
|
+
reflex-0.4.9.dist-info/LICENSE,sha256=dw3zLrp9f5ObD7kqS32vWfhcImfO52PMmRqvtxq_YEE,11358
|
|
496
|
+
reflex-0.4.9.dist-info/METADATA,sha256=V6x5NnUHM9DOnnTIYfjFz6r2rykkKcMNlZXT8HnHhFA,11762
|
|
497
|
+
reflex-0.4.9.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
|
|
498
|
+
reflex-0.4.9.dist-info/entry_points.txt,sha256=H1Z5Yat_xJfy0dRT1Frk2PkO_p41Xy7fCKlj4FcdL9o,44
|
|
499
|
+
reflex-0.4.9.dist-info/RECORD,,
|