================================================================================ 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: 79 ├─── By Module: │ ├─── pages.api_analytics: 2 callback(s) │ ├─── pages.analytics: 12 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_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_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_dock.api_example: 4 callback(s) │ ├─── docs.dash_emoji_mart.introduction: 1 callback(s) │ ├─── docs.dash_emoji_mart.props: 1 callback(s) │ ├─── callbacks.chat_callbacks: 2 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 │ │ ├── Dock │ ├─ Path: /pip/dash_dock │ ├─ Module: Dock │ └─ Layout: Static │ │ ├── Emoji Mart │ ├─ Path: /pip/dash_emoji_mart │ ├─ Module: Emoji Mart │ └─ Layout: Static │ │ ├── Excalidraw │ ├─ Path: /pip/dash_excalidraw │ ├─ Module: Excalidraw │ └─ 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 │ │ ├── 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: 23 │ ├─ Interactive: 0 │ ├─ Callbacks: 12 │ └─ Types: Container, Interval, Store, Group, Paper │ │ ├── API Analytics │ ├─ Path: /analytics │ ├─ Module: pages.api_analytics │ └─ Layout: Static │ │ └── 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) │ │ ├─── /pip/dash_dock (Dock) │ │ ├─── /pip/dash_emoji_mart (Emoji Mart) │ │ ├─── /pip/dash_excalidraw (Excalidraw) │ │ ├─── /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) │ ├─ STATISTICS │ ├── Total Pages: 14 │ ├── Total Callbacks: 79 │ ├── Total Components: 168 │ ├── Interactive Components: 0 │ └── Unique Component Types: 16 │ ├─ TOP COMPONENTS │ ├── Box: 31 │ ├── DashDock: 20 │ ├── Paper: 6 │ ├── Stack: 5 │ ├── Group: 4 │ ├── Container: 3 │ ├── SimpleGrid: 3 │ ├── Interval: 2 │ ├── Div: 2 │ └── Markdown: 1 │ └─ END ================================================================================ *Generated with https://pip-install-python.com | dash-improve-my-llms hook* Pip Install Python LLC | https://plotly.pro ================================================================================