Skip to content

Commit 62e0564

Browse files
authored
Add some badges to README (#25)
1 parent 7e053f1 commit 62e0564

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# librt: mypyc runtime library
22

3+
[![Stable Version](https://img.shields.io/pypi/v/librt?color=blue)](https://pypi.org/project/librt/)
4+
[![Downloads](https://img.shields.io/pypi/dm/librt)](https://pypistats.org/packages/librt)
5+
[![Build Status](https://github.com/mypyc/librt/actions/workflows/buildwheels.yml/badge.svg)](https://github.com/mypyc/librt/actions)
6+
[![Checked with mypy](https://www.mypy-lang.org/static/mypy_badge.svg)](https://mypy-lang.org/)
7+
38
This library contains basic functionality that is useful in code compiled
49
using mypyc, and efficient C implementations of various Python standard library
510
classes and functions. Mypyc can produce faster extensions when you use `librt` in

0 commit comments

Comments
 (0)