Skip to content

Commit

Permalink
add badges
Browse files Browse the repository at this point in the history
  • Loading branch information
4383 committed Dec 11, 2023
1 parent d0bae5b commit 28b0826
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# aiohub

[![Test & Checks](https://github.com/4383/aiohub/actions/workflows/main.yml/badge.svg)](https://github.com/4383/aiohub/actions/workflows/main.yml)
![PyPI](https://img.shields.io/pypi/v/aiohub.svg)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/aiohub.svg)
![PyPI - Status](https://img.shields.io/pypi/status/aiohub.svg)
[![Downloads](https://pepy.tech/badge/aiohub)](https://pepy.tech/project/aiohub)
[![Downloads](https://pepy.tech/badge/aiohub/month)](https://pepy.tech/project/aiohub/month)

Aiohub is a library that aim to make possible to run eventlet and asyncio
in the same process.

Expand Down Expand Up @@ -143,4 +150,3 @@ within and across projects:
for turning async/await functions into `Deferred`s.
In an eventlet context, `GreenThread` would need a similar former of
integration to Twisted's `Deferred`.

0 comments on commit 28b0826

Please sign in to comment.