File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 2
2
Amazon DynamoDB Encryption Client for Python
3
3
############################################
4
4
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
+
5
23
The `Amazon DynamoDB Encryption Client for Python `_ provides client-side encryption of `Amazon
6
24
DynamoDB `_ items to help you to protect your table data before you send it to DynamoDB. It
7
25
provides an implementation of the `Amazon DynamoDB Encryption Client `_ that is fully compatible
You can’t perform that action at this time.
0 commit comments