Skip to main content

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 twine
    • python -m build
    • twine check dist/*
    • twine upload dist/* (requires PyPI credentials)

License

MIT

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

interactive_helpdesk_cli-0.1.0.tar.gz (5.9 kB view details)

Uploaded Source

Built Distribution

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

interactive_helpdesk_cli-0.1.0-py3-none-any.whl (6.9 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for interactive_helpdesk_cli-0.1.0.tar.gz
Algorithm Hash digest
SHA256 ecb5eec5e62530a0c3d77766b283066a8acc306876475fdcd06a1a6960ba5b31
MD5 a2dd622c0edb1138f2575a85c5911d79
BLAKE2b-256 2703b46d882f41db5a99f629f5821e52ce5780ffc9ad2833c66774d8fa42e419

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for interactive_helpdesk_cli-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 75a711e737580c8944e1680e4d176de06386e3cf1d867b42ae8fd2d6f4c8c902
MD5 f62869b81da4249150dd2b0425234fe5
BLAKE2b-256 8a6b9ca80f2c822f6940ca6ec90f518e8594c0ca9356d8dc01fe2cda1b4c9dbb

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