Metadata-Version: 2.1
Name: double-ended-queue
Version: 0.1.0
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-deque/actions/workflows/lint-test.yml/badge.svg)](https://github.com/webfucktory/python-deque/actions/workflows/lint-test.yml)
[![PyPI version](https://badge.fury.io/py/deque.svg)](https://pypi.org/project/deque)
[![Downloads count](https://img.shields.io/pypi/dm/deque)](https://pypistats.org/packages/deque)

# Deque

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.


