From a2b3dd9020bc4ff3b0b5173e8f224239eb318d82 Mon Sep 17 00:00:00 2001 From: Eugene Naydenov Date: Thu, 17 Mar 2016 14:55:41 +0200 Subject: [PATCH] Add badges back --- README.rst | 11 ++++++++++- docs/index.md | 7 +++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 69a2ce7..90dbc0c 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,7 @@ SignIt ------- +====== + +|Build Status| |Coverage Status| |PyPI version| About ^^^^^ @@ -89,3 +91,10 @@ this way: Additionally if you use a ``Unix-Timestamp`` as a message message the server could check if the request is too old and deny with ``401`` to protect against "replay attacks". + +.. |Build Status| image:: https://travis-ci.org/f0t0n/signit.svg?branch=master + :target: https://travis-ci.org/f0t0n/signit +.. |Coverage Status| image:: https://coveralls.io/repos/github/f0t0n/signit/badge.svg?branch=master + :target: https://coveralls.io/github/f0t0n/signit?branch=master +.. |PyPI version| image:: https://badge.fury.io/py/signit.svg + :target: https://badge.fury.io/py/signit diff --git a/docs/index.md b/docs/index.md index 43ded96..d8d18a1 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,6 +1,13 @@ # SignIt --- +[![Build +Status](https://travis-ci.org/f0t0n/signit.svg?branch=master)](https://travis-ci.org/f0t0n/signit) +[![Coverage +Status](https://coveralls.io/repos/github/f0t0n/signit/badge.svg?branch=master)](https://coveralls.io/github/f0t0n/signit?branch=master) +[![PyPI +version](https://badge.fury.io/py/signit.svg)](https://badge.fury.io/py/signit) + #### About **SignIt** is a helper-library to create and verify HMAC (HMAC-SHA256 by default) signatures that could be used to sign requests to the APIs.