Skip to content

Basic example of queueing system using Python heapq

Notifications You must be signed in to change notification settings

CodenameCookie/heapqbasic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages