Skip to content

apps / winecellar / frontend / qt_kiosk / api.py

Path: apps/winecellar/frontend/qt_kiosk/api.py
Lane: apps
Executable: no/unknown

Purpose

Component: api

Lane: apps

Path: apps/winecellar/frontend/qt_kiosk/api.py

Role: Qt Utility

Purpose: - Defines 2 class(es) used by neighboring modules.

Inputs: - Python import-time context and function/class call parameters from other modules.

Outputs: - No module-scope side effects beyond symbol definitions/import wiring.

Execution: - Interactive Qt kiosk runtime (touch-first UI) within the frontend shell.

Failure modes: - Outbound HTTP request failures (timeouts, non-2xx responses, network errors). - Type/shape mismatches passed into exported functions/classes. - Unexpected runtime state propagated from upstream callers.

Entry points

  • No __main__ guard detected

Key symbols

Classes

  • ApiClient
  • ApiConfig

Functions

  • (none detected)

Configuration & environment

  • (no env vars detected by regex)

Dependencies (imports)

  • __future__
  • dataclasses
  • requests
  • typing

Operational notes (fill in)

  • Headless/interactive:
  • Systemd unit (if any):
  • Schedules/triggers:
  • Debug artifacts:
  • Failure modes: