Metadata-Version: 2.1
Name: async-selective-queue
Version: 0.1.1
Summary: Async queue with selective retrieval
Keywords: async,queue,conditional
Home-page: https://github.com/dbluhm/async-selective-queue
Author-Email: Daniel Bluhm <dbluhm@pm.me>
License: Apache-2.0
Project-URL: Homepage, https://github.com/dbluhm/async-selective-queue
Requires-Python: <4.0,>=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/actions/workflow/status/dbluhm/async-selective-queue/tests.yml?branch=main&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.
