Skip to content

Commit

Permalink
Add badges to project README (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
blogle authored Oct 18, 2024
1 parent 6ce8a62 commit dcd9e57
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Kioto
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/blogle/kioto/ci.yml)
![Codecov](https://img.shields.io/codecov/c/github/blogle/kioto)
![PyPI - Version](https://img.shields.io/pypi/v/kioto)

**Kioto** is an asynchronous utilities library for Python, inspired by [Tokio](https://tokio.rs/) from Rust. Leveraging Python's `asyncio`, Kioto provides a suite of powerful async utilities and data structures, enabling developers to build efficient and scalable asynchronous applications with ease.

Expand Down

0 comments on commit dcd9e57

Please sign in to comment.