Skip to content

Commit b150ab1

Browse files
committed
docs: add badge to show PyPI package
1 parent b54afe4 commit b150ab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# sqlite-s3-query
22

3-
[![.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)
3+
[![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)
44

55
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.
66

0 commit comments

Comments
 (0)