Skip to main content

Add your description here

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: licensing_specialist-0.1.0.tar.gz
  • Upload date:
  • Size: 27.0 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.0.tar.gz
Algorithm Hash digest
SHA256 21f296948af370b0fc51bd66361ed2cbe12e8f6946f45aecd85c4f064de4f756
MD5 436b40b0f92c680971055301018d8651
BLAKE2b-256 650e3198c612037a1662cfd7181c1d907bbe767876086d523e054ddf65c60a19

See more details on using hashes here.

File details

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

File metadata

  • Download URL: licensing_specialist-0.1.0-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.0-py3-none-any.whl
Algorithm Hash digest
SHA256 946fc15ded1d5df6eee0e64d426afbdb752d54ec6df2510f9c15ce8196fd57b5
MD5 33587a6f046b9db509e253a0ac487a61
BLAKE2b-256 e03b7d90c02bf9bf6dd7085a277aff305afa55818737cdc0dc6151697106348a

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