Code Documentation ================== Python module documentation for the Streamlit application, generated from Google-style docstrings. Organization ------------ * **utils**: Utility functions (colors, chart theme) * **visualization**: Analysis and chart generation modules * **data**: Data loading and caching * **exceptions**: Custom exception hierarchy * **infrastructure**: Logging, database management Available Modules ----------------- .. toctree:: :maxdepth: 2 utils visualization data exceptions infrastructure Conventions ----------- All modules follow: * Google-style docstrings * Python 3.13+ type hints * PEP8 compliance * Coverage >= 90%