Skip to content

webfucktory/python-double-ended-queue

Repository files navigation

Lint & Test PyPI version Downloads count

Double ended Queue

An asynchronous Deque Python package based on the asyncio Queue.

Getting started

Requirements

  • Python >= 3.8

Installation

pip install double-ended-queue

Usage

TO-DO

Development

Run Tests

./test

Style Check

./lint

License

Distributed under the MIT License. See LICENSE file for more information.