{"library":"shinyswatch","title":"shinyswatch","description":"Provides Bootswatch + Bootstrap 5 themes for Shiny for Python. Current version 0.10.0 (2026-03-20), requires Shiny >=1.6.0. Released irregularly on PyPI.","language":"python","status":"active","last_verified":"Mon Apr 27","install":{"commands":["pip install shinyswatch"],"cli":null},"imports":["from shinyswatch import get_theme","from shinyswatch import theme_picker_ui","from shinyswatch import theme_picker_server"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from shiny import App, ui\nfrom shinyswatch import get_theme\n\napp_ui = ui.page_fluid(\n    ui.h1(\"Hello, shinyswatch!\"),\n    theme=get_theme(\"flatly\"),\n)\n\napp = App(app_ui, server=None)\n","lang":"python","description":"Minimal Shiny app using a shinyswatch theme (pass theme to page_* functions).","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}