From 3e03e532fdeaa9af97d3e3aa3f4d22fecf21aa89 Mon Sep 17 00:00:00 2001 From: Daniel Carrillo Date: Sat, 26 Dec 2020 18:50:48 +0100 Subject: [PATCH] Add badges to README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5fbc41e..1718ed6 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ The digaws lookup tool displays information for a given IP address (v4 o v6) or In order to save bandwidth and time this tool requests the [AWS IP ranges](https://ip-ranges.amazonaws.com/ip-ranges.json) and keeps a cached version until a new version is published. +![PyPI version](https://badge.fury.io/py/digaws.svg) +![CI](https://github.com/dcarrillo/digaws/workflows/CI/badge.svg) + ## Requirements Python >= 3.7