From a9b1cce69a4be04c55ada1d7bc77dd424ca60928 Mon Sep 17 00:00:00 2001 From: Michal Charemza Date: Sat, 12 Aug 2023 10:14:05 +0100 Subject: [PATCH] docs: consistent badge styles --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4dee05..5130aa8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # sqlite-s3-query -[![PyPI version](https://badge.fury.io/py/sqlite-s3-query.svg)](https://pypi.org/project/sqlite-s3-query/) [![.github/workflows/test.yml](https://github.com/michalc/sqlite-s3-query/actions/workflows/test.yml/badge.svg)](https://github.com/michalc/sqlite-s3-query/actions/workflows/test.yml) [![Test coverage](https://codecov.io/gh/michalc/sqlite-s3-query/branch/main/graph/badge.svg?token=8TY3ZEOY77)](https://codecov.io/gh/michalc/sqlite-s3-query) +[![PyPI package](https://img.shields.io/pypi/v/sqlite-s3-query?label=PyPI%20package&color=%234c1)](https://pypi.org/project/sqlite-s3-query/) [![Test suite](https://img.shields.io/github/actions/workflow/status/michalc/sqlite-s3-query/test.yml?label=Test%20suite)](https://github.com/michalc/sqlite-s3-query/actions/workflows/test.yml) [![Code coverage](https://img.shields.io/codecov/c/github/michalc/sqlite-s3-query?label=Code%20coverage)](https://app.codecov.io/gh/michalc/sqlite-s3-query) Python context managers to query a SQLite file stored on S3. It uses multiple HTTP range requests per query to avoid downloading the entire file, and so is suitable for large databases.