Metadata-Version: 2.1
Name: ezqueue
Version: 0.2.2
Summary: Easy queue allows for fixed size array and unique keys
Home-page: https://github.com/jwcnewton/ezqueue
License: MIT
Author: jwcnewton
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Project-URL: Documentation, https://ezqueue.readthedocs.io/en/latest/
Project-URL: Repository, https://github.com/jwcnewton/ezqueue
Description-Content-Type: text/markdown

# ezqueue 
Zero dependency in-memory queue

[![Python](https://img.shields.io/badge/python-3.7-blue)]()
[![codecov](https://codecov.io/gh/jwcnewton/ezqueue/branch/main/graph/badge.svg)](https://codecov.io/gh/jwcnewton/ezqueue)
[![Documentation Status](https://readthedocs.org/projects/ezqueue/badge/?version=latest)](https://ezqueue.readthedocs.io/en/latest/?badge=latest)
[![Build](https://github.com/jwcnewton/ezqueue/workflows/build/badge.svg)](https://github.com/jwcnewton/ezqueue/actions/workflows/build.yml)
[![Deploy](https://github.com/jwcnewton/ezqueue/actions/workflows/deploy.yml/badge.svg)](https://github.com/jwcnewton/ezqueue/actions/workflows/deploy.yml)


## Installation

```bash
$ pip install -i https://test.pypi.org/simple/ ezqueue
```

## Features

- TODO

## Dependencies

- TODO

## Usage

- TODO

## Documentation

The official documentation is hosted on Read the Docs: https://ezqueue.readthedocs.io/en/latest/

## Contributors

We welcome and recognize all contributions. You can see a list of current contributors in the [contributors tab](https://github.com/jwcnewton/ezqueue/graphs/contributors).

### Credits

This package was created with Cookiecutter and the UBC-MDS/cookiecutter-ubc-mds project template, modified from the [pyOpenSci/cookiecutter-pyopensci](https://github.com/pyOpenSci/cookiecutter-pyopensci) project template and the [audreyr/cookiecutter-pypackage](https://github.com/audreyr/cookiecutter-pypackage).

