streamlit-nightly 1.53.2.dev20260127__py3-none-any.whl → 1.53.2.dev20260131__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.
Files changed (225) hide show
  1. streamlit/config.py +14 -2
  2. streamlit/config_util.py +63 -8
  3. streamlit/elements/deck_gl_json_chart.py +5 -1
  4. streamlit/elements/lib/built_in_chart_utils.py +24 -4
  5. streamlit/elements/lib/color_util.py +20 -1
  6. streamlit/elements/vega_charts.py +24 -4
  7. streamlit/proto/Alert_pb2.py +2 -3
  8. streamlit/proto/AppPage_pb2.py +2 -3
  9. streamlit/proto/ArrowData_pb2.py +2 -3
  10. streamlit/proto/ArrowNamedDataSet_pb2.py +2 -3
  11. streamlit/proto/ArrowVegaLiteChart_pb2.py +2 -3
  12. streamlit/proto/Arrow_pb2.py +11 -18
  13. streamlit/proto/Arrow_pb2.pyi +1 -42
  14. streamlit/proto/AudioInput_pb2.py +2 -3
  15. streamlit/proto/Audio_pb2.py +2 -3
  16. streamlit/proto/AuthRedirect_pb2.py +2 -3
  17. streamlit/proto/AutoRerun_pb2.py +2 -3
  18. streamlit/proto/BackMsg_pb2.py +2 -3
  19. streamlit/proto/Balloons_pb2.py +2 -3
  20. streamlit/proto/BidiComponent_pb2.py +2 -3
  21. streamlit/proto/Block_pb2.py +36 -43
  22. streamlit/proto/Block_pb2.pyi +3 -48
  23. streamlit/proto/BokehChart_pb2.py +2 -3
  24. streamlit/proto/ButtonGroup_pb2.py +2 -3
  25. streamlit/proto/ButtonLikeIconPosition_pb2.py +2 -3
  26. streamlit/proto/Button_pb2.py +3 -6
  27. streamlit/proto/Button_pb2.pyi +1 -18
  28. streamlit/proto/CameraInput_pb2.py +2 -3
  29. streamlit/proto/ChatInput_pb2.py +5 -8
  30. streamlit/proto/ChatInput_pb2.pyi +1 -17
  31. streamlit/proto/Checkbox_pb2.py +2 -3
  32. streamlit/proto/ClientState_pb2.py +2 -3
  33. streamlit/proto/Code_pb2.py +3 -6
  34. streamlit/proto/Code_pb2.pyi +1 -18
  35. streamlit/proto/ColorPicker_pb2.py +2 -3
  36. streamlit/proto/Common_pb2.py +7 -8
  37. streamlit/proto/Common_pb2.pyi +2 -10
  38. streamlit/proto/Components_pb2.py +2 -3
  39. streamlit/proto/DateInput_pb2.py +2 -3
  40. streamlit/proto/DateTimeInput_pb2.py +2 -3
  41. streamlit/proto/DeckGlJsonChart_pb2.py +5 -12
  42. streamlit/proto/DeckGlJsonChart_pb2.pyi +1 -54
  43. streamlit/proto/Delta_pb2.py +4 -6
  44. streamlit/proto/Delta_pb2.pyi +5 -14
  45. streamlit/proto/DocString_pb2.py +2 -3
  46. streamlit/proto/DownloadButton_pb2.py +2 -3
  47. streamlit/proto/Element_pb2.py +4 -7
  48. streamlit/proto/Element_pb2.pyi +3 -23
  49. streamlit/proto/Empty_pb2.py +2 -3
  50. streamlit/proto/Exception_pb2.py +2 -3
  51. streamlit/proto/Favicon_pb2.py +2 -3
  52. streamlit/proto/FileUploader_pb2.py +2 -3
  53. streamlit/proto/ForwardMsg_pb2.py +12 -18
  54. streamlit/proto/ForwardMsg_pb2.pyi +4 -48
  55. streamlit/proto/GapSize_pb2.py +2 -3
  56. streamlit/proto/GitInfo_pb2.py +2 -3
  57. streamlit/proto/GraphVizChart_pb2.py +3 -6
  58. streamlit/proto/GraphVizChart_pb2.pyi +1 -18
  59. streamlit/proto/Heading_pb2.py +2 -3
  60. streamlit/proto/HeightConfig_pb2.py +2 -3
  61. streamlit/proto/Html_pb2.py +2 -3
  62. streamlit/proto/IFrame_pb2.py +3 -10
  63. streamlit/proto/IFrame_pb2.pyi +1 -42
  64. streamlit/proto/Image_pb2.py +3 -6
  65. streamlit/proto/Image_pb2.pyi +1 -18
  66. streamlit/proto/Json_pb2.py +2 -3
  67. streamlit/proto/LabelVisibilityMessage_pb2.py +2 -3
  68. streamlit/proto/LinkButton_pb2.py +2 -3
  69. streamlit/proto/Logo_pb2.py +2 -3
  70. streamlit/proto/Markdown_pb2.py +2 -3
  71. streamlit/proto/Metric_pb2.py +2 -3
  72. streamlit/proto/MetricsEvent_pb2.py +2 -3
  73. streamlit/proto/MultiSelect_pb2.py +3 -6
  74. streamlit/proto/MultiSelect_pb2.pyi +1 -11
  75. streamlit/proto/Navigation_pb2.py +2 -3
  76. streamlit/proto/NewSession_pb2.py +27 -26
  77. streamlit/proto/NewSession_pb2.pyi +24 -12
  78. streamlit/proto/NumberInput_pb2.py +2 -3
  79. streamlit/proto/PageConfig_pb2.py +2 -3
  80. streamlit/proto/PageInfo_pb2.py +2 -3
  81. streamlit/proto/PageLink_pb2.py +2 -3
  82. streamlit/proto/PageNotFound_pb2.py +2 -3
  83. streamlit/proto/PageProfile_pb2.py +2 -3
  84. streamlit/proto/ParentMessage_pb2.py +2 -3
  85. streamlit/proto/PlotlyChart_pb2.py +5 -10
  86. streamlit/proto/PlotlyChart_pb2.pyi +1 -58
  87. streamlit/proto/Progress_pb2.py +2 -3
  88. streamlit/proto/Radio_pb2.py +3 -6
  89. streamlit/proto/Radio_pb2.pyi +2 -19
  90. streamlit/proto/RootContainer_pb2.py +2 -3
  91. streamlit/proto/Selectbox_pb2.py +3 -6
  92. streamlit/proto/Selectbox_pb2.pyi +2 -19
  93. streamlit/proto/SessionEvent_pb2.py +2 -3
  94. streamlit/proto/SessionStatus_pb2.py +2 -3
  95. streamlit/proto/Skeleton_pb2.py +2 -3
  96. streamlit/proto/Slider_pb2.py +2 -3
  97. streamlit/proto/Snow_pb2.py +2 -3
  98. streamlit/proto/Space_pb2.py +2 -3
  99. streamlit/proto/Spinner_pb2.py +2 -3
  100. streamlit/proto/TextAlignmentConfig_pb2.py +2 -3
  101. streamlit/proto/TextArea_pb2.py +3 -6
  102. streamlit/proto/TextArea_pb2.pyi +1 -18
  103. streamlit/proto/TextInput_pb2.py +2 -3
  104. streamlit/proto/Text_pb2.py +2 -3
  105. streamlit/proto/TimeInput_pb2.py +2 -3
  106. streamlit/proto/Toast_pb2.py +2 -3
  107. streamlit/proto/Transient_pb2.py +2 -3
  108. streamlit/proto/Video_pb2.py +2 -3
  109. streamlit/proto/WidgetStates_pb2.py +2 -3
  110. streamlit/proto/WidthConfig_pb2.py +2 -3
  111. streamlit/proto/openmetrics_data_model_pb2.py +2 -3
  112. streamlit/runtime/app_session.py +19 -0
  113. streamlit/runtime/runtime.py +0 -4
  114. streamlit/static/index.html +1 -1
  115. streamlit/static/manifest.json +296 -296
  116. streamlit/static/static/js/{ErrorOutline.esm.DiaGWPsE.js → ErrorOutline.esm.DC6KVDKK.js} +1 -1
  117. streamlit/static/static/js/{FileDownload.esm.D-Qgpk5d.js → FileDownload.esm.Z9hRQIHi.js} +1 -1
  118. streamlit/static/static/js/{FileHelper.DmtDDGp0.js → FileHelper.DqvW90pm.js} +1 -1
  119. streamlit/static/static/js/{FormClearHelper.BM3uDLnU.js → FormClearHelper.DTFnX0js.js} +1 -1
  120. streamlit/static/static/js/{InputInstructions.B2YZ5Lle.js → InputInstructions.CdzsN_Va.js} +1 -1
  121. streamlit/static/static/js/{Particles.BzfZrl-0.js → Particles.12xFSjcn.js} +1 -1
  122. streamlit/static/static/js/{ProgressBar.DWErD3j3.js → ProgressBar.Dg-oMbWg.js} +1 -1
  123. streamlit/static/static/js/{StreamlitSyntaxHighlighter.DB31rUPf.js → StreamlitSyntaxHighlighter.rbzmcipw.js} +1 -1
  124. streamlit/static/static/js/{TableChart.esm.D3oUYYYd.js → TableChart.esm.CzJtGIR-.js} +1 -1
  125. streamlit/static/static/js/{Toolbar.CPyjMABY.js → Toolbar.COH7NaOE.js} +1 -1
  126. streamlit/static/static/js/{WidgetLabelHelpIconInline.C1NBCx-y.js → WidgetLabelHelpIconInline.Dlc8f0Ji.js} +1 -1
  127. streamlit/static/static/js/{base-input.C_CrNgNd.js → base-input.Q-zJLgRK.js} +4 -4
  128. streamlit/static/static/js/{checkbox.S6O8DPFl.js → checkbox.BKgWNdeI.js} +1 -1
  129. streamlit/static/static/js/{createDownloadLinkElement.B-5tIJBw.js → createDownloadLinkElement.6oO-YlYv.js} +1 -1
  130. streamlit/static/static/js/{data-grid-overlay-editor.BW5aAEJN.js → data-grid-overlay-editor.CO0xdNiG.js} +1 -1
  131. streamlit/static/static/js/{downloader.BswLlj7p.js → downloader.BBXcXdX1.js} +1 -1
  132. streamlit/static/static/js/{embed.QjYZXbaW.js → embed.CJzOXYBF.js} +1 -1
  133. streamlit/static/static/js/{es6.Dm_kl6Cp.js → es6.CdxPQzwJ.js} +2 -2
  134. streamlit/static/static/js/{formatNumber.CH39oSMw.js → formatNumber.DB5irY8c.js} +1 -1
  135. streamlit/static/static/js/{iconPosition.Dp9f2jam.js → iconPosition.BVScIr6G.js} +1 -1
  136. streamlit/static/static/js/{iframeResizer.contentWindow.DOprY46-.js → iframeResizer.contentWindow.D_QHVqPM.js} +1 -1
  137. streamlit/static/static/js/{index.CAzk7fUP.js → index.6DFY6LUF.js} +1 -1
  138. streamlit/static/static/js/{index.BBVcEzWu.js → index.B80gSxrS.js} +1 -1
  139. streamlit/static/static/js/{index.6UQ__fP7.js → index.BDtN2n7T.js} +1 -1
  140. streamlit/static/static/js/{index.BYjec3-R.js → index.BED2_zc7.js} +1 -1
  141. streamlit/static/static/js/{index.DMwRlpNi.js → index.BQnLeHnr.js} +1 -1
  142. streamlit/static/static/js/{index.s9zpEF8P.js → index.BSYebegS.js} +1 -1
  143. streamlit/static/static/js/{index.6OwBTJdz.js → index.BSpYHDvk.js} +1 -1
  144. streamlit/static/static/js/{index.BUbgW8RJ.js → index.BiCbrx53.js} +1 -1
  145. streamlit/static/static/js/{index.CYxcFtYt.js → index.Biyf9aUg.js} +1 -1
  146. streamlit/static/static/js/{index.BQu5Qf_i.js → index.BqbKiDp2.js} +1 -1
  147. streamlit/static/static/js/{index.BcUwq6kI.js → index.BqxwnMem.js} +1 -1
  148. streamlit/static/static/js/{index.CDZffl1q.js → index.BtOoVQt7.js} +1 -1
  149. streamlit/static/static/js/{index.C57ViuAX.js → index.BxMkW82k.js} +1 -1
  150. streamlit/static/static/js/{index.DypwtfIh.js → index.BxQxTpWl.js} +1 -1
  151. streamlit/static/static/js/{index.BaKZ4ira.js → index.C5oqIM3a.js} +1 -1
  152. streamlit/static/static/js/{index.tjRGlTlQ.js → index.CBE2cIbj.js} +1 -1
  153. streamlit/static/static/js/{index.Cb7V19H9.js → index.CE2WIFD1.js} +1 -1
  154. streamlit/static/static/js/{index.lMhsw-5K.js → index.CPc_uZux.js} +50 -50
  155. streamlit/static/static/js/{index.CfXTal6g.js → index.CUYi3FrD.js} +1 -1
  156. streamlit/static/static/js/index.Cpu2p5bH.js +1 -0
  157. streamlit/static/static/js/{index.OI2eh_me.js → index.CrY1BsL3.js} +1 -1
  158. streamlit/static/static/js/{index.B9XI6y3j.js → index.CtbETWQK.js} +1 -1
  159. streamlit/static/static/js/{index.6iOQDEVC.js → index.CvtybR-u.js} +1 -1
  160. streamlit/static/static/js/{index.DK9Im19R.js → index.CxoREvnF.js} +1 -1
  161. streamlit/static/static/js/{index.DsZNm1_D.js → index.D6OexhdL.js} +1 -1
  162. streamlit/static/static/js/{index.Ci3x7GcT.js → index.D9v2Y8Gk.js} +1 -1
  163. streamlit/static/static/js/{index.BFxjXeYb.js → index.DAfIQKfP.js} +1 -1
  164. streamlit/static/static/js/index.DAnczAW2.js +2 -0
  165. streamlit/static/static/js/{index.D1tkD8Lg.js → index.DAyGxxdm.js} +1 -1
  166. streamlit/static/static/js/{index.BNsCI-Q1.js → index.DCe7fo-m.js} +1 -1
  167. streamlit/static/static/js/{index.B6Sk5Jwr.js → index.DNfyKqhQ.js} +1 -1
  168. streamlit/static/static/js/{index.BlgpfTUq.js → index.DRoJNzFX.js} +1 -1
  169. streamlit/static/static/js/{index.CkSzTTpO.js → index.DU68jVpM.js} +54 -54
  170. streamlit/static/static/js/{index.TTO_Lb69.js → index.DZmBuE3z.js} +2 -2
  171. streamlit/static/static/js/{index.Cw5Xlisw.js → index.DhRAGiPR.js} +1 -1
  172. streamlit/static/static/js/{index.BUOjbZl6.js → index.DrcbvB2t.js} +1 -1
  173. streamlit/static/static/js/{index.wKGUZfH4.js → index.Dud7RRHc.js} +1 -1
  174. streamlit/static/static/js/{index.BxtweGcn.js → index.DyXcT2tD.js} +1 -1
  175. streamlit/static/static/js/{index.X1r5cenD.js → index.DyfvmNCy.js} +222 -222
  176. streamlit/static/static/js/{index.JKOtpaMf.js → index.GieKl4BG.js} +1 -1
  177. streamlit/static/static/js/{index.CuJ82OKQ.js → index.YULCxEtm.js} +1 -1
  178. streamlit/static/static/js/{index.-7yn3zqE.js → index._1zqETQ9.js} +2 -2
  179. streamlit/static/static/js/{index.gsc49XzN.js → index.bQJYmJ2T.js} +1 -1
  180. streamlit/static/static/js/{index.BlchQrZL.js → index.iXh5nbLZ.js} +1 -1
  181. streamlit/static/static/js/index.mSdC1FV6.js +1 -0
  182. streamlit/static/static/js/{index.DoRYpzHm.js → index.nL1fkE1D.js} +1 -1
  183. streamlit/static/static/js/{index.4QSKV4yi.js → index.tuFFlbxa.js} +1 -1
  184. streamlit/static/static/js/{index.Bwaj-9Zv.js → index.y-pa6LIX.js} +1 -1
  185. streamlit/static/static/js/{input.CIKqvWjB.js → input.BcC6sPE_.js} +1 -1
  186. streamlit/static/static/js/{main.BkNqoTrd.js → main.TU5_aabd.js} +1 -1
  187. streamlit/static/static/js/{memory.DNcbFok2.js → memory.By_OTlI4.js} +1 -1
  188. streamlit/static/static/js/{number-overlay-editor.DwjiYKav.js → number-overlay-editor.FSRaRpbU.js} +1 -1
  189. streamlit/static/static/js/{pandasStylerUtils.BSc50we3.js → pandasStylerUtils.3IiIKU9-.js} +1 -1
  190. streamlit/static/static/js/{sandbox.DJL9Gdcf.js → sandbox.DnxTbWzV.js} +1 -1
  191. streamlit/static/static/js/{styled-components.D4jE1G9j.js → styled-components.BeEcZ0vW.js} +1 -1
  192. streamlit/static/static/js/{throttle.dHeXiPIK.js → throttle.emUyC44c.js} +1 -1
  193. streamlit/static/static/js/{timepicker.CIpoSUyW.js → timepicker.DZ_ZufYF.js} +1 -1
  194. streamlit/static/static/js/{toConsumableArray.AOXQx2YY.js → toConsumableArray.DDV1bN1-.js} +1 -1
  195. streamlit/static/static/js/uniqueId.DTwvAE-J.js +1 -0
  196. streamlit/static/static/js/{useBasicWidgetState.BwQxG7iA.js → useBasicWidgetState.DvpdEDYZ.js} +1 -1
  197. streamlit/static/static/js/{useIntlLocale.JXPZPWaJ.js → useIntlLocale.BBDLbTq9.js} +1 -1
  198. streamlit/static/static/js/{useTextInputAutoExpand.CD_nhoE_.js → useTextInputAutoExpand.BIApLJKn.js} +1 -1
  199. streamlit/static/static/js/{useUpdateUiValue.Cl1Y22Ao.js → useUpdateUiValue.DQ4RuJNC.js} +1 -1
  200. streamlit/static/static/js/{useWaveformController.DJhScSDn.js → useWaveformController.B0olyXLQ.js} +1 -1
  201. streamlit/static/static/js/{withCalculatedWidth.CrAfFzO9.js → withCalculatedWidth.DYeqePuh.js} +1 -1
  202. streamlit/static/static/js/{withFullScreenWrapper.EdE3zOz5.js → withFullScreenWrapper.DtkUCO_d.js} +1 -1
  203. streamlit/testing/v1/element_tree.py +16 -2
  204. streamlit/web/bootstrap.py +5 -2
  205. streamlit/web/server/server.py +0 -1
  206. streamlit/web/server/server_util.py +22 -0
  207. streamlit/web/server/starlette/starlette_app.py +0 -1
  208. {streamlit_nightly-1.53.2.dev20260127.dist-info → streamlit_nightly-1.53.2.dev20260131.dist-info}/METADATA +10 -25
  209. {streamlit_nightly-1.53.2.dev20260127.dist-info → streamlit_nightly-1.53.2.dev20260131.dist-info}/RECORD +212 -221
  210. streamlit/proto/DataFrame_pb2.py +0 -56
  211. streamlit/proto/DataFrame_pb2.pyi +0 -430
  212. streamlit/proto/NamedDataSet_pb2.py +0 -28
  213. streamlit/proto/NamedDataSet_pb2.pyi +0 -67
  214. streamlit/proto/PagesChanged_pb2.py +0 -28
  215. streamlit/proto/PagesChanged_pb2.pyi +0 -55
  216. streamlit/proto/VegaLiteChart_pb2.py +0 -29
  217. streamlit/proto/VegaLiteChart_pb2.pyi +0 -79
  218. streamlit/static/static/js/index.B0Wcvg8a.js +0 -2
  219. streamlit/static/static/js/index.CivdhE_9.js +0 -1
  220. streamlit/static/static/js/index.DTUAvbJ0.js +0 -1
  221. streamlit/static/static/js/uniqueId.DRPc21MO.js +0 -1
  222. streamlit_nightly-1.53.2.dev20260127.data/scripts/streamlit.cmd +0 -16
  223. {streamlit_nightly-1.53.2.dev20260127.dist-info → streamlit_nightly-1.53.2.dev20260131.dist-info}/WHEEL +0 -0
  224. {streamlit_nightly-1.53.2.dev20260127.dist-info → streamlit_nightly-1.53.2.dev20260131.dist-info}/entry_points.txt +0 -0
  225. {streamlit_nightly-1.53.2.dev20260127.dist-info → streamlit_nightly-1.53.2.dev20260131.dist-info}/top_level.txt +0 -0
