FIT Wizard is a component of the FIT Project ecosystem.
This module provides a guided setup wizard for the FIT suite.
It helps users configure and launch the FIT suite application with a sequence of interactive steps.
This module depends on:
fit-verify-pdf-timestampβ Cases managementfit-verify-pecβ Configuration settings
Main dependencies are:
- Python
>=3.11,<3.13 PySide66.9.0fit-verify-pdf-timestamp(custom submodule)fit-verify-pec(custom submodule)
See pyproject.toml for full details.
- Python 3.11
- Poetry (recommended for development)
You can install the module using Poetry:
git clone https://github.com/fit-project/fit-wizard.git
cd fit-wizard
poetry installTo run the wizard:
poetry run python main.py- Fork this repository.
- Create a new branch (
git checkout -b feat/my-feature). - Commit your changes using Conventional Commits.
- Submit a Pull Request describing your modification.