Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abn/cafeteria-asyncio
Asyncio Patterns and Utilities
https://github.com/abn/cafeteria-asyncio
Last synced: 7 days ago
JSON representation
Asyncio Patterns and Utilities
- Host: GitHub
- URL: https://github.com/abn/cafeteria-asyncio
- Owner: abn
- License: apache-2.0
- Created: 2019-02-26T15:38:41.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-02-22T01:48:01.000Z (10 months ago)
- Last Synced: 2024-05-01T22:32:18.053Z (8 months ago)
- Language: Python
- Size: 210 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![](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
An extension to the cafeteria package to enable asyncio specific patterns for python 3.7 and above applications/libraries.## Installation
`pip install cafeteria-asyncio`