FIT Verify Timestamp Module is a component of the FIT Project ecosystem.
This module provides a graphical interface for verifying the timestamp applied to the PDF report generated by FIT during the acquisition process.
This module depends on:
fit-cases– Case information
Main dependencies are:
- Python
>=3.11,<3.13 PySide66.9.0fit-cases(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-verify-pec.git
cd fit-verify-pec
poetry installTo run the verify-pec:
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.