Metadata-Version: 2.1
Name: async-selective-queue
Version: 0.1.0.post0
Summary: Async queue with selective retrieval
Home-page: https://github.com/dbluhm/async-selective-queue
License: Apache-2.0
Keywords: async,queue,conditional
Author: Daniel Bluhm
Author-email: dbluhm@pm.me
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown

# Async Selective Queue

[![PyPI](https://img.shields.io/pypi/v/async-selective-queue)](https://pypi.org/project/async-selective-queue/)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/async-selective-queue)
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/dbluhm/async-selective-queue/Tests?label=tests)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)

Python library for an asynchronous queue with the ability to selectively
retrieve elements from the queue.

