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 constructionsrc/licensing_specialist/db.py: Database logic and CRUD helpers (no external dependencies)src/licensing_specialist/styles.py,constants.py: Centralized styles and constantssrc/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:
- Activate your virtualenv and install dependencies (PySide6 is listed in
pyproject.toml):
source .venv/bin/activate
pip install "PySide6>=6.10.0"
- Launch the app from the project root (ensure
srcis onPYTHONPATH):
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file licensing_specialist-0.1.1.tar.gz.
File metadata
- Download URL: licensing_specialist-0.1.1.tar.gz
- Upload date:
- Size: 26.9 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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
74e6987dc9a75e9489250ec41ae5f666217c43ce09ff1336bca73d05bb355931
|
|
| MD5 |
01961ea4130f791eddfdac7f4793367a
|
|
| BLAKE2b-256 |
a7e924240a59c03467233c720f86d8e418d394a285c904408af1ca45972ef345
|
File details
Details for the file licensing_specialist-0.1.1-py3-none-any.whl.
File metadata
- Download URL: licensing_specialist-0.1.1-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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4f0ab6fe22c47a1344aa78531517d5f6d6b2cc3a2523098c201d71891ed921ff
|
|
| MD5 |
0626276f81426520421588c22b0c429d
|
|
| BLAKE2b-256 |
0dc46409ad6fda45268f87694311cf570f879572aa4a066a9885606e267a0dc1
|