CodenameCookie / heapqbasic

Basic example of queueing system using Python heapq

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Basic example of queueing system using Python heapq


Languages

Language:Python 100.0%