Skip to content

Commit

Permalink
chore: Fix GH Actions badge, add License badge (#15)
Browse files Browse the repository at this point in the history
### Changed

- Fixes broken GH Actions badge
- Adds a license badge
  • Loading branch information
timoguin authored Jun 17, 2021
1 parent 3ca7fb6 commit 017f1a0
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
# AWS Data Tools

An set of opinioned (but flexible) Python libraries for querying and transforming data
<!-- Badges -->
[![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:
Expand Down Expand Up @@ -269,3 +271,12 @@ References:
## Contributing

View the [Contributing Guide](.github/CONTRIBUTING.md) to learn about giving back.


<!-- Markown anchors -->
[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

0 comments on commit 017f1a0

Please sign in to comment.