From 18f17027712541ee0cc2d25ba87f018b287a8424 Mon Sep 17 00:00:00 2001 From: Pete Gadomski Date: Mon, 11 Nov 2024 16:23:38 -0700 Subject: [PATCH] feat: add badges --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3917212..f82fc66 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # hydraters +[![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/gadomski/hydraters/ci.yml?style=for-the-badge)](https://github.com/gadomski/hydraters/actions/workflows/ci.yml) +[![PyPI - Version](https://img.shields.io/pypi/v/hydraters?style=for-the-badge)](https://pypi.org/project/hydraters/) + Hydrate Python dictionaries with Rust. A general-purpose algorithm, used in [pgstac](https://github.com/stac-utils/pgstac) to reduce the size of the `items` table.