Case management module for the FIT Project, built using PySide6.
This module provides the graphical interface to modify case information 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 assetsfit-configurations
– Configuration settings
Main dependencies are:
- Python
>=3.9,<3.13
PySide6
6.9.0SQLAlchemy
^2.0.40fit-common
(custom submodule)fit-assets
(custom submodule)fit-configurations
(custom submodule)
See pyproject.toml
for full details.
Install the module using Poetry:
poetry install