LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
docs/Makefile
shiny/__init__.py
shiny/__main__.py
shiny/_app.py
shiny/_autoreload.py
shiny/_connection.py
shiny/_datastructures.py
shiny/_deprecated.py
shiny/_docstring.py
shiny/_error.py
shiny/_fileupload.py
shiny/_hostenv.py
shiny/_launchbrowser.py
shiny/_main.py
shiny/_namespaces.py
shiny/_shinyenv.py
shiny/_static.py
shiny/_typing_extensions.py
shiny/_utils.py
shiny/_validation.py
shiny/_versions.py
shiny/html_dependencies.py
shiny/http_staticfiles.py
shiny/input_handler.py
shiny/module.py
shiny/plotutils.py
shiny/py.typed
shiny/types.py
shiny.egg-info/PKG-INFO
shiny.egg-info/SOURCES.txt
shiny.egg-info/dependency_links.txt
shiny.egg-info/entry_points.txt
shiny.egg-info/not-zip-safe
shiny.egg-info/requires.txt
shiny.egg-info/top_level.txt
shiny/api-examples/Calc/app.py
shiny/api-examples/Effect/app.py
shiny/api-examples/Module/app.py
shiny/api-examples/Progress/app.py
shiny/api-examples/SafeException/app.py
shiny/api-examples/SilentCancelOutputException/app.py
shiny/api-examples/SilentException/app.py
shiny/api-examples/Value/app.py
shiny/api-examples/close/app.py
shiny/api-examples/data_frame/app.py
shiny/api-examples/download/app.py
shiny/api-examples/download/mtcars.csv
shiny/api-examples/download_button/app.py
shiny/api-examples/download_button/mtcars.csv
shiny/api-examples/download_link/app.py
shiny/api-examples/download_link/mtcars.csv
shiny/api-examples/dynamic_route/app.py
shiny/api-examples/event/app.py
shiny/api-examples/file_reader/app.py
shiny/api-examples/file_reader/mtcars.csv
shiny/api-examples/include_css/app.py
shiny/api-examples/include_css/css/styles.css
shiny/api-examples/include_javascript/app.py
shiny/api-examples/include_javascript/js/app.js
shiny/api-examples/input_action_button/app.py
shiny/api-examples/input_action_link/app.py
shiny/api-examples/input_checkbox/app.py
shiny/api-examples/input_checkbox_group/app.py
shiny/api-examples/input_date/app.py
shiny/api-examples/input_date_range/app.py
shiny/api-examples/input_file/app.py
shiny/api-examples/input_numeric/app.py
shiny/api-examples/input_password/app.py
shiny/api-examples/input_radio_buttons/app.py
shiny/api-examples/input_select/app.py
shiny/api-examples/input_selectize/app.py
shiny/api-examples/input_slider/app.py
shiny/api-examples/input_switch/app.py
shiny/api-examples/input_text/app.py
shiny/api-examples/input_text_area/app.py
shiny/api-examples/insert_ui/app.py
shiny/api-examples/invalidate_later/app.py
shiny/api-examples/isolate/app.py
shiny/api-examples/layout_sidebar/app.py
shiny/api-examples/markdown/app.py
shiny/api-examples/modal/app.py
shiny/api-examples/nav/app.py
shiny/api-examples/navset_hidden/app.py
shiny/api-examples/notification_show/app.py
shiny/api-examples/on_ended/app.py
shiny/api-examples/on_flush/app.py
shiny/api-examples/on_flushed/app.py
shiny/api-examples/output_image/app.py
shiny/api-examples/output_image/posit-logo.png
shiny/api-examples/output_plot/app.py
shiny/api-examples/output_table/app.py
shiny/api-examples/output_table/mtcars.csv
shiny/api-examples/output_text/app.py
shiny/api-examples/output_ui/app.py
shiny/api-examples/page_fixed/app.py
shiny/api-examples/page_fluid/app.py
shiny/api-examples/panel_absolute/app.py
shiny/api-examples/panel_conditional/app.py
shiny/api-examples/panel_title/app.py
shiny/api-examples/poll/app.py
shiny/api-examples/remove_ui/app.py
shiny/api-examples/render_image/app.py
shiny/api-examples/req/app.py
shiny/api-examples/row/app.py
shiny/api-examples/send_custom_message/app.py
shiny/api-examples/template/app.py
shiny/api-examples/todo_list/app.py
shiny/api-examples/todo_list/requirements.txt
shiny/api-examples/update_action_button/app.py
shiny/api-examples/update_checkbox/app.py
shiny/api-examples/update_checkbox_group/app.py
shiny/api-examples/update_date/app.py
shiny/api-examples/update_date_range/app.py
shiny/api-examples/update_navs/app.py
shiny/api-examples/update_numeric/app.py
shiny/api-examples/update_radio_buttons/app.py
shiny/api-examples/update_select/app.py
shiny/api-examples/update_selectize/app.py
shiny/api-examples/update_slider/app.py
shiny/api-examples/update_text/app.py
shiny/api-examples/www_dir/app.py
shiny/api-examples/www_dir/www/css/more-styles.css
shiny/api-examples/www_dir/www/css/styles.css
shiny/api-examples/www_dir/www/js/changetext.js
shiny/experimental/__init__.py
shiny/experimental/api-examples/accordion/app.py
shiny/experimental/api-examples/accordion_panel/app.py
shiny/experimental/api-examples/accordion_panel_close/app.py
shiny/experimental/api-examples/accordion_panel_insert/app.py
shiny/experimental/api-examples/accordion_panel_open/app.py
shiny/experimental/api-examples/accordion_panel_remove/app.py
shiny/experimental/api-examples/accordion_panel_set/app.py
shiny/experimental/api-examples/accordion_panel_update/app.py
shiny/experimental/api-examples/as_fill_carrier/app.py
shiny/experimental/api-examples/as_fill_item/app.py
shiny/experimental/api-examples/as_fillable_container/app.py
shiny/experimental/api-examples/card/app.py
shiny/experimental/api-examples/card_body/app.py
shiny/experimental/api-examples/card_footer/app.py
shiny/experimental/api-examples/card_header/app.py
shiny/experimental/api-examples/card_image/app.py
shiny/experimental/api-examples/card_title/app.py
shiny/experimental/api-examples/input_text_area/app.py
shiny/experimental/api-examples/layout_column_wrap/app.py
shiny/experimental/api-examples/layout_sidebar/app.py
shiny/experimental/api-examples/page_sidebar/app.py
shiny/experimental/api-examples/showcase_left_center/app.py
shiny/experimental/api-examples/showcase_top_right/app.py
shiny/experimental/api-examples/sidebar/app.py
shiny/experimental/api-examples/sidebar_toggle/app.py
shiny/experimental/api-examples/tooltip/app.py
shiny/experimental/api-examples/tooltip_toggle/app.py
shiny/experimental/api-examples/update_tooltip/app.py
shiny/experimental/api-examples/value_box/app.py
shiny/experimental/e2e/navbar/app.py
shiny/experimental/e2e/sidebar/app.py
shiny/experimental/e2e/sidebar/data.py
shiny/experimental/ui/__init__.py
shiny/experimental/ui/_accordion.py
shiny/experimental/ui/_card.py
shiny/experimental/ui/_color.py
shiny/experimental/ui/_css_unit.py
shiny/experimental/ui/_fill.py
shiny/experimental/ui/_htmldeps.py
shiny/experimental/ui/_input_text.py
shiny/experimental/ui/_layout.py
shiny/experimental/ui/_navs.py
shiny/experimental/ui/_output.py
shiny/experimental/ui/_page.py
shiny/experimental/ui/_sidebar.py
shiny/experimental/ui/_tag.py
shiny/experimental/ui/_tooltip.py
shiny/experimental/ui/_utils.py
shiny/experimental/ui/_valuebox.py
shiny/experimental/ui/_web_component.py
shiny/experimental/www/textarea-autoresize.css
shiny/experimental/www/textarea-autoresize.js
shiny/experimental/www/bslib/_version.json
shiny/experimental/www/bslib/components/accordion/accordion.css
shiny/experimental/www/bslib/components/accordion/accordion.min.js
shiny/experimental/www/bslib/components/accordion/accordion.min.js.map
shiny/experimental/www/bslib/components/card/card.css
shiny/experimental/www/bslib/components/card/card.min.js
shiny/experimental/www/bslib/components/card/card.min.js.map
shiny/experimental/www/bslib/components/grid/grid.css
shiny/experimental/www/bslib/components/nav_spacer/nav_spacer.css
shiny/experimental/www/bslib/components/page_fillable/page_fillable.css
shiny/experimental/www/bslib/components/page_navbar/page_navbar.css
shiny/experimental/www/bslib/components/page_sidebar/page_sidebar.css
shiny/experimental/www/bslib/components/sidebar/sidebar.css
shiny/experimental/www/bslib/components/sidebar/sidebar.min.js
shiny/experimental/www/bslib/components/sidebar/sidebar.min.js.map
shiny/experimental/www/bslib/components/value_box/value_box.css
shiny/experimental/www/bslib/components/webComponents/webComponents.min.js
shiny/experimental/www/bslib/components/webComponents/webComponents.min.js.map
shiny/experimental/www/htmltools/_version.json
shiny/experimental/www/htmltools/fill/fill.css
shiny/reactive/__init__.py
shiny/reactive/_core.py
shiny/reactive/_poll.py
shiny/reactive/_reactives.py
shiny/render/__init__.py
shiny/render/_coordmap.py
shiny/render/_dataframe.py
shiny/render/_dataframe_unsafe.py
shiny/render/_render.py
shiny/render/_try_render_plot.py
shiny/session/__init__.py
shiny/session/_session.py
shiny/session/_utils.py
shiny/ui/__init__.py
shiny/ui/_bootstrap.py
shiny/ui/_download_button.py
shiny/ui/_html_dependencies.py
shiny/ui/_include_helpers.py
shiny/ui/_input_action_button.py
shiny/ui/_input_check_radio.py
shiny/ui/_input_date.py
shiny/ui/_input_file.py
shiny/ui/_input_numeric.py
shiny/ui/_input_password.py
shiny/ui/_input_select.py
shiny/ui/_input_slider.py
shiny/ui/_input_text.py
shiny/ui/_input_update.py
shiny/ui/_insert.py
shiny/ui/_markdown.py
shiny/ui/_modal.py
shiny/ui/_navs.py
shiny/ui/_notification.py
shiny/ui/_output.py
shiny/ui/_page.py
shiny/ui/_plot_output_opts.py
shiny/ui/_progress.py
shiny/ui/_utils.py
shiny/ui/_x/_css_unit.py
shiny/ui/_x/_fill.py
shiny/ui/_x/_htmldeps.py
shiny/ui/_x/_sidebar.py
shiny/ui/_x/_tag.py
shiny/ui/_x/_utils.py
shiny/ui/dataframe/__init__.py
shiny/ui/dataframe/_dataframe.py
shiny/www/shared/_version.json
shiny/www/shared/shiny-autoreload.js
shiny/www/shared/shiny-autoreload.js.map
shiny/www/shared/shiny-showcase.css
shiny/www/shared/shiny-showcase.js
shiny/www/shared/shiny-showcase.js.map
shiny/www/shared/shiny-testmode.js
shiny/www/shared/shiny-testmode.js.map
shiny/www/shared/shiny.js
shiny/www/shared/shiny.js.map
shiny/www/shared/shiny.min.css
shiny/www/shared/shiny.min.js
shiny/www/shared/shiny.min.js.map
shiny/www/shared/_x/bslib/components/nav_spacer/nav_spacer.css
shiny/www/shared/_x/bslib/components/page_sidebar/page_sidebar.css
shiny/www/shared/_x/bslib/components/sidebar/sidebar.css
shiny/www/shared/_x/bslib/components/sidebar/sidebar.min.js
shiny/www/shared/_x/bslib/components/sidebar/sidebar.min.js.map
shiny/www/shared/_x/htmltools/fill/fill.css
shiny/www/shared/bootstrap/_version.json
shiny/www/shared/bootstrap/bootstrap.bundle.min.js
shiny/www/shared/bootstrap/bootstrap.bundle.min.js.map
shiny/www/shared/bootstrap/bootstrap.min.css
shiny/www/shared/bootstrap/font.css
shiny/www/shared/bootstrap/fonts/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DBKXhM0.woff
shiny/www/shared/bootstrap/fonts/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DMyQhM0.woff
shiny/www/shared/bootstrap/fonts/HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTTbI1rSg.woff
shiny/www/shared/bootstrap/fonts/HI_jiYsKILxRpg3hIP6sJ7fM7PqlOPHYvDP_W9O7GQTTsoprSg.woff
shiny/www/shared/bootstrap/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk0ZjaVQ.woff
shiny/www/shared/bootstrap/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkaVQ.woff
shiny/www/shared/bootstrap/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkaVQ.woff
shiny/www/shared/bootstrap/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk_RkaVQ.woff
shiny/www/shared/bootstrap/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjaVQ.woff
shiny/www/shared/bootstrap/fonts/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjaVQ.woff
shiny/www/shared/bootstrap/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1y4k.woff
shiny/www/shared/bootstrap/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1y4k.woff
shiny/www/shared/bootstrap/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1y4k.woff
shiny/www/shared/bootstrap/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0C4k.woff
shiny/www/shared/bootstrap/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0C4k.woff
shiny/www/shared/bootstrap/fonts/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjr0C4k.woff
shiny/www/shared/bootstrap/fonts/bootstrap/glyphicons-halflings-regular.eot
shiny/www/shared/bootstrap/fonts/bootstrap/glyphicons-halflings-regular.svg
shiny/www/shared/bootstrap/fonts/bootstrap/glyphicons-halflings-regular.ttf
shiny/www/shared/bootstrap/fonts/bootstrap/glyphicons-halflings-regular.woff
shiny/www/shared/bootstrap/fonts/bootstrap/glyphicons-halflings-regular.woff2
shiny/www/shared/dataframe/dataframe.js
shiny/www/shared/dataframe/dataframe.js.map
shiny/www/shared/datepicker/css/bootstrap-datepicker3.css
shiny/www/shared/datepicker/css/bootstrap-datepicker3.min.css
shiny/www/shared/datepicker/js/bootstrap-datepicker.js
shiny/www/shared/datepicker/js/bootstrap-datepicker.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker-en-CA.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.ar-tn.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.ar.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.az.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.bg.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.bm.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.bn.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.br.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.bs.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.ca.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.cs.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.cy.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.da.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.de.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.el.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.en-AU.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.en-CA.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.en-GB.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.en-IE.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.en-NZ.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.en-ZA.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.eo.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.es.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.et.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.eu.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.fa.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.fi.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.fo.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.fr-CH.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.fr.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.gl.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.he.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.hi.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.hr.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.hu.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.hy.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.id.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.is.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.it-CH.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.it.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.ja.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.ka.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.kh.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.kk.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.km.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.ko.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.kr.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.lt.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.lv.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.me.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.mk.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.mn.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.ms.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.nl-BE.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.nl.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.no.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.oc.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.pl.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.pt-BR.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.pt.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.ro.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.rs-latin.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.rs.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.ru.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.si.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.sk.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.sl.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.sq.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.sr-latin.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.sr.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.sv.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.sw.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.ta.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.tg.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.th.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.tk.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.tr.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.uk.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.uz-cyrl.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.uz-latn.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.vi.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.zh-CN.min.js
shiny/www/shared/datepicker/js/locales/bootstrap-datepicker.zh-TW.min.js
shiny/www/shared/datepicker/scss/build3.scss
shiny/www/shared/datepicker/scss/datepicker3.scss
shiny/www/shared/highlight/LICENSE
shiny/www/shared/highlight/classref.txt
shiny/www/shared/highlight/highlight.pack.js
shiny/www/shared/highlight/rstudio.css
shiny/www/shared/ionrangeslider/css/ion.rangeSlider.css
shiny/www/shared/ionrangeslider/js/ion.rangeSlider.js
shiny/www/shared/ionrangeslider/js/ion.rangeSlider.min.js
shiny/www/shared/ionrangeslider/scss/_base.scss
shiny/www/shared/ionrangeslider/scss/_mixins.scss
shiny/www/shared/ionrangeslider/scss/shiny.scss
shiny/www/shared/jquery/jquery-3.6.0.js
shiny/www/shared/jquery/jquery-3.6.0.min.js
shiny/www/shared/jquery/jquery-3.6.0.min.map
shiny/www/shared/jqueryui/AUTHORS.txt
shiny/www/shared/jqueryui/LICENSE.txt
shiny/www/shared/jqueryui/index.html
shiny/www/shared/jqueryui/jquery-ui.css
shiny/www/shared/jqueryui/jquery-ui.js
shiny/www/shared/jqueryui/jquery-ui.min.css
shiny/www/shared/jqueryui/jquery-ui.min.js
shiny/www/shared/jqueryui/jquery-ui.structure.css
shiny/www/shared/jqueryui/jquery-ui.structure.min.css
shiny/www/shared/jqueryui/jquery-ui.theme.css
shiny/www/shared/jqueryui/jquery-ui.theme.min.css
shiny/www/shared/jqueryui/images/ui-icons_444444_256x240.png
shiny/www/shared/jqueryui/images/ui-icons_555555_256x240.png
shiny/www/shared/jqueryui/images/ui-icons_777620_256x240.png
shiny/www/shared/jqueryui/images/ui-icons_777777_256x240.png
shiny/www/shared/jqueryui/images/ui-icons_cc0000_256x240.png
shiny/www/shared/jqueryui/images/ui-icons_ffffff_256x240.png
shiny/www/shared/requirejs/require.min.js
shiny/www/shared/selectize/accessibility/js/selectize-plugin-a11y.js
shiny/www/shared/selectize/accessibility/js/selectize-plugin-a11y.min.js
shiny/www/shared/selectize/css/selectize.bootstrap3.css
shiny/www/shared/selectize/js/selectize.min.js
shiny/www/shared/selectize/scss/selectize.bootstrap3.scss
shiny/www/shared/selectize/scss/selectize.bootstrap4.scss
shiny/www/shared/selectize/scss/selectize.bootstrap5.scss
shiny/www/shared/selectize/scss/selectize.default.scss
shiny/www/shared/selectize/scss/selectize.scss
shiny/www/shared/selectize/scss/plugins/drag_drop.scss
shiny/www/shared/selectize/scss/plugins/dropdown_header.scss
shiny/www/shared/selectize/scss/plugins/optgroup_columns.scss
shiny/www/shared/selectize/scss/plugins/remove_button.scss
shiny/www/shared/shiny_scss/bootstrap.scss
shiny/www/shared/shiny_scss/shiny.scss
shiny/www/shared/showdown/license.txt
shiny/www/shared/showdown/compressed/showdown.js
shiny/www/shared/showdown/src/showdown.js
shiny/www/shared/strftime/strftime-min.js
tests/__init__.py
tests/asyncio_prevent.py
tests/mocktime.py
tests/test_datastructures.py
tests/test_e2e_regex_matching.py
tests/test_markdown.py
tests/test_modules.py
tests/test_namespaces.py
tests/test_navs.py
tests/test_poll.py
tests/test_reactives.py
tests/test_shinysession.py
tests/test_static.py
tests/test_ui.py
tests/test_ui_dependencies.py
tests/test_utils.py
tests/test_utils_async.py
tests/test_x_sidebar.py