Metadata-Version: 2.1
Name: double-ended-queue
Version: 0.1.1
Summary: An asynchronous Deque Python package based on the asyncio Queue
Home-page: https://github.com/webfucktory/python-double-ended-queue
Author: webfucktory
Author-email: root@webfucktory.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

[![Lint & Test](https://github.com/webfucktory/python-double-ended-queue/actions/workflows/lint-test.yml/badge.svg)](https://github.com/webfucktory/python-double-ended-queue/actions/workflows/lint-test.yml)
[![PyPI version](https://badge.fury.io/py/double-ended-queue.svg)](https://pypi.org/project/double-ended-queue)
[![Downloads count](https://img.shields.io/pypi/dm/double-ended-queue)](https://pypistats.org/packages/double-ended-queue)

# Double ended Queue

An asynchronous Deque Python package based on the asyncio Queue.

## Getting started

### Requirements

- Python >= 3.8

### Installation

```bash
pip install double-ended-queue
```

## Usage

### TO-DO

## License

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


