Skip to content

Commit ab0feec

Browse files
authored
add badges for PyPI, ReadTheDocs, TravisCI, and AppVeyor (#68)
1 parent 1c97d05 commit ab0feec

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22
Amazon DynamoDB Encryption Client for Python
33
############################################
44

5+
.. image:: https://img.shields.io/pypi/v/dynamodb-encryption-sdk.svg
6+
:target: https://pypi.python.org/pypi/dynamodb-encryption-sdk
7+
:alt: Latest Version
8+
9+
.. image:: https://img.shields.io/pypi/pyversions/dynamodb-encryption-sdk.svg
10+
:target: https://pypi.org/project/dynamodb-encryption-sdk
11+
:alt: Supported Python Versions
12+
13+
.. image:: https://readthedocs.org/projects/aws-dynamodb-encryption-python/badge/
14+
:target: https://aws-dynamodb-encryption-python.readthedocs.io/en/stable/
15+
:alt: Documentation Status
16+
17+
.. image:: https://travis-ci.org/awslabs/aws-dynamodb-encryption-python.svg?branch=master
18+
:target: https://travis-ci.org/awslabs/aws-dynamodb-encryption-python
19+
20+
.. image:: https://ci.appveyor.com/api/projects/status/6mh2v0nusujldu72/branch/master?svg=true
21+
:target: https://ci.appveyor.com/project/mattsb42-aws/aws-dynamodb-encryption-python-v5ycc
22+
523
The `Amazon DynamoDB Encryption Client for Python`_ provides client-side encryption of `Amazon
624
DynamoDB`_ items to help you to protect your table data before you send it to DynamoDB. It
725
provides an implementation of the `Amazon DynamoDB Encryption Client`_ that is fully compatible

0 commit comments

Comments
 (0)