Skip to main content

Dash components for the Algomancy library

Project description

algomancy-gui

UI components and configuration utilities for Algomancy dashboards built on Plotly Dash and Dash Bootstrap Components.

Features

  • StylingConfigurator to control layout, theme colors, button styles, and card highlighting
  • Page modules (home, data, scenario, compare, overview, admin) with helpers for building common UI
  • Utilities such as SettingsManager and data‑page filename matching tools

Installation

pip install -e packages/algomancy-gui

Requires Python >= 3.14. Dependencies: dash, dash_bootstrap_components.

Quick start: configure styling

from algomancy_gui.stylingconfigurator import (
    StylingConfigurator,
    LayoutSelection,
    ColorConfiguration,
    CardHighlightMode,
    ButtonColorMode,
)

styling = StylingConfigurator(
    layout_selection=LayoutSelection.SIDEBAR,
    color_configuration=ColorConfiguration(
        background_color="#FFFFFF",
        theme_color_primary="#1F271B",
        theme_color_secondary="#6DA34D",
        theme_color_tertiary="#FEFAE0",
        text_color="#424242",
        text_color_highlight="#6DA34D",
        text_color_selected="#FFFFFF",
        button_color_mode=ButtonColorMode.UNIFIED,
        button_colors={
            "unified_color": "#6DA34D",
            "unified_hover": "#8FBE74",
        },
    ),
    logo_path="CQM-logo-white.png",
    button_path="cqm-button-white.png",
    card_highlight_mode=CardHighlightMode.SUBTLE_DARK,
)

Use this styling in your AppConfiguration (see example/main.py).

Related docs and examples

  • Example application wiring: example/main.py
  • Root documentation: UI is referenced throughout documentation/3_dash_contents.md

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

algomancy_gui-0.4.0-py3-none-any.whl (71.0 kB view details)

Uploaded Python 3

File details

Details for the file algomancy_gui-0.4.0-py3-none-any.whl.

File metadata

  • Download URL: algomancy_gui-0.4.0-py3-none-any.whl
  • Upload date:
  • Size: 71.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.10.2 {"installer":{"name":"uv","version":"0.10.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for algomancy_gui-0.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 3e8e7a8b508eb1f99c9897aeb2403bba738e31b9d993750b930dc06b29090278
MD5 91b7c24762a22036ccc0f9a65e68bde9
BLAKE2b-256 09aad6ba1d3f6c00efa5e1f8cd87bfee7b8bae2695297595bd390d0a2d4eda47

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page