Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 869 Bytes

README.md

File metadata and controls

41 lines (25 loc) · 869 Bytes

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.