Skip to main content

App for tracking trainees through the LLQP process.

Project description

Licensing Specialist

This is a modular desktop application for managing trainees, recruiters, classes, exams, and licenses.

Project Structure

  • src/licensing_specialist/pyside_gui.py: Main PySide6 GUI logic (entry point)
  • src/licensing_specialist/tabs/: Each tab's logic is modularized into its own file:
    • recruiter_tab.py, trainee_tab.py, class_tab.py, exam_tab.py, license_tab.py
  • src/licensing_specialist/widgets.py: Shared widget helpers for UI construction
  • src/licensing_specialist/db.py: Database logic and CRUD helpers (no external dependencies)
  • src/licensing_specialist/styles.py, constants.py: Centralized styles and constants
  • src/licensing_specialist/test_*.py: Unit tests for database and tab logic

Running the GUI (PySide6)

Running the GUI (PySide6)

This project now uses a PySide6-based GUI by default. To run the desktop application:

  1. Activate your virtualenv and install dependencies (PySide6 is listed in pyproject.toml):
source .venv/bin/activate
pip install "PySide6>=6.10.0"
  1. Launch the app from the project root (ensure src is on PYTHONPATH):
PYTHONPATH=src .venv/bin/python -m licensing_specialist.main

Or run the PySide6 module directly:

PYTHONPATH=src .venv/bin/python -m licensing_specialist.pyside_gui

Running Tests

To run all tests:

PYTHONPATH=src pytest src/licensing_specialist/test_*.py

Tests cover all major database and tab logic, including CRUD operations and exam/practice status management.

Notes

  • All tab logic is modularized for maintainability.
  • Shared widget helpers are in widgets.py.
  • The codebase is free of legacy/orphaned code.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

licensing_specialist-0.1.3.tar.gz (27.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

licensing_specialist-0.1.3-py3-none-any.whl (33.6 kB view details)

Uploaded Python 3

File details

Details for the file licensing_specialist-0.1.3.tar.gz.

File metadata

  • Download URL: licensing_specialist-0.1.3.tar.gz
  • Upload date:
  • Size: 27.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.9 {"installer":{"name":"uv","version":"0.9.9"},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"22.04","id":"jammy","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for licensing_specialist-0.1.3.tar.gz
Algorithm Hash digest
SHA256 3ca37972af1d20bd79f931be6bde7e177687dca257a81888ff78929c1f5a18b0
MD5 387671af614dc34e5c063b98a07adc61
BLAKE2b-256 08f4e1732448e9d776a3772b1ee7c0597a2a988d2a2df1b8721d547bc37b47d7

See more details on using hashes here.

File details

Details for the file licensing_specialist-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: licensing_specialist-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 33.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.9.9 {"installer":{"name":"uv","version":"0.9.9"},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"22.04","id":"jammy","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for licensing_specialist-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 36c116d88037d2bd2d70f50c08b8c5dd086a8f01d90caf983cad870023a20ebe
MD5 32424eb082e4e028cf4e54bff39b065f
BLAKE2b-256 fb44777b010cb72b1c31ebd5bb08459c057314e771923901c842c877cd0798ef

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page