Skip to content

Commit 017f1a0

Browse files
authored
chore: Fix GH Actions badge, add License badge (#15)
### Changed - Fixes broken GH Actions badge - Adds a license badge
1 parent 3ca7fb6 commit 017f1a0

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

README.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
# AWS Data Tools
22

3-
An set of opinioned (but flexible) Python libraries for querying and transforming data
3+
<!-- Badges -->
4+
[![Actions Status][gh-actions-badge]][gh-actions-link]
5+
[![PyPI][pypi-badge]][pypi-link]
6+
[![License][license-badge]][license-link]
7+
8+
A set of opinioned (but flexible) Python libraries for querying and transforming data
49
from various AWS APIs, as well as a CLI interface.
510

611
This is in early development.
712

8-
[![PyPI version](https://badge.fury.io/py/aws-data-tools.svg)](https://badge.fury.io/py/aws-data-tools)
9-
![Build](https://github.com/timoguin/aws-data-tools/actions/workflows/main.yml/badge.svg)
10-
1113
## Installation
1214

1315
Using pip should work on any system with at least Python 3.9:
@@ -269,3 +271,12 @@ References:
269271
## Contributing
270272

271273
View the [Contributing Guide](.github/CONTRIBUTING.md) to learn about giving back.
274+
275+
276+
<!-- Markown anchors -->
277+
[gh-actions-badge]: https://github.com/timoguin/aws-data-tools-py/actions/workflows/ci.yml/badge.svg
278+
[gh-actions-link]: https://github.com/timoguin/aws-data-tools-py/actions
279+
[license-badge]: https://img.shields.io/github/license/timoguin/aws-data-tools-py.svg
280+
[license-link]: https://github.com/timoguin/aws-data-tools-py/blob/main/LICENSE
281+
[pypi-badge]: https://badge.fury.io/py/aws-data-tools.svg
282+
[pypi-link]: https://pypi.python.org/pypi/aws-data-tools

0 commit comments

Comments
 (0)