From 017f1a0f30440a863889ef854e7a16dc14c72836 Mon Sep 17 00:00:00 2001 From: Tim O'Guin Date: Thu, 17 Jun 2021 17:29:12 -0500 Subject: [PATCH] chore: Fix GH Actions badge, add License badge (#15) ### Changed - Fixes broken GH Actions badge - Adds a license badge --- README.md | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c432023..89f5277 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,15 @@ # AWS Data Tools -An set of opinioned (but flexible) Python libraries for querying and transforming data + +[![Actions Status][gh-actions-badge]][gh-actions-link] +[![PyPI][pypi-badge]][pypi-link] +[![License][license-badge]][license-link] + +A set of opinioned (but flexible) Python libraries for querying and transforming data from various AWS APIs, as well as a CLI interface. This is in early development. -[![PyPI version](https://badge.fury.io/py/aws-data-tools.svg)](https://badge.fury.io/py/aws-data-tools) -![Build](https://github.com/timoguin/aws-data-tools/actions/workflows/main.yml/badge.svg) - ## Installation Using pip should work on any system with at least Python 3.9: @@ -269,3 +271,12 @@ References: ## Contributing View the [Contributing Guide](.github/CONTRIBUTING.md) to learn about giving back. + + + +[gh-actions-badge]: https://github.com/timoguin/aws-data-tools-py/actions/workflows/ci.yml/badge.svg +[gh-actions-link]: https://github.com/timoguin/aws-data-tools-py/actions +[license-badge]: https://img.shields.io/github/license/timoguin/aws-data-tools-py.svg +[license-link]: https://github.com/timoguin/aws-data-tools-py/blob/main/LICENSE +[pypi-badge]: https://badge.fury.io/py/aws-data-tools.svg +[pypi-link]: https://pypi.python.org/pypi/aws-data-tools