Configuration module for the FIT Project, built using PySide6.
This module provides the graphical interface for configuring settings used by the FIT application.
This package is part of the broader fit ecosystem and depends on:
fit-common
– shared utility and core logicfit-assets
– UI resources and assets
Main dependencies are:
- Python
>=3.9,<3.13
PySide6
6.9.0SQLAlchemy
^2.0.40fit-common
(custom submodule)fit-assets
(custom submodule)
See pyproject.toml
for full details.
Install the module using Poetry:
poetry install