Basic (WIP) example of queueing system using Python heapq
Can be adapted for use in a system for things like automating script calls and database updates using events/cron. Uses a txt file to store items in a list. Current functions:
--push --pop --peek --is_empty --change_priority --reorder_priorities --print_queue