Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 335 Bytes

File metadata and controls

14 lines (12 loc) · 335 Bytes

heapqbasic

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