From cd811d81182cbb01e2266bbed2d9fcfc25788e63 Mon Sep 17 00:00:00 2001 From: Florents Tselai Date: Wed, 8 Nov 2023 21:40:29 +0200 Subject: [PATCH] Add more badges --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b5968bd..b1d6faa 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # WarcDB: Web crawl data as SQLite databases. -[![Run tests](https://github.com/Florents-Tselai/WarcDB/actions/workflows/run-tests.yaml/badge.svg?branch=main)](https://github.com/Florents-Tselai/WarcDB/actions/workflows/run-tests.yaml) +[![PyPI](https://img.shields.io/pypi/v/warcdb.svg)](https://pypi.org/project/warcdb/) +[![Tests](https://github.com/Florents-Tselai/WarcDB/actions/workflows/run-tests.yaml/badge.svg?branch=main)](https://github.com/Florents-Tselai/WarcDB/actions/workflows/run-tests.yaml) +[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://github.com/Florents-Tselai/WarcDB/blob/main/LICENSE) +![GitHub Stars](https://img.shields.io/github/stars/Florents-Tselai/WarcDB) `WarcDB` is a an `SQLite`-based file format that makes web crawl data easier to share and query.