From 3d2bf93dcf1ae67cfbc591aa9c63762cb5539071 Mon Sep 17 00:00:00 2001 From: Samuel Cormier-Iijima Date: Fri, 7 Mar 2025 11:34:23 -0500 Subject: [PATCH] chore: add badges --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 9698797..f6f2a18 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,14 @@ # mudder-py +[![GitHub Workflow Status (main)](https://img.shields.io/github/actions/workflow/status/fellowapp/mudder-py/ci.yml?branch=main&style=flat)][main CI] +[![PyPI](https://img.shields.io/pypi/v/mudder?style=flat)][package] +[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/mudder-py?style=flat)][package] +[![License](https://img.shields.io/pypi/l/prosemirror.svg?style=flat)](https://github.com/fellowapp/mudder-py/blob/master/LICENSE.md) +[![Fellow Careers](https://img.shields.io/badge/fellow.app-hiring-576cf7.svg?style=flat)](https://fellow.app/careers/) + +[main CI]: https://github.com/fellowapp/mudder-py/actions?query=workflow%3ACI+branch%3Amain +[package]: https://pypi.org/project/mudder/ + This library is a port of [fasiha/mudderjs][1] to Python. From the original readme: