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.2.tar.gz (27.1 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.2-py3-none-any.whl (33.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: licensing_specialist-0.1.2.tar.gz
  • Upload date:
  • Size: 27.1 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.2.tar.gz
Algorithm Hash digest
SHA256 c87565aed2e1ab6743c25121aa49f1631c37a8aff44d37368824a95a1bee8ccc
MD5 984f8c18483c7c54f39b3e9a7156b36d
BLAKE2b-256 68af22ac7ad40238702a26c96bffb801382e2d6b16d91a041a900e303f00e832

See more details on using hashes here.

File details

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

File metadata

  • Download URL: licensing_specialist-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 33.3 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.2-py3-none-any.whl
Algorithm Hash digest
SHA256 afa24d960a11c175261cb2dd2caec63caace1111e9d115693807936418464510
MD5 0a6c031f26c53400999b66f6a19d9bb6
BLAKE2b-256 c5979f7ad9ce1d3daf0ed476e2fa4624e76dcd08388f466f10ad14badae19380

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