MANIFEST.in
Pipfile
setup.py
bin/streamlit.cmd
custom_streamlit.egg-info/PKG-INFO
custom_streamlit.egg-info/SOURCES.txt
custom_streamlit.egg-info/dependency_links.txt
custom_streamlit.egg-info/entry_points.txt
custom_streamlit.egg-info/not-zip-safe
custom_streamlit.egg-info/requires.txt
custom_streamlit.egg-info/top_level.txt
streamlit/__init__.py
streamlit/__main__.py
streamlit/case_converters.py
streamlit/code_util.py
streamlit/config.py
streamlit/config_option.py
streamlit/config_util.py
streamlit/cursor.py
streamlit/delta_generator.py
streamlit/deprecation_util.py
streamlit/development.py
streamlit/echo.py
streamlit/emojis.py
streamlit/env_util.py
streamlit/error_util.py
streamlit/errors.py
streamlit/file_util.py
streamlit/folder_black_list.py
streamlit/git_util.py
streamlit/js_number.py
streamlit/logger.py
streamlit/net_util.py
streamlit/py.typed
streamlit/source_util.py
streamlit/string_util.py
streamlit/temporary_directory.py
streamlit/type_util.py
streamlit/url_util.py
streamlit/user_info.py
streamlit/util.py
streamlit/version.py
streamlit/commands/__init__.py
streamlit/commands/execution_control.py
streamlit/commands/page_config.py
streamlit/commands/query_params.py
streamlit/components/__init__.py
streamlit/components/v1/__init__.py
streamlit/components/v1/component_arrow.py
streamlit/components/v1/components.py
streamlit/elements/__init__.py
streamlit/elements/alert.py
streamlit/elements/arrow.py
streamlit/elements/arrow_altair.py
streamlit/elements/arrow_vega_lite.py
streamlit/elements/balloons.py
streamlit/elements/bokeh_chart.py
streamlit/elements/button.py
streamlit/elements/camera_input.py
streamlit/elements/checkbox.py
streamlit/elements/code.py
streamlit/elements/color_picker.py
streamlit/elements/data_editor.py
streamlit/elements/dataframe_selector.py
streamlit/elements/deck_gl_json_chart.py
streamlit/elements/doc_string.py
streamlit/elements/empty.py
streamlit/elements/exception.py
streamlit/elements/file_uploader.py
streamlit/elements/form.py
streamlit/elements/graphviz_chart.py
streamlit/elements/heading.py
streamlit/elements/iframe.py
streamlit/elements/image.py
streamlit/elements/json.py
streamlit/elements/layouts.py
streamlit/elements/legacy_altair.py
streamlit/elements/legacy_data_frame.py
streamlit/elements/legacy_vega_lite.py
streamlit/elements/map.py
streamlit/elements/markdown.py
streamlit/elements/media.py
streamlit/elements/metric.py
streamlit/elements/multiselect.py
streamlit/elements/number_input.py
streamlit/elements/plotly_chart.py
streamlit/elements/progress.py
streamlit/elements/pyplot.py
streamlit/elements/radio.py
streamlit/elements/select_slider.py
streamlit/elements/selectbox.py
streamlit/elements/show.py
streamlit/elements/slider.py
streamlit/elements/snow.py
streamlit/elements/spinner.py
streamlit/elements/text.py
streamlit/elements/text_widgets.py
streamlit/elements/time_widgets.py
streamlit/elements/utils.py
streamlit/elements/write.py
streamlit/elements/lib/__init__.py
streamlit/elements/lib/dicttools.py
streamlit/elements/lib/streamlit_plotly_theme.py
streamlit/hello/Hello.py
streamlit/hello/__init__.py
streamlit/hello/utils.py
streamlit/hello/pages/0_Animation_Demo.py
streamlit/hello/pages/1_Plotting_Demo.py
streamlit/hello/pages/2_Mapping_Demo.py
streamlit/hello/pages/3_DataFrame_Demo.py
streamlit/proto/Alert_pb2.py
streamlit/proto/AppPage_pb2.py
streamlit/proto/ArrowNamedDataSet_pb2.py
streamlit/proto/ArrowVegaLiteChart_pb2.py
streamlit/proto/Arrow_pb2.py
streamlit/proto/Audio_pb2.py
streamlit/proto/BackMsg_pb2.py
streamlit/proto/Balloons_pb2.py
streamlit/proto/Block_pb2.py
streamlit/proto/BokehChart_pb2.py
streamlit/proto/Button_pb2.py
streamlit/proto/CameraInput_pb2.py
streamlit/proto/Checkbox_pb2.py
streamlit/proto/ClientState_pb2.py
streamlit/proto/Code_pb2.py
streamlit/proto/ColorPicker_pb2.py
streamlit/proto/Common_pb2.py
streamlit/proto/Components_pb2.py
streamlit/proto/DataFrame_pb2.py
streamlit/proto/DateInput_pb2.py
streamlit/proto/DeckGlJsonChart_pb2.py
streamlit/proto/Delta_pb2.py
streamlit/proto/DocString_pb2.py
streamlit/proto/DownloadButton_pb2.py
streamlit/proto/Element_pb2.py
streamlit/proto/Empty_pb2.py
streamlit/proto/Exception_pb2.py
streamlit/proto/Favicon_pb2.py
streamlit/proto/FileUploader_pb2.py
streamlit/proto/ForwardMsg_pb2.py
streamlit/proto/GitInfo_pb2.py
streamlit/proto/GraphVizChart_pb2.py
streamlit/proto/Heading_pb2.py
streamlit/proto/IFrame_pb2.py
streamlit/proto/Image_pb2.py
streamlit/proto/Json_pb2.py
streamlit/proto/LabelVisibilityMessage_pb2.py
streamlit/proto/Markdown_pb2.py
streamlit/proto/Metric_pb2.py
streamlit/proto/MultiSelect_pb2.py
streamlit/proto/NamedDataSet_pb2.py
streamlit/proto/NewSession_pb2.py
streamlit/proto/NumberInput_pb2.py
streamlit/proto/PageConfig_pb2.py
streamlit/proto/PageInfo_pb2.py
streamlit/proto/PageNotFound_pb2.py
streamlit/proto/PageProfile_pb2.py
streamlit/proto/PagesChanged_pb2.py
streamlit/proto/PlotlyChart_pb2.py
streamlit/proto/Progress_pb2.py
streamlit/proto/Radio_pb2.py
streamlit/proto/RootContainer_pb2.py
streamlit/proto/Selectbox_pb2.py
streamlit/proto/SessionEvent_pb2.py
streamlit/proto/SessionStatus_pb2.py
streamlit/proto/Slider_pb2.py
streamlit/proto/Snow_pb2.py
streamlit/proto/Spinner_pb2.py
streamlit/proto/TextArea_pb2.py
streamlit/proto/TextInput_pb2.py
streamlit/proto/Text_pb2.py
streamlit/proto/TimeInput_pb2.py
streamlit/proto/VegaLiteChart_pb2.py
streamlit/proto/Video_pb2.py
streamlit/proto/WidgetStates_pb2.py
streamlit/proto/__init__.py
streamlit/proto/openmetrics_data_model_pb2.py
streamlit/runtime/__init__.py
streamlit/runtime/app_session.py
streamlit/runtime/credentials.py
streamlit/runtime/forward_msg_cache.py
streamlit/runtime/forward_msg_queue.py
streamlit/runtime/media_file_manager.py
streamlit/runtime/media_file_storage.py
streamlit/runtime/memory_media_file_storage.py
streamlit/runtime/memory_session_storage.py
streamlit/runtime/metrics_util.py
streamlit/runtime/runtime.py
streamlit/runtime/runtime_util.py
streamlit/runtime/script_data.py
streamlit/runtime/secrets.py
streamlit/runtime/session_manager.py
streamlit/runtime/stats.py
streamlit/runtime/uploaded_file_manager.py
streamlit/runtime/websocket_session_manager.py
streamlit/runtime/caching/__init__.py
streamlit/runtime/caching/cache_data_api.py
streamlit/runtime/caching/cache_errors.py
streamlit/runtime/caching/cache_resource_api.py
streamlit/runtime/caching/cache_type.py
streamlit/runtime/caching/cache_utils.py
streamlit/runtime/caching/cached_message_replay.py
streamlit/runtime/caching/hashing.py
streamlit/runtime/caching/storage/__init__.py
streamlit/runtime/caching/storage/cache_storage_protocol.py
streamlit/runtime/caching/storage/dummy_cache_storage.py
streamlit/runtime/caching/storage/in_memory_cache_storage_wrapper.py
streamlit/runtime/caching/storage/local_disk_cache_storage.py
streamlit/runtime/legacy_caching/__init__.py
streamlit/runtime/legacy_caching/caching.py
streamlit/runtime/legacy_caching/hashing.py
streamlit/runtime/scriptrunner/__init__.py
streamlit/runtime/scriptrunner/magic.py
streamlit/runtime/scriptrunner/magic_funcs.py
streamlit/runtime/scriptrunner/script_requests.py
streamlit/runtime/scriptrunner/script_run_context.py
streamlit/runtime/scriptrunner/script_runner.py
streamlit/runtime/state/__init__.py
streamlit/runtime/state/common.py
streamlit/runtime/state/safe_session_state.py
streamlit/runtime/state/session_state.py
streamlit/runtime/state/session_state_proxy.py
streamlit/runtime/state/widgets.py
streamlit/testing/__init__.py
streamlit/testing/element_tree.py
streamlit/testing/local_script_runner.py
streamlit/testing/script_interactions.py
streamlit/vendor/__init__.py
streamlit/vendor/ipython/__init__.py
streamlit/vendor/ipython/modified_sys_path.py
streamlit/watcher/__init__.py
streamlit/watcher/event_based_path_watcher.py
streamlit/watcher/local_sources_watcher.py
streamlit/watcher/path_watcher.py
streamlit/watcher/polling_path_watcher.py
streamlit/watcher/util.py
streamlit/web/__init__.py
streamlit/web/bootstrap.py
streamlit/web/cache_storage_manager_config.py
streamlit/web/cli.py
streamlit/web/server/__init__.py
streamlit/web/server/app_static_file_handler.py
streamlit/web/server/browser_websocket_handler.py
streamlit/web/server/component_request_handler.py
streamlit/web/server/media_file_handler.py
streamlit/web/server/routes.py
streamlit/web/server/server.py
streamlit/web/server/server_util.py
streamlit/web/server/stats_request_handler.py
streamlit/web/server/upload_file_request_handler.py
streamlit/web/server/websocket_headers.py
tests/testutil.py