From 5ffb97824f3ee14816c24895e6d8ab3548277bb6 Mon Sep 17 00:00:00 2001 From: Kevin Midboe Date: Mon, 26 Sep 2022 00:33:19 +0200 Subject: [PATCH] Updated readme w/ drone ci badge --- README.md | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 8eb4a6a..cba48e2 100644 --- a/README.md +++ b/README.md @@ -4,18 +4,15 @@

A easy to use Deluge CLI that can connect to Deluge RPC (even over ssh) written entirely in python.

-

- - - - - Known Vulnerabilities - - - - - -

+| Tested version | PyPi package | Drone CI | +|:--------|:------|:------|:------------| +| [![PyVersion](https://img.shields.io/badge/python-3.8-blue.svg)](https://www.python.org/downloads/release/python-380/) | [![PyPI](https://img.shields.io/pypi/v/delugeClient_kevin)](https://pypi.org/project/delugeClient_kevin/) | [![Build Status](https://drone.schleppe.cloud/api/badges/KevinMidboe/delugeClient/status.svg)](https://drone.schleppe.cloud/KevinMidboe/delugeClient) + + +| Known vulnerabilities | License | +|:--------|:------| +| [![Known Vulnerabilities](https://snyk.io/test/github/kevinmidboe/delugeClient/badge.svg?targetFile=requirements.txt)](https://snyk.io/test/github/kevinmidboe/delugeClient?targetFile=requirements.txt) |[![License](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE) +

Abstract