Metadata-Version: 2.4
Name: cafeteria-asyncio
Version: 0.4.0
Summary: Deprecated: Asyncio extensions for cafeteria (features moved into main cafeteria package)
License: APLv2
License-File: LICENSE
Author: Arun Babu Neelicattu
Author-email: arun.neelicattu@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 7 - Inactive
Classifier: Framework :: AsyncIO
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: License :: Other/Proprietary License
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.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: cafeteria (>=0,<1,!=0.22.0)
Project-URL: Repository, https://github.com/abn/cafeteria-asyncio
Description-Content-Type: text/markdown

[![](https://github.com/abn/cafeteria-asyncio/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

> [!WARNING]
> **This package is deprecated and no longer maintained.**
>
> All features and modules from `cafeteria-asyncio` have been integrated directly into the main [`cafeteria`](https://pypi.org/project/cafeteria/) package.
>
> Going forward, please install `cafeteria` instead:
> ```bash
> pip install cafeteria
> ```
> **No changes to imports are required.** Existing code using `cafeteria.asyncio` will continue to work seamlessly with `cafeteria`.

## Installation
`pip install cafeteria-asyncio`