@@ -1,56 +0,0 @@
1
- # -*- coding: utf-8 -*-
2
- # Generated by the protocol buffer compiler. DO NOT EDIT!
3
- # source: streamlit/proto/DataFrame.proto
4
- # Protobuf Python Version: 5.26.1
5
- """Generated protocol buffer code."""
6
- from google.protobuf import descriptor as _descriptor
7
- from google.protobuf import descriptor_pool as _descriptor_pool
8
- from google.protobuf import symbol_database as _symbol_database
9
- from google.protobuf.internal import builder as _builder
10
- # @@protoc_insertion_point(imports)
11
-
12
- _sym_db = _symbol_database.Default()
13
-
14
-
15
- from streamlit.proto import Common_pb2 as streamlit_dot_proto_dot_Common__pb2
16
-
17
-
18
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1fstreamlit/proto/DataFrame.proto\x1a\x1cstreamlit/proto/Common.proto\"m\n\tDataFrame\x12\x14\n\x04\x64\x61ta\x18\x01 \x01(\x0b\x32\x06.Table\x12\x15\n\x05index\x18\x02 \x01(\x0b\x32\x06.Index\x12\x17\n\x07\x63olumns\x18\x03 \x01(\x0b\x32\x06.Index\x12\x1a\n\x05style\x18\x04 \x01(\x0b\x32\x0b.TableStyle\"\x9f\x02\n\x05Index\x12\"\n\x0bplain_index\x18\x01 \x01(\x0b\x32\x0b.PlainIndexH\x00\x12\"\n\x0brange_index\x18\x02 \x01(\x0b\x32\x0b.RangeIndexH\x00\x12\"\n\x0bmulti_index\x18\x04 \x01(\x0b\x32\x0b.MultiIndexH\x00\x12(\n\x0e\x64\x61tetime_index\x18\x06 \x01(\x0b\x32\x0e.DatetimeIndexH\x00\x12*\n\x0ftimedelta_index\x18\x07 \x01(\x0b\x32\x0f.TimedeltaIndexH\x00\x12#\n\x0cint_64_index\x18\t \x01(\x0b\x32\x0b.Int64IndexH\x00\x12\'\n\x0e\x66loat_64_index\x18\x0b \x01(\x0b\x32\r.Float64IndexH\x00\x42\x06\n\x04type\"%\n\nPlainIndex\x12\x17\n\x04\x64\x61ta\x18\x01 \x01(\x0b\x32\t.AnyArray\")\n\nRangeIndex\x12\r\n\x05start\x18\x01 \x01(\x03\x12\x0c\n\x04stop\x18\x02 \x01(\x03\"A\n\nMultiIndex\x12\x16\n\x06levels\x18\x01 \x03(\x0b\x32\x06.Index\x12\x1b\n\x06labels\x18\x02 \x03(\x0b\x32\x0b.Int32Array\"+\n\rDatetimeIndex\x12\x1a\n\x04\x64\x61ta\x18\x01 \x01(\x0b\x32\x0c.StringArray\"+\n\x0eTimedeltaIndex\x12\x19\n\x04\x64\x61ta\x18\x01 \x01(\x0b\x32\x0b.Int64Array\"\'\n\nInt64Index\x12\x19\n\x04\x64\x61ta\x18\x01 \x01(\x0b\x32\x0b.Int64Array\"*\n\x0c\x46loat64Index\x12\x1a\n\x04\x64\x61ta\x18\x01 \x01(\x0b\x32\x0c.DoubleArray\"+\n\x08\x43SSStyle\x12\x10\n\x08property\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t\"U\n\tCellStyle\x12\x16\n\x03\x63ss\x18\x01 \x03(\x0b\x32\t.CSSStyle\x12\x15\n\rdisplay_value\x18\x02 \x01(\t\x12\x19\n\x11has_display_value\x18\x03 \x01(\x08\",\n\x0e\x43\x65llStyleArray\x12\x1a\n\x06styles\x18\x01 \x03(\x0b\x32\n.CellStyle\"\xb9\x01\n\x08\x41nyArray\x12\x1f\n\x07strings\x18\x01 \x01(\x0b\x32\x0c.StringArrayH\x00\x12\x1f\n\x07\x64oubles\x18\x02 \x01(\x0b\x32\x0c.DoubleArrayH\x00\x12\x1d\n\x06int64s\x18\x03 \x01(\x0b\x32\x0b.Int64ArrayH\x00\x12!\n\tdatetimes\x18\x04 \x01(\x0b\x32\x0c.StringArrayH\x00\x12!\n\ntimedeltas\x18\x05 \x01(\x0b\x32\x0b.Int64ArrayH\x00\x42\x06\n\x04type\" \n\x05Table\x12\x17\n\x04\x63ols\x18\x01 \x03(\x0b\x32\t.AnyArray\"+\n\nTableStyle\x12\x1d\n\x04\x63ols\x18\x01 \x03(\x0b\x32\x0f.CellStyleArrayB.\n\x1c\x63om.snowflake.apps.streamlitB\x0e\x44\x61taFrameProtob\x06proto3')
19
-
20
- _globals = globals()
21
- _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
22
- _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'streamlit.proto.DataFrame_pb2', _globals)
23
- if not _descriptor._USE_C_DESCRIPTORS:
24
- _globals['DESCRIPTOR']._loaded_options = None
25
- _globals['DESCRIPTOR']._serialized_options = b'\n\034com.snowflake.apps.streamlitB\016DataFrameProto'
26
- _globals['_DATAFRAME']._serialized_start=65
27
- _globals['_DATAFRAME']._serialized_end=174
28
- _globals['_INDEX']._serialized_start=177
29
- _globals['_INDEX']._serialized_end=464
30
- _globals['_PLAININDEX']._serialized_start=466
31
- _globals['_PLAININDEX']._serialized_end=503
32
- _globals['_RANGEINDEX']._serialized_start=505
33
- _globals['_RANGEINDEX']._serialized_end=546
34
- _globals['_MULTIINDEX']._serialized_start=548
35
- _globals['_MULTIINDEX']._serialized_end=613
36
- _globals['_DATETIMEINDEX']._serialized_start=615
37
- _globals['_DATETIMEINDEX']._serialized_end=658
38
- _globals['_TIMEDELTAINDEX']._serialized_start=660
39
- _globals['_TIMEDELTAINDEX']._serialized_end=703
40
- _globals['_INT64INDEX']._serialized_start=705
41
- _globals['_INT64INDEX']._serialized_end=744
42
- _globals['_FLOAT64INDEX']._serialized_start=746
43
- _globals['_FLOAT64INDEX']._serialized_end=788
44
- _globals['_CSSSTYLE']._serialized_start=790
45
- _globals['_CSSSTYLE']._serialized_end=833
46
- _globals['_CELLSTYLE']._serialized_start=835
47
- _globals['_CELLSTYLE']._serialized_end=920
48
- _globals['_CELLSTYLEARRAY']._serialized_start=922
49
- _globals['_CELLSTYLEARRAY']._serialized_end=966
50
- _globals['_ANYARRAY']._serialized_start=969
51
- _globals['_ANYARRAY']._serialized_end=1154
52
- _globals['_TABLE']._serialized_start=1156
53
- _globals['_TABLE']._serialized_end=1188
54
- _globals['_TABLESTYLE']._serialized_start=1190
55
- _globals['_TABLESTYLE']._serialized_end=1233
56
- # @@protoc_insertion_point(module_scope)
@@ -1,430 +0,0 @@
1
- """
2
- @generated by mypy-protobuf. Do not edit manually!
3
- isort:skip_file
4
- *!
5
- Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2026)
6
-
7
- Licensed under the Apache License, Version 2.0 (the "License");
8
- you may not use this file except in compliance with the License.
9
- You may obtain a copy of the License at
10
-
11
- http://www.apache.org/licenses/LICENSE-2.0
12
-
13
- Unless required by applicable law or agreed to in writing, software
14
- distributed under the License is distributed on an "AS IS" BASIS,
15
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
- See the License for the specific language governing permissions and
17
- limitations under the License.
18
- """
19
-
20
- from collections import abc as _abc
21
- from google.protobuf import descriptor as _descriptor
22
- from google.protobuf import message as _message
23
- from google.protobuf.internal import containers as _containers
24
- from streamlit.proto import Common_pb2 as _Common_pb2
25
- import builtins as _builtins
26
- import sys
27
- import typing as _typing
28
-
29
- if sys.version_info >= (3, 10):
30
- from typing import TypeAlias as _TypeAlias
31
- else:
32
- from typing_extensions import TypeAlias as _TypeAlias
33
-
34
- DESCRIPTOR: _descriptor.FileDescriptor
35
-
36
- @_typing.final
37
- class DataFrame(_message.Message):
38
- """DEPRECATED: This proto message is deprecated and unused. Use Arrow.proto instead.
39
- Represents a pandas DataFrame.
40
- """
41
-
42
- DESCRIPTOR: _descriptor.Descriptor
43
-
44
- DATA_FIELD_NUMBER: _builtins.int
45
- INDEX_FIELD_NUMBER: _builtins.int
46
- COLUMNS_FIELD_NUMBER: _builtins.int
47
- STYLE_FIELD_NUMBER: _builtins.int
48
- @_builtins.property
49
- def data(self) -> Global___Table:
50
- """The data in the array."""
51
-
52
- @_builtins.property
53
- def index(self) -> Global___Index:
54
- """List of row names. (Multiple implies a multi-index.)"""
55
-
56
- @_builtins.property
57
- def columns(self) -> Global___Index:
58
- """List of column names. (Multiple implies a multi-index.)"""
59
-
60
- @_builtins.property
61
- def style(self) -> Global___TableStyle:
62
- """Cell style and formatting data. Optional."""
63
-
64
- def __init__(
65
- self,
66
- *,
67
- data: Global___Table | None = ...,
68
- index: Global___Index | None = ...,
69
- columns: Global___Index | None = ...,
70
- style: Global___TableStyle | None = ...,
71
- ) -> None: ...
72
- _HasFieldArgType: _TypeAlias = _typing.Literal["columns", b"columns", "data", b"data", "index", b"index", "style", b"style"] # noqa: Y015
73
- def HasField(self, field_name: _HasFieldArgType) -> _builtins.bool: ...
74
- _ClearFieldArgType: _TypeAlias = _typing.Literal["columns", b"columns", "data", b"data", "index", b"index", "style", b"style"] # noqa: Y015
75
- def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
76
-
77
- Global___DataFrame: _TypeAlias = DataFrame # noqa: Y015
78
-
79
- @_typing.final
80
- class Index(_message.Message):
81
- """An index in the dataFrame"""
82
-
83
- DESCRIPTOR: _descriptor.Descriptor
84
-
85
- PLAIN_INDEX_FIELD_NUMBER: _builtins.int
86
- RANGE_INDEX_FIELD_NUMBER: _builtins.int
87
- MULTI_INDEX_FIELD_NUMBER: _builtins.int
88
- DATETIME_INDEX_FIELD_NUMBER: _builtins.int
89
- TIMEDELTA_INDEX_FIELD_NUMBER: _builtins.int
90
- INT_64_INDEX_FIELD_NUMBER: _builtins.int
91
- FLOAT_64_INDEX_FIELD_NUMBER: _builtins.int
92
- @_builtins.property
93
- def plain_index(self) -> Global___PlainIndex: ...
94
- @_builtins.property
95
- def range_index(self) -> Global___RangeIndex: ...
96
- @_builtins.property
97
- def multi_index(self) -> Global___MultiIndex:
98
- """CategoricalIndex categorical_index = 3;"""
99
-
100
- @_builtins.property
101
- def datetime_index(self) -> Global___DatetimeIndex:
102
- """IntervalIndex interval_index = 5;"""
103
-
104
- @_builtins.property
105
- def timedelta_index(self) -> Global___TimedeltaIndex: ...
106
- @_builtins.property
107
- def int_64_index(self) -> Global___Int64Index:
108
- """PeriodIndex period_index = 8;"""
109
-
110
- @_builtins.property
111
- def float_64_index(self) -> Global___Float64Index:
112
- """UInt64Index uint_64_index = 10;"""
113
-
114
- def __init__(
115
- self,
116
- *,
117
- plain_index: Global___PlainIndex | None = ...,
118
- range_index: Global___RangeIndex | None = ...,
119
- multi_index: Global___MultiIndex | None = ...,
120
- datetime_index: Global___DatetimeIndex | None = ...,
121
- timedelta_index: Global___TimedeltaIndex | None = ...,
122
- int_64_index: Global___Int64Index | None = ...,
123
- float_64_index: Global___Float64Index | None = ...,
124
- ) -> None: ...
125
- _HasFieldArgType: _TypeAlias = _typing.Literal["datetime_index", b"datetime_index", "float_64_index", b"float_64_index", "int_64_index", b"int_64_index", "multi_index", b"multi_index", "plain_index", b"plain_index", "range_index", b"range_index", "timedelta_index", b"timedelta_index", "type", b"type"] # noqa: Y015
126
- def HasField(self, field_name: _HasFieldArgType) -> _builtins.bool: ...
127
- _ClearFieldArgType: _TypeAlias = _typing.Literal["datetime_index", b"datetime_index", "float_64_index", b"float_64_index", "int_64_index", b"int_64_index", "multi_index", b"multi_index", "plain_index", b"plain_index", "range_index", b"range_index", "timedelta_index", b"timedelta_index", "type", b"type"] # noqa: Y015
128
- def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
129
- _WhichOneofReturnType_type: _TypeAlias = _typing.Literal["plain_index", "range_index", "multi_index", "datetime_index", "timedelta_index", "int_64_index", "float_64_index"] # noqa: Y015
130
- _WhichOneofArgType_type: _TypeAlias = _typing.Literal["type", b"type"] # noqa: Y015
131
- def WhichOneof(self, oneof_group: _WhichOneofArgType_type) -> _WhichOneofReturnType_type | None: ...
132
-
133
- Global___Index: _TypeAlias = Index # noqa: Y015
134
-
135
- @_typing.final
136
- class PlainIndex(_message.Message):
137
- """Basic, 1D index."""
138
-
139
- DESCRIPTOR: _descriptor.Descriptor
140
-
141
- DATA_FIELD_NUMBER: _builtins.int
142
- @_builtins.property
143
- def data(self) -> Global___AnyArray: ...
144
- def __init__(
145
- self,
146
- *,
147
- data: Global___AnyArray | None = ...,
148
- ) -> None: ...
149
- _HasFieldArgType: _TypeAlias = _typing.Literal["data", b"data"] # noqa: Y015
150
- def HasField(self, field_name: _HasFieldArgType) -> _builtins.bool: ...
151
- _ClearFieldArgType: _TypeAlias = _typing.Literal["data", b"data"] # noqa: Y015
152
- def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
153
-
154
- Global___PlainIndex: _TypeAlias = PlainIndex # noqa: Y015
155
-
156
- @_typing.final
157
- class RangeIndex(_message.Message):
158
- """Range index. See:
159
- https://pandas.pydata.org/pandas-docs/stable/generated/pandas.RangeIndex.html
160
- """
161
-
162
- DESCRIPTOR: _descriptor.Descriptor
163
-
164
- START_FIELD_NUMBER: _builtins.int
165
- STOP_FIELD_NUMBER: _builtins.int
166
- start: _builtins.int
167
- stop: _builtins.int
168
- def __init__(
169
- self,
170
- *,
171
- start: _builtins.int = ...,
172
- stop: _builtins.int = ...,
173
- ) -> None: ...
174
- _ClearFieldArgType: _TypeAlias = _typing.Literal["start", b"start", "stop", b"stop"] # noqa: Y015
175
- def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
176
-
177
- Global___RangeIndex: _TypeAlias = RangeIndex # noqa: Y015
178
-
179
- @_typing.final
180
- class MultiIndex(_message.Message):
181
- """A multi-level, or hierarchical, Index. See:
182
- https://pandas.pydata.org/pandas-docs/stable/generated/pandas.MultiIndex.html
183
- """
184
-
185
- DESCRIPTOR: _descriptor.Descriptor
186
-
187
- LEVELS_FIELD_NUMBER: _builtins.int
188
- LABELS_FIELD_NUMBER: _builtins.int
189
- @_builtins.property
190
- def levels(self) -> _containers.RepeatedCompositeFieldContainer[Global___Index]: ...
191
- @_builtins.property
192
- def labels(self) -> _containers.RepeatedCompositeFieldContainer[_Common_pb2.Int32Array]: ...
193
- def __init__(
194
- self,
195
- *,
196
- levels: _abc.Iterable[Global___Index] | None = ...,
197
- labels: _abc.Iterable[_Common_pb2.Int32Array] | None = ...,
198
- ) -> None: ...
199
- _ClearFieldArgType: _TypeAlias = _typing.Literal["labels", b"labels", "levels", b"levels"] # noqa: Y015
200
- def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
201
-
202
- Global___MultiIndex: _TypeAlias = MultiIndex # noqa: Y015
203
-
204
- @_typing.final
205
- class DatetimeIndex(_message.Message):
206
- """A date represented internally as nano second epoch int64. See:
207
- https://pandas.pydata.org/pandas-docs/stable/generated/pandas.DatetimeIndex.html
208
- """
209
-
210
- DESCRIPTOR: _descriptor.Descriptor
211
-
212
- DATA_FIELD_NUMBER: _builtins.int
213
- @_builtins.property
214
- def data(self) -> _Common_pb2.StringArray: ...
215
- def __init__(
216
- self,
217
- *,
218
- data: _Common_pb2.StringArray | None = ...,
219
- ) -> None: ...
220
- _HasFieldArgType: _TypeAlias = _typing.Literal["data", b"data"] # noqa: Y015
221
- def HasField(self, field_name: _HasFieldArgType) -> _builtins.bool: ...
222
- _ClearFieldArgType: _TypeAlias = _typing.Literal["data", b"data"] # noqa: Y015
223
- def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
224
-
225
- Global___DatetimeIndex: _TypeAlias = DatetimeIndex # noqa: Y015
226
-
227
- @_typing.final
228
- class TimedeltaIndex(_message.Message):
229
- """A time interval represented internally as nano second epoch int64. See:
230
- https://pandas.pydata.org/pandas-docs/stable/generated/pandas.TimedeltaIndex.html
231
- """
232
-
233
- DESCRIPTOR: _descriptor.Descriptor
234
-
235
- DATA_FIELD_NUMBER: _builtins.int
236
- @_builtins.property
237
- def data(self) -> _Common_pb2.Int64Array: ...
238
- def __init__(
239
- self,
240
- *,
241
- data: _Common_pb2.Int64Array | None = ...,
242
- ) -> None: ...
243
- _HasFieldArgType: _TypeAlias = _typing.Literal["data", b"data"] # noqa: Y015
244
- def HasField(self, field_name: _HasFieldArgType) -> _builtins.bool: ...
245
- _ClearFieldArgType: _TypeAlias = _typing.Literal["data", b"data"] # noqa: Y015
246
- def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
247
-
248
- Global___TimedeltaIndex: _TypeAlias = TimedeltaIndex # noqa: Y015
249
-
250
- @_typing.final
251
- class Int64Index(_message.Message):
252
- """See:
253
- https://pandas.pydata.org/pandas-docs/stable/generated/pandas.Int64Index.html
254
- """
255
-
256
- DESCRIPTOR: _descriptor.Descriptor
257
-
258
- DATA_FIELD_NUMBER: _builtins.int
259
- @_builtins.property
260
- def data(self) -> _Common_pb2.Int64Array: ...
261
- def __init__(
262
- self,
263
- *,
264
- data: _Common_pb2.Int64Array | None = ...,
265
- ) -> None: ...
266
- _HasFieldArgType: _TypeAlias = _typing.Literal["data", b"data"] # noqa: Y015
267
- def HasField(self, field_name: _HasFieldArgType) -> _builtins.bool: ...
268
- _ClearFieldArgType: _TypeAlias = _typing.Literal["data", b"data"] # noqa: Y015
269
- def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
270
-
271
- Global___Int64Index: _TypeAlias = Int64Index # noqa: Y015
272
-
273
- @_typing.final
274
- class Float64Index(_message.Message):
275
- """See:
276
- https://pandas.pydata.org/pandas-docs/stable/generated/pandas.Int64Index.html
277
- """
278
-
279
- DESCRIPTOR: _descriptor.Descriptor
280
-
281
- DATA_FIELD_NUMBER: _builtins.int
282
- @_builtins.property
283
- def data(self) -> _Common_pb2.DoubleArray: ...
284
- def __init__(
285
- self,
286
- *,
287
- data: _Common_pb2.DoubleArray | None = ...,
288
- ) -> None: ...
289
- _HasFieldArgType: _TypeAlias = _typing.Literal["data", b"data"] # noqa: Y015
290
- def HasField(self, field_name: _HasFieldArgType) -> _builtins.bool: ...
291
- _ClearFieldArgType: _TypeAlias = _typing.Literal["data", b"data"] # noqa: Y015
292
- def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
293
-
294
- Global___Float64Index: _TypeAlias = Float64Index # noqa: Y015
295
-
296
- @_typing.final
297
- class CSSStyle(_message.Message):
298
- DESCRIPTOR: _descriptor.Descriptor
299
-
300
- PROPERTY_FIELD_NUMBER: _builtins.int
301
- VALUE_FIELD_NUMBER: _builtins.int
302
- property: _builtins.str
303
- value: _builtins.str
304
- def __init__(
305
- self,
306
- *,
307
- property: _builtins.str = ...,
308
- value: _builtins.str = ...,
309
- ) -> None: ...
310
- _ClearFieldArgType: _TypeAlias = _typing.Literal["property", b"property", "value", b"value"] # noqa: Y015
311
- def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
312
-
313
- Global___CSSStyle: _TypeAlias = CSSStyle # noqa: Y015
314
-
315
- @_typing.final
316
- class CellStyle(_message.Message):
317
- DESCRIPTOR: _descriptor.Descriptor
318
-
319
- CSS_FIELD_NUMBER: _builtins.int
320
- DISPLAY_VALUE_FIELD_NUMBER: _builtins.int
321
- HAS_DISPLAY_VALUE_FIELD_NUMBER: _builtins.int
322
- display_value: _builtins.str
323
- """e.g. '21.96%'"""
324
- has_display_value: _builtins.bool
325
- """The default value for a string field in proto3 is '', so we need
326
- this extra bool to indicate the presence of a user-specified
327
- display_value, which itself could be ''.
328
- """
329
- @_builtins.property
330
- def css(self) -> _containers.RepeatedCompositeFieldContainer[Global___CSSStyle]: ...
331
- def __init__(
332
- self,
333
- *,
334
- css: _abc.Iterable[Global___CSSStyle] | None = ...,
335
- display_value: _builtins.str = ...,
336
- has_display_value: _builtins.bool = ...,
337
- ) -> None: ...
338
- _ClearFieldArgType: _TypeAlias = _typing.Literal["css", b"css", "display_value", b"display_value", "has_display_value", b"has_display_value"] # noqa: Y015
339
- def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
340
-
341
- Global___CellStyle: _TypeAlias = CellStyle # noqa: Y015
342
-
343
- @_typing.final
344
- class CellStyleArray(_message.Message):
345
- DESCRIPTOR: _descriptor.Descriptor
346
-
347
- STYLES_FIELD_NUMBER: _builtins.int
348
- @_builtins.property
349
- def styles(self) -> _containers.RepeatedCompositeFieldContainer[Global___CellStyle]: ...
350
- def __init__(
351
- self,
352
- *,
353
- styles: _abc.Iterable[Global___CellStyle] | None = ...,
354
- ) -> None: ...
355
- _ClearFieldArgType: _TypeAlias = _typing.Literal["styles", b"styles"] # noqa: Y015
356
- def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
357
-
358
- Global___CellStyleArray: _TypeAlias = CellStyleArray # noqa: Y015
359
-
360
- @_typing.final
361
- class AnyArray(_message.Message):
362
- DESCRIPTOR: _descriptor.Descriptor
363
-
364
- STRINGS_FIELD_NUMBER: _builtins.int
365
- DOUBLES_FIELD_NUMBER: _builtins.int
366
- INT64S_FIELD_NUMBER: _builtins.int
367
- DATETIMES_FIELD_NUMBER: _builtins.int
368
- TIMEDELTAS_FIELD_NUMBER: _builtins.int
369
- @_builtins.property
370
- def strings(self) -> _Common_pb2.StringArray: ...
371
- @_builtins.property
372
- def doubles(self) -> _Common_pb2.DoubleArray: ...
373
- @_builtins.property
374
- def int64s(self) -> _Common_pb2.Int64Array: ...
375
- @_builtins.property
376
- def datetimes(self) -> _Common_pb2.StringArray: ...
377
- @_builtins.property
378
- def timedeltas(self) -> _Common_pb2.Int64Array: ...
379
- def __init__(
380
- self,
381
- *,
382
- strings: _Common_pb2.StringArray | None = ...,
383
- doubles: _Common_pb2.DoubleArray | None = ...,
384
- int64s: _Common_pb2.Int64Array | None = ...,
385
- datetimes: _Common_pb2.StringArray | None = ...,
386
- timedeltas: _Common_pb2.Int64Array | None = ...,
387
- ) -> None: ...
388
- _HasFieldArgType: _TypeAlias = _typing.Literal["datetimes", b"datetimes", "doubles", b"doubles", "int64s", b"int64s", "strings", b"strings", "timedeltas", b"timedeltas", "type", b"type"] # noqa: Y015
389
- def HasField(self, field_name: _HasFieldArgType) -> _builtins.bool: ...
390
- _ClearFieldArgType: _TypeAlias = _typing.Literal["datetimes", b"datetimes", "doubles", b"doubles", "int64s", b"int64s", "strings", b"strings", "timedeltas", b"timedeltas", "type", b"type"] # noqa: Y015
391
- def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
392
- _WhichOneofReturnType_type: _TypeAlias = _typing.Literal["strings", "doubles", "int64s", "datetimes", "timedeltas"] # noqa: Y015
393
- _WhichOneofArgType_type: _TypeAlias = _typing.Literal["type", b"type"] # noqa: Y015
394
- def WhichOneof(self, oneof_group: _WhichOneofArgType_type) -> _WhichOneofReturnType_type | None: ...
395
-
396
- Global___AnyArray: _TypeAlias = AnyArray # noqa: Y015
397
-
398
- @_typing.final
399
- class Table(_message.Message):
400
- DESCRIPTOR: _descriptor.Descriptor
401
-
402
- COLS_FIELD_NUMBER: _builtins.int
403
- @_builtins.property
404
- def cols(self) -> _containers.RepeatedCompositeFieldContainer[Global___AnyArray]: ...
405
- def __init__(
406
- self,
407
- *,
408
- cols: _abc.Iterable[Global___AnyArray] | None = ...,
409
- ) -> None: ...
410
- _ClearFieldArgType: _TypeAlias = _typing.Literal["cols", b"cols"] # noqa: Y015
411
- def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
412
-
413
- Global___Table: _TypeAlias = Table # noqa: Y015
414
-
415
- @_typing.final
416
- class TableStyle(_message.Message):
417
- DESCRIPTOR: _descriptor.Descriptor
418
-
419
- COLS_FIELD_NUMBER: _builtins.int
420
- @_builtins.property
421
- def cols(self) -> _containers.RepeatedCompositeFieldContainer[Global___CellStyleArray]: ...
422
- def __init__(
423
- self,
424
- *,
425
- cols: _abc.Iterable[Global___CellStyleArray] | None = ...,
426
- ) -> None: ...
427
- _ClearFieldArgType: _TypeAlias = _typing.Literal["cols", b"cols"] # noqa: Y015
428
- def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
429
-
430
- Global___TableStyle: _TypeAlias = TableStyle # noqa: Y015
@@ -1,28 +0,0 @@
1
- # -*- coding: utf-8 -*-
2
- # Generated by the protocol buffer compiler. DO NOT EDIT!
3
- # source: streamlit/proto/NamedDataSet.proto
4
- # Protobuf Python Version: 5.26.1
5
- """Generated protocol buffer code."""
6
- from google.protobuf import descriptor as _descriptor
7
- from google.protobuf import descriptor_pool as _descriptor_pool
8
- from google.protobuf import symbol_database as _symbol_database
9
- from google.protobuf.internal import builder as _builder
10
- # @@protoc_insertion_point(imports)
11
-
12
- _sym_db = _symbol_database.Default()
13
-
14
-
15
- from streamlit.proto import DataFrame_pb2 as streamlit_dot_proto_dot_DataFrame__pb2
16
-
17
-
18
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\"streamlit/proto/NamedDataSet.proto\x1a\x1fstreamlit/proto/DataFrame.proto\"H\n\x0cNamedDataSet\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x10\n\x08has_name\x18\x03 \x01(\x08\x12\x18\n\x04\x64\x61ta\x18\x02 \x01(\x0b\x32\n.DataFrameB1\n\x1c\x63om.snowflake.apps.streamlitB\x11NamedDataSetProtob\x06proto3')
19
-
20
- _globals = globals()
21
- _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
22
- _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'streamlit.proto.NamedDataSet_pb2', _globals)
23
- if not _descriptor._USE_C_DESCRIPTORS:
24
- _globals['DESCRIPTOR']._loaded_options = None
25
- _globals['DESCRIPTOR']._serialized_options = b'\n\034com.snowflake.apps.streamlitB\021NamedDataSetProto'
26
- _globals['_NAMEDDATASET']._serialized_start=71
27
- _globals['_NAMEDDATASET']._serialized_end=143
28
- # @@protoc_insertion_point(module_scope)
@@ -1,67 +0,0 @@
1
- """
2
- @generated by mypy-protobuf. Do not edit manually!
3
- isort:skip_file
4
- *!
5
- Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2026)
6
-
7
- Licensed under the Apache License, Version 2.0 (the "License");
8
- you may not use this file except in compliance with the License.
9
- You may obtain a copy of the License at
10
-
11
- http://www.apache.org/licenses/LICENSE-2.0
12
-
13
- Unless required by applicable law or agreed to in writing, software
14
- distributed under the License is distributed on an "AS IS" BASIS,
15
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
- See the License for the specific language governing permissions and
17
- limitations under the License.
18
- """
19
-
20
- from google.protobuf import descriptor as _descriptor
21
- from google.protobuf import message as _message
22
- from streamlit.proto import DataFrame_pb2 as _DataFrame_pb2
23
- import builtins as _builtins
24
- import sys
25
- import typing as _typing
26
-
27
- if sys.version_info >= (3, 10):
28
- from typing import TypeAlias as _TypeAlias
29
- else:
30
- from typing_extensions import TypeAlias as _TypeAlias
31
-
32
- DESCRIPTOR: _descriptor.FileDescriptor
33
-
34
- @_typing.final
35
- class NamedDataSet(_message.Message):
36
- """DEPRECATED: This proto message is deprecated and unused.
37
- A dataset that can be referenced by name.
38
- """
39
-
40
- DESCRIPTOR: _descriptor.Descriptor
41
-
42
- NAME_FIELD_NUMBER: _builtins.int
43
- HAS_NAME_FIELD_NUMBER: _builtins.int
44
- DATA_FIELD_NUMBER: _builtins.int
45
- name: _builtins.str
46
- """The dataset name."""
47
- has_name: _builtins.bool
48
- """True if the name field (above) was manually set. This is used to get
49
- around proto3 not having a way to check whether something was set.
50
- """
51
- @_builtins.property
52
- def data(self) -> _DataFrame_pb2.DataFrame:
53
- """The data itself."""
54
-
55
- def __init__(
56
- self,
57
- *,
58
- name: _builtins.str = ...,
59
- has_name: _builtins.bool = ...,
60
- data: _DataFrame_pb2.DataFrame | None = ...,
61
- ) -> None: ...
62
- _HasFieldArgType: _TypeAlias = _typing.Literal["data", b"data"] # noqa: Y015
63
- def HasField(self, field_name: _HasFieldArgType) -> _builtins.bool: ...
64
- _ClearFieldArgType: _TypeAlias = _typing.Literal["data", b"data", "has_name", b"has_name", "name", b"name"] # noqa: Y015
65
- def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
66
-
67
- Global___NamedDataSet: _TypeAlias = NamedDataSet # noqa: Y015
@@ -1,28 +0,0 @@
1
- # -*- coding: utf-8 -*-
2
- # Generated by the protocol buffer compiler. DO NOT EDIT!
3
- # source: streamlit/proto/PagesChanged.proto
4
- # Protobuf Python Version: 5.26.1
5
- """Generated protocol buffer code."""
6
- from google.protobuf import descriptor as _descriptor
7
- from google.protobuf import descriptor_pool as _descriptor_pool
8
- from google.protobuf import symbol_database as _symbol_database
9
- from google.protobuf.internal import builder as _builder
10
- # @@protoc_insertion_point(imports)
11
-
12
- _sym_db = _symbol_database.Default()
13
-
14
-
15
- from streamlit.proto import AppPage_pb2 as streamlit_dot_proto_dot_AppPage__pb2
16
-
17
-
18
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\"streamlit/proto/PagesChanged.proto\x1a\x1dstreamlit/proto/AppPage.proto\"+\n\x0cPagesChanged\x12\x1b\n\tapp_pages\x18\x01 \x03(\x0b\x32\x08.AppPageB1\n\x1c\x63om.snowflake.apps.streamlitB\x11PagesChangedProtob\x06proto3')
19
-
20
- _globals = globals()
21
- _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
22
- _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'streamlit.proto.PagesChanged_pb2', _globals)
23
- if not _descriptor._USE_C_DESCRIPTORS:
24
- _globals['DESCRIPTOR']._loaded_options = None
25
- _globals['DESCRIPTOR']._serialized_options = b'\n\034com.snowflake.apps.streamlitB\021PagesChangedProto'
26
- _globals['_PAGESCHANGED']._serialized_start=69
27
- _globals['_PAGESCHANGED']._serialized_end=112
28
- # @@protoc_insertion_point(module_scope)
@@ -1,55 +0,0 @@
1
- """
2
- @generated by mypy-protobuf. Do not edit manually!
3
- isort:skip_file
4
- *!
5
- Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2026)
6
-
7
- Licensed under the Apache License, Version 2.0 (the "License");
8
- you may not use this file except in compliance with the License.
9
- You may obtain a copy of the License at
10
-
11
- http://www.apache.org/licenses/LICENSE-2.0
12
-
13
- Unless required by applicable law or agreed to in writing, software
14
- distributed under the License is distributed on an "AS IS" BASIS,
15
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16
- See the License for the specific language governing permissions and
17
- limitations under the License.
18
- """
19
-
20
- from collections import abc as _abc
21
- from google.protobuf import descriptor as _descriptor
22
- from google.protobuf import message as _message
23
- from google.protobuf.internal import containers as _containers
24
- from streamlit.proto import AppPage_pb2 as _AppPage_pb2
25
- import builtins as _builtins
26
- import sys
27
- import typing as _typing
28
-
29
- if sys.version_info >= (3, 10):
30
- from typing import TypeAlias as _TypeAlias
31
- else:
32
- from typing_extensions import TypeAlias as _TypeAlias
33
-
34
- DESCRIPTOR: _descriptor.FileDescriptor
35
-
36
- @_typing.final
37
- class PagesChanged(_message.Message):
38
- """DEPRECATED - We don't use the proto anymore.
39
- Message used to tell the client that the app's pages have changed.
40
- """
41
-
42
- DESCRIPTOR: _descriptor.Descriptor
43
-
44
- APP_PAGES_FIELD_NUMBER: _builtins.int
45
- @_builtins.property
46
- def app_pages(self) -> _containers.RepeatedCompositeFieldContainer[_AppPage_pb2.AppPage]: ...
47
- def __init__(
48
- self,
49
- *,
50
- app_pages: _abc.Iterable[_AppPage_pb2.AppPage] | None = ...,
51
- ) -> None: ...
52
- _ClearFieldArgType: _TypeAlias = _typing.Literal["app_pages", b"app_pages"] # noqa: Y015
53
- def ClearField(self, field_name: _ClearFieldArgType) -> None: ...
54
-
55
- Global___PagesChanged: _TypeAlias = PagesChanged # noqa: Y015