Metadata-Version: 2.1
Name: cafeteria-asyncio
Version: 0.2.1
Summary: An extension to the cafeteria package to enable asyncio specific patterns for python 3.7 and above applications/libraries.
Home-page: https://github.com/abn/cafeteria-asyncio
Author: Arun Babu Neelicattu
Author-email: arun.neelicattu@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: Framework :: AsyncIO
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: cafeteria (>=0,<1)
Project-URL: Repository, https://github.com/abn/cafeteria-asyncio
Description-Content-Type: text/markdown

[![](https://github.com/abn/aiven-monitor-http/workflows/Test%20Suite/badge.svg)](https://github.com/abn/cafeteria-asyncio/actions?query=workflow%3A%22Test+Suite%22)
[![image](https://img.shields.io/pypi/v/cafeteria-asyncio.svg)](https://pypi.org/project/cafeteria-asyncio/)
[![image](https://img.shields.io/pypi/l/cafeteria-asyncio.svg)](https://pypi.org/project/cafeteria-asyncio/)
[![image](https://img.shields.io/pypi/pyversions/cafeteria-asyncio.svg)](https://pypi.org/project/cafeteria-asyncio/)
[![image](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
[![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=abn/cafeteria-asyncio)](https://dependabot.com)

# Asyncio Patterns and Utilities
An extension to the cafeteria package to enable asyncio specific patterns for python 3.7 and above applications/libraries.

## Installation
`pip install cafeteria-asyncio`

