streamlit-nightly 1.36.1.dev20240715__py2.py3-none-any.whl → 1.36.1.dev20240717__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.
@@ -19,7 +19,20 @@
19
19
  # Since we do not know what other internals are used out in the wild, let's try to
20
20
  # model the old behavior and not to break things.
21
21
 
22
+ # This should be cleaned up in the future, e.g. as part of components v2.
23
+
22
24
  from streamlit.components.v1.component_registry import (
23
- declare_component as declare_component, # noqa: PLC0414
25
+ declare_component,
26
+ )
27
+ from streamlit.components.v1.custom_component import (
28
+ CustomComponent,
29
+ MarshallComponentException,
24
30
  )
25
- from streamlit.components.v1.custom_component import * # noqa: F403
31
+ from streamlit.runtime.state import register_widget
32
+
33
+ __all__ = [
34
+ "CustomComponent",
35
+ "declare_component",
36
+ "MarshallComponentException",
37
+ "register_widget",
38
+ ]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: streamlit-nightly
3
- Version: 1.36.1.dev20240715
3
+ Version: 1.36.1.dev20240717
4
4
  Summary: A faster way to build and share data apps
5
5
  Home-page: https://streamlit.io
6
6
  Author: Snowflake Inc
@@ -52,7 +52,7 @@ streamlit/components/types/base_custom_component.py,sha256=a8fvmmf8DN18fhezsdgkr
52
52
  streamlit/components/v1/__init__.py,sha256=I7xa1wfGQY84U_nWWsq1i_HO5kCQ7f0BE5_dEQUiWRw,1027
53
53
  streamlit/components/v1/component_arrow.py,sha256=sG9hKzRCMWHW18ZkpaAkhTI_yGYhzxy1xjylb_mt5FY,4428
54
54
  streamlit/components/v1/component_registry.py,sha256=OfrYqNhRYy0gVD22k5QhEne8mYcq1kWGmb71TjW5ZeQ,4791
55
- streamlit/components/v1/components.py,sha256=xyJSWP81OPAybRY2G4oLgBLdqAzX-hoY-Ib6Wi90Jdw,1335
55
+ streamlit/components/v1/components.py,sha256=-fyYz9yOIILGHUFqICLipl7HAK-2NUWGcBFcQa4L3Sk,1585
56
56
  streamlit/components/v1/custom_component.py,sha256=-JaDuFjEBX98dL74IDWSx1k4x_a0YdO0XdnEb1O-W8U,9397
57
57
  streamlit/connections/__init__.py,sha256=WSOEtrwhiNYti89iCk3O7I83rurZl8gXoM8tA2d_E-U,1083
58
58
  streamlit/connections/base_connection.py,sha256=0BRLiQFe1H5j1CqVPgIlbtpXpeEgRLsoZhCIDUtB1P4,7465
@@ -536,9 +536,9 @@ streamlit/web/server/server_util.py,sha256=C3M971XFoEXTMufQLwHbZdtZOE30nWx-2WiXm
536
536
  streamlit/web/server/stats_request_handler.py,sha256=47nQHe4ETsO9QS9FAEUF8rZigU_k5eACJZw4-jc8U6c,3684
537
537
  streamlit/web/server/upload_file_request_handler.py,sha256=ftyKpARrUjOpRcFETIXuoTyOG_mo-ToOw5NI0y_W4lE,5003
538
538
  streamlit/web/server/websocket_headers.py,sha256=xkmLm7-WyXyQM8fW-NuURBnD_rmQaiO3oBlu6woF71w,2207
539
- streamlit_nightly-1.36.1.dev20240715.data/scripts/streamlit.cmd,sha256=ZEYM3vBJSp-k7vwSJ3ba5NzEk9-qHdSeLvGYAAe1mMw,676
540
- streamlit_nightly-1.36.1.dev20240715.dist-info/METADATA,sha256=dkYRDX5VoXYE5KanTw6IlBnpiTEBOCopEYwBYeGFWNE,8531
541
- streamlit_nightly-1.36.1.dev20240715.dist-info/WHEEL,sha256=pWvVuNuBTVmNV7Lp2jMAgt1NplTICeFdl1SW8U3MWN4,109
542
- streamlit_nightly-1.36.1.dev20240715.dist-info/entry_points.txt,sha256=uNJ4DwGNXEhOK0USwSNanjkYyR-Bk7eYQbJFDrWyOgY,53
543
- streamlit_nightly-1.36.1.dev20240715.dist-info/top_level.txt,sha256=V3FhKbm7G2LnR0s4SytavrjIPNIhvcsAGXfYHAwtQzw,10
544
- streamlit_nightly-1.36.1.dev20240715.dist-info/RECORD,,
539
+ streamlit_nightly-1.36.1.dev20240717.data/scripts/streamlit.cmd,sha256=ZEYM3vBJSp-k7vwSJ3ba5NzEk9-qHdSeLvGYAAe1mMw,676
540
+ streamlit_nightly-1.36.1.dev20240717.dist-info/METADATA,sha256=eTwFO4lP0lvwzEvVkeYgf1vqtRtG4Qa4-XSS7BU1xd0,8531
541
+ streamlit_nightly-1.36.1.dev20240717.dist-info/WHEEL,sha256=SEx_VjY_dCdOsvWsJxlL1ZaHIhdlADF6DUiu_JU1hs4,109
542
+ streamlit_nightly-1.36.1.dev20240717.dist-info/entry_points.txt,sha256=uNJ4DwGNXEhOK0USwSNanjkYyR-Bk7eYQbJFDrWyOgY,53
543
+ streamlit_nightly-1.36.1.dev20240717.dist-info/top_level.txt,sha256=V3FhKbm7G2LnR0s4SytavrjIPNIhvcsAGXfYHAwtQzw,10
544
+ streamlit_nightly-1.36.1.dev20240717.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (70.3.0)
2
+ Generator: setuptools (71.0.1)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py2-none-any
5
5
  Tag: py3-none-any