From b9cd447c79a63f3cfd25b5b30f59fa139dc5fa82 Mon Sep 17 00:00:00 2001 From: ZigRazor Date: Tue, 27 Apr 2021 13:40:32 +0200 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c81e0b8..57a3307 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # PyStateMachine -Python State Machine + python Python State Machine + +[![CodeFactor](https://www.codefactor.io/repository/github/zigrazor/pystatemachine/badge)](https://www.codefactor.io/repository/github/zigrazor/pystatemachine) +[![Codacy Badge](https://app.codacy.com/project/badge/Grade/17ca07f67ba44089bf28af37ba368e1b)](https://www.codacy.com/gh/ZigRazor/PyStateMachine/dashboard?utm_source=github.com&utm_medium=referral&utm_content=ZigRazor/PyStateMachine&utm_campaign=Badge_Grade) + +[![DeepSource](https://deepsource.io/gh/ZigRazor/PyStateMachine.svg/?label=active+issues&show_trend=true)](https://deepsource.io/gh/ZigRazor/PyStateMachine/?ref=repository-badge) +[![DeepSource](https://deepsource.io/gh/ZigRazor/PyStateMachine.svg/?label=resolved+issues&show_trend=true)](https://deepsource.io/gh/ZigRazor/PyStateMachine/?ref=repository-badge) ## Introduction **PyStateMachine** is a Framework that support state machines in **Python**