Metadata-Version: 2.1
Name: simple-work-queue
Version: 0.1.4
Summary: Publish to and consume from work queues
License: MIT
Author: Jason Luther
Author-email: jason@ixid.net
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Description-Content-Type: text/markdown

# Simple Work Queue in Python

This package provides a simple interface for a work queue. Using the interface should make it easier to swap out different types of queues.

