Interactive Help Desk ticket system CLI using data structures
Project description
Interactive Help Desk CLI
A simple, educational command-line interface (CLI) for managing help desk tickets using classic data structures (LinkedList, Stack, Queue, PriorityQueue).
Installation
pip install interactive-helpdesk-cli
Or from source:
python -m pip install --upgrade pip
python -m pip install .
Usage
After installation, the helpdesk command will be available in your shell.
helpdesk --help
Example workflow:
helpdesk create --description "Parent ticket" --priority high
helpdesk create --description "Child ticket" --priority medium --parent 1
helpdesk analytics
helpdesk process
helpdesk close 1
helpdesk check 2
helpdesk close 2
helpdesk history
helpdesk undo
Development
- Run locally without installing:
python helpdesk.py --help
- Build a distribution:
python -m pip install build twinepython -m buildtwine check dist/*twine upload dist/*(requires PyPI credentials)
License
MIT
Project details
Release history Release notifications | RSS feed
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 interactive_helpdesk_cli-0.1.0.tar.gz.
File metadata
- Download URL: interactive_helpdesk_cli-0.1.0.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ecb5eec5e62530a0c3d77766b283066a8acc306876475fdcd06a1a6960ba5b31
|
|
| MD5 |
a2dd622c0edb1138f2575a85c5911d79
|
|
| BLAKE2b-256 |
2703b46d882f41db5a99f629f5821e52ce5780ffc9ad2833c66774d8fa42e419
|
File details
Details for the file interactive_helpdesk_cli-0.1.0-py3-none-any.whl.
File metadata
- Download URL: interactive_helpdesk_cli-0.1.0-py3-none-any.whl
- Upload date:
- Size: 6.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
75a711e737580c8944e1680e4d176de06386e3cf1d867b42ae8fd2d6f4c8c902
|
|
| MD5 |
f62869b81da4249150dd2b0425234fe5
|
|
| BLAKE2b-256 |
8a6b9ca80f2c822f6940ca6ec90f518e8594c0ca9356d8dc01fe2cda1b4c9dbb
|