streamlit-nightly 1.35.1.dev20240616__py2.py3-none-any.whl → 1.36.1.dev20240620__py2.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.
- streamlit/commands/execution_control.py +6 -0
- streamlit/delta_generator.py +6 -1
- streamlit/emojis.py +1 -1
- streamlit/runtime/app_session.py +10 -6
- streamlit/runtime/fragment.py +13 -3
- streamlit/runtime/metrics_util.py +1 -1
- streamlit/runtime/scriptrunner/__init__.py +2 -6
- streamlit/runtime/scriptrunner/exceptions.py +45 -0
- streamlit/runtime/scriptrunner/exec_code.py +126 -0
- streamlit/runtime/scriptrunner/script_runner.py +75 -131
- streamlit/static/asset-manifest.json +2 -2
- streamlit/static/index.html +1 -1
- streamlit/static/static/js/{main.7994a814.js → main.ba32d829.js} +2 -2
- {streamlit_nightly-1.35.1.dev20240616.dist-info → streamlit_nightly-1.36.1.dev20240620.dist-info}/METADATA +4 -4
- {streamlit_nightly-1.35.1.dev20240616.dist-info → streamlit_nightly-1.36.1.dev20240620.dist-info}/RECORD +20 -18
- {streamlit_nightly-1.35.1.dev20240616.dist-info → streamlit_nightly-1.36.1.dev20240620.dist-info}/WHEEL +1 -1
- /streamlit/static/static/js/{main.7994a814.js.LICENSE.txt → main.ba32d829.js.LICENSE.txt} +0 -0
- {streamlit_nightly-1.35.1.dev20240616.data → streamlit_nightly-1.36.1.dev20240620.data}/scripts/streamlit.cmd +0 -0
- {streamlit_nightly-1.35.1.dev20240616.dist-info → streamlit_nightly-1.36.1.dev20240620.dist-info}/entry_points.txt +0 -0
- {streamlit_nightly-1.35.1.dev20240616.dist-info → streamlit_nightly-1.36.1.dev20240620.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: streamlit-nightly
|
3
|
-
Version: 1.
|
3
|
+
Version: 1.36.1.dev20240620
|
4
4
|
Summary: A faster way to build and share data apps
|
5
5
|
Home-page: https://streamlit.io
|
6
6
|
Author: Snowflake Inc
|
@@ -35,7 +35,7 @@ Requires-Dist: altair <6,>=4.0
|
|
35
35
|
Requires-Dist: blinker <2,>=1.0.0
|
36
36
|
Requires-Dist: cachetools <6,>=4.0
|
37
37
|
Requires-Dist: click <9,>=7.0
|
38
|
-
Requires-Dist: numpy <
|
38
|
+
Requires-Dist: numpy <3,>=1.20
|
39
39
|
Requires-Dist: packaging <25,>=20
|
40
40
|
Requires-Dist: pandas <3,>=1.3.0
|
41
41
|
Requires-Dist: pillow <11,>=7.1.0
|
@@ -154,7 +154,7 @@ Streamlit comes in with [a ton of additional powerful elements](https://docs.str
|
|
154
154
|
</table>
|
155
155
|
|
156
156
|
|
157
|
-
Our vibrant creators community also extends Streamlit capabilities using 🧩 [Streamlit Components](
|
157
|
+
Our vibrant creators community also extends Streamlit capabilities using 🧩 [Streamlit Components](https://streamlit.io/components).
|
158
158
|
|
159
159
|
## Get inspired
|
160
160
|
|
@@ -177,7 +177,7 @@ Deploy, manage and share your apps for free using our [Community Cloud](https://
|
|
177
177
|
- Explore our [docs](https://docs.streamlit.io) to learn how Streamlit works.
|
178
178
|
- Ask questions and get help in our [community forum](https://discuss.streamlit.io).
|
179
179
|
- Read our [blog](https://blog.streamlit.io) for tips from developers and creators.
|
180
|
-
- Extend Streamlit's capabilities by installing or creating your own [Streamlit Components](
|
180
|
+
- Extend Streamlit's capabilities by installing or creating your own [Streamlit Components](https://streamlit.io/components).
|
181
181
|
- Help others find and play with your app by using the Streamlit GitHub badge in your repository:
|
182
182
|
```markdown
|
183
183
|
[](URL_TO_YOUR_APP)
|
@@ -10,11 +10,11 @@ streamlit/config_option.py,sha256=7kfzt-xhJs3awfyIHsyRaTBSxLpz1RioobDl5uXV37g,11
|
|
10
10
|
streamlit/config_util.py,sha256=-MGb5eBrsZvNmqywmiBmo27ll1F9OmCDX4toGWglv2c,6015
|
11
11
|
streamlit/constants.py,sha256=KhNjCeooky2bbW7QMX3ijOA5enHIOgj6Xo4TBhtTJNE,798
|
12
12
|
streamlit/cursor.py,sha256=LUDB6o7xyGb1it_8rl5QU_N3MRhFCdtnd9tuTx78abU,6001
|
13
|
-
streamlit/delta_generator.py,sha256=
|
13
|
+
streamlit/delta_generator.py,sha256=sn0hEHmQvOZSU5Q4zNQ4i2xFsWjcmSU5aPciLSm3kfQ,28287
|
14
14
|
streamlit/deprecation_util.py,sha256=3JxWWS424v1kQ-qOq-9sQNYPQ8_UERH3QpYtkWxLP74,6516
|
15
15
|
streamlit/development.py,sha256=iO-KQc62Do9uSwoa5vV2tfImqz3QPhJ1Md6DETcnHkc,813
|
16
16
|
streamlit/echo.py,sha256=s0tT_IXxh7BLHOapRS8syE5Tnm4Djm3-oKO0J0MY1wI,4077
|
17
|
-
streamlit/emojis.py,sha256=
|
17
|
+
streamlit/emojis.py,sha256=G1ZHg5TQYCorAZR7ZAlyiapaxYAY6NeY2OdP6F0yVMM,81235
|
18
18
|
streamlit/env_util.py,sha256=fqea8xmj4ifsuqmLv3Pvlq4t5y6WVTBua4qRpVTbs5Y,1791
|
19
19
|
streamlit/error_util.py,sha256=Xx19JaBKF-MKHleuPY6TX3Xo_1fSd3ZqZuhvSz-B3LM,3598
|
20
20
|
streamlit/errors.py,sha256=k9gW3W2d99h5Hlkl3bc-DNjkM5s6s3Ni1AZps5idHAE,3819
|
@@ -37,7 +37,7 @@ streamlit/user_info.py,sha256=tvv__45d7cA6tNrGw1vHtWwc6QLtmXTM5xZoYeTs1cw,3383
|
|
37
37
|
streamlit/util.py,sha256=0Phev7Lytvcy_eqIjpoGl2-7mOODwAwArY2zJpavEh8,6375
|
38
38
|
streamlit/version.py,sha256=dAqFbNh-ln7p47GRRDVHuqag-JZUYpMe47uqFxVb7Tw,763
|
39
39
|
streamlit/commands/__init__.py,sha256=Vrf1yVMOcTyhUPnYvsfyeL96Vpd5z8KoSV5ZzTcTQgU,616
|
40
|
-
streamlit/commands/execution_control.py,sha256=
|
40
|
+
streamlit/commands/execution_control.py,sha256=6-bLkhteE-3-64wEMzKWGNi5lm9tAfO5jLy7cf3Nl_A,6090
|
41
41
|
streamlit/commands/experimental_query_params.py,sha256=axNJrNpOICoUCVXORo8rvq0l7EBoCGKd10s-wAopxMY,4980
|
42
42
|
streamlit/commands/logo.py,sha256=H3Rlk45D38mfAsk7t_E4wQOq76wn9FKdUKeeNH73Rf8,5682
|
43
43
|
streamlit/commands/navigation.py,sha256=fgQiBkkj83d_ju2Zyy-JnA21EtcAAHKW_CZFHQn0WtM,9518
|
@@ -287,18 +287,18 @@ streamlit/proto/__init__.py,sha256=tM42Nl1HAphMoWU8F7noymVPJLj3dEnqqIitEQCr2XE,6
|
|
287
287
|
streamlit/proto/openmetrics_data_model_pb2.py,sha256=dWlhXENjgvIGCMnAumDVQkLA4TQQzP77G5pncI6oP9I,6424
|
288
288
|
streamlit/proto/openmetrics_data_model_pb2.pyi,sha256=dmABrepaNR5S9kA1UPfQGXqY_ARAUuLmQBqG1Xn_HUY,20319
|
289
289
|
streamlit/runtime/__init__.py,sha256=Xx5OVY9Nv8Z6ndbYtJBm3lgR2pn83omEOlDaSl9V2dE,1523
|
290
|
-
streamlit/runtime/app_session.py,sha256=
|
290
|
+
streamlit/runtime/app_session.py,sha256=6kbTSSkaR3dz1p6V-2O3YHoKBEVzJg0oDaLPIJBlPbw,37295
|
291
291
|
streamlit/runtime/connection_factory.py,sha256=hrDAlltHMgW8uYFdiER-wBFg_9KrTBrXVmjb_BgxX1k,12452
|
292
292
|
streamlit/runtime/credentials.py,sha256=oMUw4SWHMbk-b4Z7tGWWLQIZBsFF-4xDBjbxzNNJ8x8,11333
|
293
293
|
streamlit/runtime/forward_msg_cache.py,sha256=Oj-c3BhTRLrXhGBzX21ioq8gTsN4nqjyRL0jr4TqlZk,9750
|
294
294
|
streamlit/runtime/forward_msg_queue.py,sha256=xiH-ZRVOswiABLEyChJbfkIGBACy2l8nQKueL6bkrJc,6420
|
295
|
-
streamlit/runtime/fragment.py,sha256=
|
295
|
+
streamlit/runtime/fragment.py,sha256=6g_-Ehn6lSrbfJhMPAokUJLB20J9qjTQ_O6LDZurMEU,14698
|
296
296
|
streamlit/runtime/media_file_manager.py,sha256=3oHbB6Hs9wMa6z6tuF1NkyQkUaBOm8V6ogWxj56IcS8,8508
|
297
297
|
streamlit/runtime/media_file_storage.py,sha256=hQkMC__XRjshEUD73QCSrX3vrfOOO0U7Vf1Uc6qiP90,4375
|
298
298
|
streamlit/runtime/memory_media_file_storage.py,sha256=9jzWImu9qCUGbJ61c4UhkxRSAPvHLFxNdaPiICPKQtU,6277
|
299
299
|
streamlit/runtime/memory_session_storage.py,sha256=Tx-_3oUg6i9UokpBUIWvqhpWE0WmjtX764KdOzNvDMs,2940
|
300
300
|
streamlit/runtime/memory_uploaded_file_manager.py,sha256=rCLvdZv2nPlWeCiHnwV8phcVV43mUCgW7BaWkmEXgpM,4422
|
301
|
-
streamlit/runtime/metrics_util.py,sha256=
|
301
|
+
streamlit/runtime/metrics_util.py,sha256=mpKjjwzls3rjgCmJqOjvO_UE5H9CWmX1N4aVajz5pc4,15176
|
302
302
|
streamlit/runtime/pages_manager.py,sha256=86GpkkRCNxRsgH-Kq10GLmjsTPgKX-ua42YfL8CsLq8,14123
|
303
303
|
streamlit/runtime/runtime.py,sha256=gUDK50PLzY3xdX1KpHeXM1nVTmtSmNtDPNYsccU7g-0,29334
|
304
304
|
streamlit/runtime/runtime_util.py,sha256=pPgc524cnmjVffZp_QuH3Yql8TFxuSs23gjnv7gIhqk,4021
|
@@ -322,13 +322,15 @@ streamlit/runtime/caching/storage/cache_storage_protocol.py,sha256=5wf3gRqa1Msjt
|
|
322
322
|
streamlit/runtime/caching/storage/dummy_cache_storage.py,sha256=IVQJs1KH3kkn0dc8YsLs3F7FX9wn2ZzTmyRgCTg7MYo,1945
|
323
323
|
streamlit/runtime/caching/storage/in_memory_cache_storage_wrapper.py,sha256=VT5DysXStpsZiQo2fAkx6TXY_ijoon2ki338HjEIvzI,5389
|
324
324
|
streamlit/runtime/caching/storage/local_disk_cache_storage.py,sha256=twJksa2WB274njsSP2vJM0JgfUC5OGm_4-hvtGVpePE,9311
|
325
|
-
streamlit/runtime/scriptrunner/__init__.py,sha256=
|
325
|
+
streamlit/runtime/scriptrunner/__init__.py,sha256=HAmTKizs3IUFHbhNP2N6dzD12LL3wmueBj5ybRJenBE,1191
|
326
|
+
streamlit/runtime/scriptrunner/exceptions.py,sha256=X2kyp8MUnF6hPkYp54cM6Cerumqw6PdcZhafycqa71E,1363
|
327
|
+
streamlit/runtime/scriptrunner/exec_code.py,sha256=8lZfvjDahKKqP0UrCdnL-co25bfyvQmR7DYX24UpEBM,5194
|
326
328
|
streamlit/runtime/scriptrunner/magic.py,sha256=p1H8UiSoTSryirl8jf1-jpba8a1NvmlKngyZo_QNbPE,9080
|
327
329
|
streamlit/runtime/scriptrunner/magic_funcs.py,sha256=_npS_w-0riPNr1-dPyOSjqrwTXoeSR-gXWFkChQ5Yjc,1056
|
328
330
|
streamlit/runtime/scriptrunner/script_cache.py,sha256=ZpaB4T50_GYfhMc2dajSMXWCmS3kaUJ_tPHNVt_flBg,2856
|
329
331
|
streamlit/runtime/scriptrunner/script_requests.py,sha256=2QSboPtHbwm5erUiU-cjJ4DJGlTTkE0mpFLBr6cMjFQ,8065
|
330
332
|
streamlit/runtime/scriptrunner/script_run_context.py,sha256=joIcYJilC5MSV6GKy_2mpQMk-3VG0amtxOYf5af54Dc,9313
|
331
|
-
streamlit/runtime/scriptrunner/script_runner.py,sha256=
|
333
|
+
streamlit/runtime/scriptrunner/script_runner.py,sha256=O1w1FyXPAbBXN9rJ56F16hmvhz8QwJ0t9o0zJLaYYHo,27338
|
332
334
|
streamlit/runtime/state/__init__.py,sha256=UpfNfPrWJ6rVdD-qc0IP_bwZ4MrcNUjyU9wEKDK-eWM,1528
|
333
335
|
streamlit/runtime/state/common.py,sha256=2Afh-o79jx2y_GeWIKO_O8MlUcu1lvLqCtYrc-ePX-I,8175
|
334
336
|
streamlit/runtime/state/query_params.py,sha256=cESFE1Jq4oN6YpgocUsX0f1sSHMyGRoupbxm9X6v3NM,7477
|
@@ -337,9 +339,9 @@ streamlit/runtime/state/safe_session_state.py,sha256=WLFFyMtP4F19TWWBarKtSP942Ie
|
|
337
339
|
streamlit/runtime/state/session_state.py,sha256=__3NVXfqjZLGYBDk2AkYpFdJ6hMvIfRp4jPYDLHl75s,27403
|
338
340
|
streamlit/runtime/state/session_state_proxy.py,sha256=9xGk-_h3l2vwIvbt20MPhVDm20noblfMd45NY9Qv-zE,5473
|
339
341
|
streamlit/runtime/state/widgets.py,sha256=SUK9ALNrK6b8LtYy0Tl_giALxnokod9PhxctgJhhS2E,11445
|
340
|
-
streamlit/static/asset-manifest.json,sha256=
|
342
|
+
streamlit/static/asset-manifest.json,sha256=2E-6MbDs6sCXWFgkTPuP9pu5owTm0ciP2hlQTOc0McM,14353
|
341
343
|
streamlit/static/favicon.png,sha256=if5cVgw7azxKOvV5FpGixga7JLn23rfnHcy1CdWI1-E,1019
|
342
|
-
streamlit/static/index.html,sha256=
|
344
|
+
streamlit/static/index.html,sha256=nZRajVMCQNZdM802LOZE16WvMZoMdveUY9iz27AZLss,891
|
343
345
|
streamlit/static/static/css/3466.8b8f33d6.chunk.css,sha256=4m2lbj1eVFXSaGCRBHZNhqyRz-4Ce9KogjJPxIq6On8,33275
|
344
346
|
streamlit/static/static/css/5441.e3b876c5.chunk.css,sha256=XExLUUHInaWJp_m8TtBWhQ88SUuxZl6Jnnw5NA6rwI4,2633
|
345
347
|
streamlit/static/static/css/8148.49dfd2ce.chunk.css,sha256=LjBHDWjz8Hi0dr3DH9ujdlw4E2llc0xdDQHR64H4NQ8,12090
|
@@ -407,8 +409,8 @@ streamlit/static/static/js/9656.8c935274.chunk.js,sha256=3VB6NT0EQErJUX2SYLQpmNA
|
|
407
409
|
streamlit/static/static/js/9865.fd93213d.chunk.js,sha256=Ul2N951ZrAXpJOWo4SV4AKlymjMMNPJxpea3uRt8B_Y,4011
|
408
410
|
streamlit/static/static/js/9945.47d54f35.chunk.js,sha256=hhr3CT-A7_nboARJ6yPmoB69w1mljn8GzMnsyu-moZg,398776
|
409
411
|
streamlit/static/static/js/9945.47d54f35.chunk.js.LICENSE.txt,sha256=6s4mSSf8NHGJqUCFAj3VgMXZuNYyAzshKRhvxYZTQoU,281
|
410
|
-
streamlit/static/static/js/main.
|
411
|
-
streamlit/static/static/js/main.
|
412
|
+
streamlit/static/static/js/main.ba32d829.js,sha256=vmi0BDozPkchNT7uPBoO49vwYQJIwi6fCqViahsvCvE,4425006
|
413
|
+
streamlit/static/static/js/main.ba32d829.js.LICENSE.txt,sha256=YTeqT7R6idssTgnyi3gf0tRiq18-LiPeDOpsWcnbi34,3184
|
412
414
|
streamlit/static/static/media/KaTeX_AMS-Regular.73ea273a72f4aca30ca5.woff2,sha256=DN04fJWQoan5eUVgAi27WWVKfYbxh6oMgUla1C06cwg,28076
|
413
415
|
streamlit/static/static/media/KaTeX_AMS-Regular.853be92419a6c3766b9a.ttf,sha256=aFNIQLz90r_7bw6N60hoTdAefwTqKBMmdXevuQbeHRM,63632
|
414
416
|
streamlit/static/static/media/KaTeX_AMS-Regular.d562e886c52f12660a41.woff,sha256=MNqR6EyJP4deJSaJ-uvcWQsocRReitx_mp1NvYzgslE,33516
|
@@ -527,9 +529,9 @@ streamlit/web/server/server_util.py,sha256=C3M971XFoEXTMufQLwHbZdtZOE30nWx-2WiXm
|
|
527
529
|
streamlit/web/server/stats_request_handler.py,sha256=47nQHe4ETsO9QS9FAEUF8rZigU_k5eACJZw4-jc8U6c,3684
|
528
530
|
streamlit/web/server/upload_file_request_handler.py,sha256=ftyKpARrUjOpRcFETIXuoTyOG_mo-ToOw5NI0y_W4lE,5003
|
529
531
|
streamlit/web/server/websocket_headers.py,sha256=07SkWLcOxbyldl7UcBzrMKY9ZojypCQACiKoh5FcH7Y,1870
|
530
|
-
streamlit_nightly-1.
|
531
|
-
streamlit_nightly-1.
|
532
|
-
streamlit_nightly-1.
|
533
|
-
streamlit_nightly-1.
|
534
|
-
streamlit_nightly-1.
|
535
|
-
streamlit_nightly-1.
|
532
|
+
streamlit_nightly-1.36.1.dev20240620.data/scripts/streamlit.cmd,sha256=ZEYM3vBJSp-k7vwSJ3ba5NzEk9-qHdSeLvGYAAe1mMw,676
|
533
|
+
streamlit_nightly-1.36.1.dev20240620.dist-info/METADATA,sha256=GnrEhdkegonvfWZcpfunqbrN4EK5rDMaXR49TE6Ubu8,8531
|
534
|
+
streamlit_nightly-1.36.1.dev20240620.dist-info/WHEEL,sha256=pOwdCRdxkCaq8tWTvnGIC-q_meWYHwmqvvQPkeaM2I4,109
|
535
|
+
streamlit_nightly-1.36.1.dev20240620.dist-info/entry_points.txt,sha256=uNJ4DwGNXEhOK0USwSNanjkYyR-Bk7eYQbJFDrWyOgY,53
|
536
|
+
streamlit_nightly-1.36.1.dev20240620.dist-info/top_level.txt,sha256=V3FhKbm7G2LnR0s4SytavrjIPNIhvcsAGXfYHAwtQzw,10
|
537
|
+
streamlit_nightly-1.36.1.dev20240620.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|