================================================================================ DASH APPLICATION ARCHITECTURE ================================================================================ ┌─ ENVIRONMENT │ ├─── Python Version: 3.11.8 ├─── Dash Version: 3.3.0 ├─── Key Dependencies: │ ├─── dash-mantine-components==2.4.0 │ ├─── plotly==6.4.0 │ └─── pandas==2.3.3 │ ├─ APPLICATION │ ├─── Name: Dash ├─── Server: run ├─── Multi-Page: Yes ├─── Suppress Callback Exceptions: True │ ├─ CALLBACKS │ ├─── Total Callbacks: 106 ├─── By Module: │ ├─── pages.api_analytics: 2 callback(s) │ ├─── pages.iabs_combined_pdf: 1 callback(s) │ ├─── pages.analytics: 16 callback(s) │ ├─── pages.changelog: 1 callback(s) │ ├─── pages.markdown: 1 callback(s) │ ├─── docs.dash_pos_printer.setup_guide_example: 1 callback(s) │ ├─── docs.dash_pos_printer.device_status_example: 3 callback(s) │ ├─── docs.dash_pos_printer.print_receipt_example: 2 callback(s) │ ├─── docs.dash_pos_printer.printer_dashboard_example: 1 callback(s) │ ├─── docs.dash_pos_printer.live_print_example: 7 callback(s) │ ├─── docs.dash_flex_layout.theming_example: 1 callback(s) │ ├─── docs.dash_flex_layout.callbacks_example: 1 callback(s) │ ├─── docs.full_calendar_component.introduction: 5 callback(s) │ ├─── docs.full_calendar_component.section_renders: 1 callback(s) │ ├─── docs.full_calendar_component.header_toolbar: 1 callback(s) │ ├─── docs.full_calendar_component.extra_fields: 4 callback(s) │ ├─── docs.dash_flows.node_interactions: 3 callback(s) │ ├─── docs.dash_flows.elk_layouts: 1 callback(s) │ ├─── docs.dash_flows.theming_dark_mode: 1 callback(s) │ ├─── docs.dash_gauge.introduction_example: 2 callback(s) │ ├─── docs.dash_gauge.gauge_example: 1 callback(s) │ ├─── docs.dash_gauge.knob_example: 3 callback(s) │ ├─── docs.dash_gauge.thermostat_example: 4 callback(s) │ ├─── docs.dash_gauge.joystick_example: 2 callback(s) │ ├─── docs.dash_model_viewer.dynamic_switching_example: 1 callback(s) │ ├─── docs.dash_model_viewer.dynamic_dimensions_example: 1 callback(s) │ ├─── docs.dash_model_viewer.dynamic_hotspots_example: 3 callback(s) │ ├─── docs.dash_dock_view.themes_example: 1 callback(s) │ ├─── docs.dash_pannellum.simple: 2 callback(s) │ ├─── docs.dash_planet.introduction: 14 callback(s) │ ├─── docs.dash_planet.semicircle_example: 2 callback(s) │ ├─── docs.dash_excalidraw.introduction: 1 callback(s) │ ├─── docs.dash_emoji_mart.introduction: 1 callback(s) │ ├─── docs.dash_emoji_mart.props: 1 callback(s) │ ├─── callbacks.chat_callbacks: 2 callback(s) │ ├─── callbacks.advertising_callbacks: 1 callback(s) │ └─── dash.dash: 1 callback(s) │ ├─ PAGES │ ├── Home │ ├─ Path: / │ ├─ Module: pages.home │ ├─ Description: A modern, responsive documentation system for Dash applications built with Dash Mantine Components │ └─ Layout: Static │ │ ├── Dash Flows │ ├─ Path: /pip/dash_flows │ ├─ Module: Dash Flows │ └─ Layout: Static │ │ ├── Dock View │ ├─ Path: /pip/dash_dock_view │ ├─ Module: Dock View │ └─ Layout: Static │ │ ├── Emoji Mart │ ├─ Path: /pip/dash_emoji_mart │ ├─ Module: Emoji Mart │ └─ Layout: Static │ │ ├── Excalidraw │ ├─ Path: /pip/dash_excalidraw │ ├─ Module: Excalidraw │ └─ Layout: Static │ │ ├── Flex Layout │ ├─ Path: /pip/dash_flex_layout │ ├─ Module: Flex Layout │ └─ Layout: Static │ │ ├── Full Calendar │ ├─ Path: /pip/full_calendar_component │ ├─ Module: Full Calendar │ └─ Layout: Static │ │ ├── Gauge │ ├─ Path: /pip/dash_gauge │ ├─ Module: Gauge │ └─ Layout: Static │ │ ├── Image Gallery │ ├─ Path: /pip/dash_image_gallery │ ├─ Module: Image Gallery │ └─ Layout: Static │ │ ├── Insta Stories │ ├─ Path: /pip/dash_insta_stories │ ├─ Module: Insta Stories │ └─ Layout: Static │ │ ├── Model Viewer │ ├─ Path: /pip/dash_model_viewer │ ├─ Module: Model Viewer │ └─ Layout: Static │ │ ├── POS Printer │ ├─ Path: /components/dash-pos-printer │ ├─ Module: POS Printer │ └─ Layout: Static │ │ ├── Pannellum │ ├─ Path: /pip/dash_pannellum │ ├─ Module: Pannellum │ └─ Layout: Static │ │ ├── Planet │ ├─ Path: /pip/dash_planet │ ├─ Module: Planet │ └─ Layout: Static │ │ ├── Traffic Analytics │ ├─ Path: /analytics/traffic │ ├─ Module: pages.analytics │ ├─ Components: 46 │ ├─ Interactive: 0 │ ├─ Callbacks: 16 │ └─ Types: Container, Interval, Store, Group, Paper │ │ ├── API Analytics │ ├─ Path: /analytics │ ├─ Module: pages.api_analytics │ └─ Layout: Static │ │ ├── Changelog │ ├─ Path: /changelog │ ├─ Module: pages.changelog │ ├─ Components: 8 │ ├─ Interactive: 0 │ ├─ Callbacks: 1 │ └─ Types: Box, Div, Container │ │ ├── Iabs combined pdf │ ├─ Path: /trec-combined.pdf │ ├─ Module: pages.iabs_combined_pdf │ ├─ Components: 16 │ ├─ Interactive: 0 │ ├─ Callbacks: 1 │ └─ Types: Container, Paper, Stack, Div │ │ └── Not found 404 │ ├─ Path: /404 │ ├─ Module: pages.not_found_404 │ └─ Layout: Static │ ├─ ROUTES │ ├── Documentation Routes: │ │ ├── /llms.txt (current page context) │ │ ├── /page.json (current page architecture) │ │ ├── /architecture.txt (global architecture) │ │ └── //llms.txt (specific page) │ ├── Page Routes: │ │ ├─── / (Home) │ │ ├─── /404 (Not found 404) │ │ ├─── /analytics (API Analytics) │ │ ├─── /analytics/traffic (Traffic Analytics) │ │ ├─── /changelog (Changelog) │ │ ├─── /components/dash-pos-printer (POS Printer) │ │ ├─── /pip/dash_dock_view (Dock View) │ │ ├─── /pip/dash_emoji_mart (Emoji Mart) │ │ ├─── /pip/dash_excalidraw (Excalidraw) │ │ ├─── /pip/dash_flex_layout (Flex Layout) │ │ ├─── /pip/dash_flows (Dash Flows) │ │ ├─── /pip/dash_gauge (Gauge) │ │ ├─── /pip/dash_image_gallery (Image Gallery) │ │ ├─── /pip/dash_insta_stories (Insta Stories) │ │ ├─── /pip/dash_model_viewer (Model Viewer) │ │ ├─── /pip/dash_pannellum (Pannellum) │ │ ├─── /pip/dash_planet (Planet) │ │ ├─── /pip/full_calendar_component (Full Calendar) │ │ └─── /trec-combined.pdf (Iabs combined pdf) │ ├─ STATISTICS │ ├── Total Pages: 19 │ ├── Total Callbacks: 106 │ ├── Total Components: 105 │ ├── Interactive Components: 0 │ └── Unique Component Types: 16 │ ├─ TOP COMPONENTS │ ├── Paper: 15 │ ├── Stack: 10 │ ├── Div: 6 │ ├── Container: 5 │ ├── Group: 5 │ ├── SimpleGrid: 4 │ ├── Interval: 2 │ ├── Store: 2 │ ├── Box: 2 │ └── Markdown: 1 │ └─ END ================================================================================ *Generated with https://pip-install-python.com | dash-improve-my-llms hook* Pip Install Python LLC | https://plotly.pro ================================================================================