Skip to content

Commit 470cccc

Browse files
authored
docs: update readme badges
1 parent 77cf3cf commit 470cccc

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
# dynamodump
22

3+
![Build Status](https://github.com/bchew/dynamodump/actions/workflows/build.yml/badge.svg)
4+
[![Docker Status](https://github.com/bchew/dynamodump/actions/workflows/docker.yml/badge.svg)](https://hub.docker.com/r/bchew/dynamodump)
5+
![Linting Status](https://github.com/bchew/dynamodump/actions/workflows/linting.yml/badge.svg)
6+
![Test Status](https://github.com/bchew/dynamodump/actions/workflows/test.yml/badge.svg)
37
[![PyPI version](https://img.shields.io/pypi/v/dynamodump)](https://pypi.org/project/dynamodump)
4-
[![Docker](https://img.shields.io/docker/cloud/build/bchew/dynamodump?label=Docker&style=flat)](https://hub.docker.com/r/bchew/dynamodump/builds)
5-
![Linting Status](https://github.com/bchew/dynamodump/workflows/Linting/badge.svg)
6-
![Test Status](https://github.com/bchew/dynamodump/workflows/Test/badge.svg)
8+
[![PyPI pyversions](https://img.shields.io/pypi/pyversions/dynamodump.svg)](https://pypi.org/project/dynamodump)
9+
![Code Style](https://img.shields.io/badge/code%20style-black-black)
710

811
Simple backup and restore script for Amazon DynamoDB using AWS SDK for Python (boto3) to work similarly to mysqldump.
912

0 commit comments

Comments
 (0)